1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-12 20:49:16 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Ivan Grokhotkov
c418bac33c Clean up ets_printf declarations 2014-12-18 18:45:22 +03:00
Ivan Grokhotkov
c87a77e0da Fix sdk files permissions 2014-12-17 10:30:35 +03:00
Ivan Grokhotkov
4936093dcf Update SDK to 0.9.3 2014-12-09 10:25:59 +03:00
Ivan Grokhotkov
f788022730 Modify the linker script to move some code into flash, enable -mtext-section-literals 2014-12-02 00:46:57 +03:00
Ivan Grokhotkov
22b88f73c2 Fix malloc/free references 2014-12-01 00:34:28 +03:00
Ivan Grokhotkov
636745b9a8 Fix initialisation, fix HardwareSerial, add esptool.py flashing 2014-11-25 09:58:14 +03:00
Ivan Grokhotkov
71e7ed040f Tidy up backend code for esp8266 (malloc, free, yield) 2014-11-21 19:15:40 +03:00
Ivan Grokhotkov
e059e5a231 Implement global init for esp8266 2014-11-21 18:14:45 +03:00
Ivan Grokhotkov
11e8e3d16f Fix build errors 2014-11-21 12:15:50 +03:00
Ivan Grokhotkov
a12c6fcea2 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