Ivan Grokhotkov
c2fc2b0a62
Better sketch size reporting ( #314 )
2015-05-24 16:12:31 +03:00
Andy Smith
4035ff499f
Added support for NodeMCU dev kit v2
2015-05-23 17:06:47 +01:00
ficeto
1fff41e80b
Make FileSystem take into account the exported page and block sizes
2015-05-21 02:20:58 +03:00
ficeto
aa3f3c23ce
add pagesize and blocksize to boards.txt
...
used by the SPIFFS tool to create proper image.
2015-05-21 02:08:45 +03:00
ficeto
d6e7cf1045
add SPIFS support to up to 16MB flash chips
2015-05-18 16:21:53 +03:00
ficeto
42f1da6b1f
not needed menu item
2015-05-15 20:07:55 +03:00
ficeto
ea9368c88d
enhance board flash handling and eeprom location
2015-05-15 20:06:13 +03:00
ficeto
540fdb0f8c
add flash splits depending on the flash size
2015-05-15 15:36:09 +03:00
ficeto
57c0d3e4bd
double
2015-05-14 19:17:53 +03:00
ficeto
a911438c53
add flash frequency and mode options
2015-05-14 19:10:05 +03:00
Ian Tester
482162bdb2
No need to have a separate variant for the Olimex MOD-WIFI-ESP8266, nor a menu entry for the flash size
2015-05-07 01:37:16 +10:00
Ian Tester
2f0281bf5b
Add definition for the Olimex MOD-WIFI-ESP8266(-DEV) boards
2015-05-06 14:53:29 +10:00
onkelfunny
ae1b53cafb
remove unused flash size
2015-05-05 18:56:52 +02:00
onkelfunny
c5eb40e36d
remove unused flash size
2015-05-05 18:55:11 +02:00
onkelfunny
f611bba7a7
set correct flash size
2015-05-05 18:49:33 +02:00
Waldemar Zahn
bee67c3ba9
add nodemcu board
2015-05-04 22:31:00 +02:00
Ivan Grokhotkov
21629fb723
Add flash chip size selection to the menu, show baud rates depending on the platform.
2015-04-30 13:10:13 +08:00
Ivan Grokhotkov
331c266145
Naming changes as suggested in #30
...
Close #30
2015-04-03 08:51:31 +03:00
Ivan Grokhotkov
ddb2343bc0
Initial support for CPU frequency selection
2015-04-03 02:18:13 +03:00
Ivan Grokhotkov
3abab6ca25
Enable reset control for generic esp8266 boards
...
Close #22
2015-04-01 21:12:25 +03:00
Ivan Grokhotkov
ac27828b95
Merge pull request #4 from Sermus/esp8266_disable_SerialMonitor_RTSDTR
...
Add option to disable DTR and RTS in serial monitor
2015-04-01 21:05:48 +03:00
Andrey Filimonov
0a1eae4df5
Added to configuration options to disable ArduinoIDE SerialMonitor to set DTR and RTS active when the Monitor is opened
2015-04-01 13:41:36 +03:00
Ivan Grokhotkov
d1348264d5
Merge igrr/esp8266 into esp8266
...
remove the need to set programmer, by setting upload tool
remove trailing whitespace
Conflicts:
hardware/esp8266com/esp8266/boards.txt
2015-04-01 09:10:49 +03:00
Sandeep Mistry
ddaf3b1f4c
remove the need to set programmer, by setting upload tool
2015-04-01 09:08:28 +03:00
Andrey Filimonov
89fc25aed8
Upload speed selection for ESP01
2015-04-01 07:53:54 +03:00
Sandeep Mistry
187080f40a
remove the need to set programmer, by setting upload tool
2015-03-31 19:43:49 -04:00
Ivan Grokhotkov
d98efdbced
Move esp8266 platform from "arduino" into "esp8266com"
2015-03-27 12:11:55 +03:00
Ivan Grokhotkov
5e30a0ab5b
Update esptool to the latest version
2015-01-17 02:52:50 +03:00
Ivan Grokhotkov
14e500ac67
Create another board variant
2015-01-16 22:52:19 +03:00
Ivan Grokhotkov
b924b59c86
Update board definitions and esptool usage
2015-01-11 02:48:06 +03:00
Ivan Grokhotkov
8b33f3e5b9
Report flash memory size used by the sketch
2015-01-09 22:43:25 +03:00
Ivan Grokhotkov
54436ffd6b
Rename ESP-01 board to something more generic
2014-12-29 01:19:03 +03:00
Ivan Grokhotkov
0962670a60
Use esptool-ck for flashing
2014-12-22 18:43:20 +03:00
Ivan Grokhotkov
fe2d131cb8
Upload sketch at 115200
2014-12-12 04:40:59 +03:00
Ivan Grokhotkov
39e087a19e
Fix initialisation, fix HardwareSerial, add esptool.py flashing
2014-11-25 09:58:14 +03:00
Ivan Grokhotkov
04fe8e8b58
Basic support for esp8266 platform
...
This includes empty stubs for most core Arduino functions.
Need to actually implement all those digital reads writes whatever.
Need to prebuild toolchains (xtensa-elf-lx106) for 3 platforms and put them on some download server.
Need to do the same with esptool.
Need to fix 0x40000 binary generation and add correct upload commands.
Maybe even implement uploads over WiFi.
2014-11-15 10:45:08 +03:00