1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00
Commit Graph

149 Commits

Author SHA1 Message Date
3d3cd42ba5 Make 512k/64k board option the default one 2016-02-27 01:55:23 +03:00
d89abd696f Added 128K SPIFFS for 512KB modules 2016-02-26 16:52:52 +01:00
db69643592 Update ESPresso description and board detail. 2016-02-16 11:19:59 +07:00
0550e7283f Merge pull request #1608 from narongrat/master
Add ESPino (WROOM-02) by ThaiEasyElec.com
2016-02-10 19:22:28 +03:00
bd0c9f7394 Update boards.txt 2016-02-08 20:16:31 +07:00
b01a766d17 Add ESPert ESPresso Lite to boards.txt & variants 2016-02-08 18:39:07 +07:00
5dbbb5aaf3 Update boards.txt - add espinotee
Adding new board ESPino (WROOM-02 Module) by ThaiEasyElec.com
2016-02-08 18:11:03 +07:00
54f3c6bd21 Merge pull request #1506 from chromy/master
Add a new board entry for the SparkFun Thing Dev
2016-01-31 22:35:20 +03:00
c818413b52 Add a new board entry for the SparkFun Thing Dev
While the 'SparkFun ESP8266 Thing' is similar to the
'SparkFun ESP8266 Thing - Dev Board' there are some critical
differences for programming:

The dev board expects the following settings:

Flash Mode: DIO
Flash Size: 512K (no SPIFFS)
Reset Method: nodemcu

Whereas the original board uses:

Flash Mode: QIO
Flash Size: 512K (64K SPIFFS)
Reset Method: ck
2016-01-26 20:10:41 +00:00
1ca8a03970 Add TLS Mem debug option
- Added new option for Core + SSL + Tls Mem
- Added TLS Mem debuging when debugging All
2016-01-20 17:38:58 -08:00
df47f0d071 fix strange eclipse bug DebugLevel not accepted when internal name to short? 2016-01-09 16:38:46 +01:00
fbca397ecc Merge remote-tracking branch 'remotes/esp8266/master' into debug 2016-01-06 16:03:53 +01:00
1c0a5537b1 add debug level HTTPClient + SSL 2016-01-06 13:35:45 +01:00
f3c0ded2d8 Added default debug Mode to WifInfo boards 2016-01-03 02:43:57 +01:00
dca03db4ec add default value for all Boards 2016-01-02 19:30:03 +01:00
137c50757e add OTA debug level 2016-01-02 13:27:21 +01:00
995f02f437 add more debug levels 2016-01-02 12:54:34 +01:00
2b23b005aa allow control of enabling debug and debug level from IDE 2016-01-02 12:25:39 +01:00
70d0339813 Merge branch 'master' into master 2015-12-28 09:42:48 +08:00
6d87ef5aa9 Add espduino board
ESPDuino boards from doit.am (arduino uno look like board for esp8266)
2015-12-27 17:15:49 +08:00
16244c5dfd fix d1_mini board. 2015-12-27 14:36:22 +08:00
659c33a114 Set default WifInfo board speed to 160MHz 2015-12-24 18:42:21 +01:00
a046f225c4 Fix warning related to wifinfo board (#1247) 2015-12-20 11:47:06 +03:00
3a16bed4c2 Modify boards.txt for Sparkfun Thing Dev
The Sparkfun ESP8266 Thing Dev board currently has the "upload.resetmethod" set to "ck" which is invalid for the hardware, which uses the "nodemcu" reset circuitry.  You can compare the reset circuits here: https://cdn.sparkfun.com/datasheets/Wireless/WiFi/ESP8266-Thing-Dev-v10.pdf and https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png

Without this change, the Thing Dev board will not program correctly unless it is power cycled with GPIO0 held to ground.  After this change, the board resets, programs, and runs correctly, without any manual jumper or reset operations.
2015-12-15 11:46:17 -06:00
c97e408bd1 change Adafruit Huzzah upload method to nodemcu
see #1212
2015-12-14 09:31:50 +01:00
1adb9e79ea Added WifInfo boards / more SPIFFS size for 1M modules
Added WifInfo boards
Added 144K SPIFFS size for 1M modules
Added 160K SPIFFS size for 1M modules
Added 192K SPIFFS size for 1M modules
2015-12-11 18:18:09 +01:00
5653b9a59b Merge remote-tracking branch 'refs/remotes/upstream/master' 2015-12-11 18:04:41 +01:00
1891241f30 Added WifInfo boards 2015-12-11 17:54:58 +01:00
8847d7ab1a added ESPino to dox/boards.md and package_esp8266com_index.template.json. removed flash speed selection 2015-12-07 17:35:30 -06:00
d076012cc8 variant and maxium_size for ESPino board wasn't correct, fixed 2015-12-04 18:40:21 -06:00
e3137a0b55 added ESPino to supported boards 2015-12-04 18:24:08 -06:00
3e20239790 Added WifInfo boars with ESP module choice 2015-11-30 11:49:13 +01:00
5b68aa0c9c set WeMos D1 & D1 mini default upload rate to 921600 2015-11-15 15:36:00 +08:00
10be8ec4f9 add menu "Reset Method" 2015-11-12 16:35:45 +08:00
59e05ed745 Merge pull request #990 from wemos/master
add wemos D1 & D1 mini boards
2015-11-11 01:12:43 +03:00
3243b4ba0e add wemos d1 boards.txt 2015-11-09 12:26:23 +08:00
421206ff82 Added OTA option to NodeMCU 1.0 (ESP-12E Module) configuration
To go with pull request #984
2015-11-08 20:38:45 +01:00
4568d9e42a add wemos D1 & D1 mini boards 2015-11-08 13:31:18 +08:00
f328e66fd7 Add 512k (no SPIFFS) build option (#862) 2015-10-25 21:11:45 +03:00
3e1ec38ad3 Update boards.txt 2015-10-13 19:25:58 +02:00
091267fe56 Update boards.txt 2015-09-14 18:08:14 +02:00
15900ff432 Changes needed for upload with esptool in Eclipse 2015-09-14 12:01:12 +02:00
a49dd45538 Fix more typos in boards definitions 2015-09-10 16:40:33 +03:00
f37976f8c6 fix upload size for gerneric 4m1m 2015-09-10 15:30:45 +02:00
1ea1af06b5 add 1M file system for generic 4M module 2015-09-09 19:40:16 +02:00
774e156044 fix bug for new huzzah 1M board 2015-09-09 19:34:19 +02:00
67f4859b0c Add 1Mbyte FS option for all 4Mbyte boards 2015-09-09 13:39:55 +03:00
6d4e41c574 Fix reset method for NodeMCU 0.9 board (#684) 2015-08-12 08:37:18 +03:00
90efba073f Update esptool to 0.4.6 2015-08-03 14:04:35 -04:00
a9d5ef198a Fix SparkFun Thing board definition 2015-07-22 22:48:52 +03:00