Ivan Grokhotkov
c6c7d24750
Add __throw_logic_error ( #1136 )
2015-12-06 20:39:54 +03:00
Ivan Grokhotkov
8bf1e98f24
Improve debug output on critical errors
2015-11-21 20:04:38 +03:00
Ivan Grokhotkov
aaf1f7652d
Fix linker errors with WiFiMulti
2015-06-19 20:44:33 +03:00
Markus Sattler
e0f9a4173e
force all os_malloc calls to request a aligned size.
...
- this fix Fatal exception (9) by unaligned class memory
2015-05-17 13:33:10 +02:00
Markus Sattler
f165a0afcd
use Eclipse auto Format to get rip auf the tab, space and code style inconsistency
2015-04-06 19:33:50 +02:00
Ivan Grokhotkov
d97b7c2847
Temporary fix for __dso_handle issue
...
#39
2015-04-03 02:19:16 +03:00
Ivan Grokhotkov
cfda6cbd06
Add ESP8266WebServer library
2015-03-27 11:17:45 +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
e21371d6d0
Tidy up backend code for esp8266 (malloc, free, yield)
2014-11-21 19:15:40 +03:00
Ivan Grokhotkov
e199fc349c
Implement global init for esp8266
2014-11-21 18:14:45 +03:00
Ivan Grokhotkov
15b434f5e2
Fix build errors
2014-11-21 12:15:50 +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