1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-27 21:16:50 +03:00

63 Commits

Author SHA1 Message Date
Ivan Grokhotkov
fba488ac6d Fix typo, add mode keyword for ESP8266WiFi, remove .bss section from sketch flash size calculation 2015-01-25 22:44:49 +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
d68d0ed585 Fix issue with spaces in paths 2014-12-22 23:48:49 +03:00
Ivan Grokhotkov
0962670a60 Use esptool-ck for flashing 2014-12-22 18:43:20 +03:00
Ivan Grokhotkov
8de54890c2 Update SDK to 0.9.3 2014-12-09 10:25:59 +03:00
Ivan Grokhotkov
2d9c5d8297 Modify the linker script to move some code into flash, enable -mtext-section-literals 2014-12-02 00:46:57 +03:00
Ivan Grokhotkov
39e087a19e Fix initialisation, fix HardwareSerial, add esptool.py flashing 2014-11-25 09:58:14 +03:00
Ivan Grokhotkov
e21371d6d0 Tidy up backend code for esp8266 (malloc, free, yield) 2014-11-21 19:15:40 +03:00
Ivan Grokhotkov
09e27637dc Fix continuations 2014-11-21 12:15:03 +03:00
Ivan Grokhotkov
27b0163958 Updates for esp8266 platform 2014-11-20 17:25:01 +03:00
Ivan Grokhotkov
5fccef713c Generate binary from irom0.text for flashing at 0x40000 2014-11-15 12:30:07 +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