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

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.
This commit is contained in:
Ivan Grokhotkov
2014-11-15 10:45:08 +03:00
commit 04fe8e8b58
62 changed files with 10017 additions and 0 deletions

1
cores/esp8266/user_config.h Executable file
View File

@ -0,0 +1 @@