1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

8 Commits

Author SHA1 Message Date
Ivan Grokhotkov
ad216c0ef5 fix i2c frequency setup 2015-02-11 18:21:14 +03:00
Ivan Grokhotkov
045c446213 Use i2c instead of serial for wifio virtual io 2015-01-21 04:17:03 +03:00
Ivan Grokhotkov
2f39f82954 Use initVariant for wifio board 2015-01-17 16:35:54 +03:00
Ivan Grokhotkov
7d46c77536 Define esp pins E0..E16 for both board variants 2015-01-17 02:51:58 +03:00
Ivan Grokhotkov
14e500ac67 Create another board variant 2015-01-16 22:52:19 +03:00
Ivan Grokhotkov
6ea230a1bc Define wiring functions as weak
This way they can be redefined in board variants, allowing for port expansion
2015-01-16 22:46:43 +03:00
Ivan Grokhotkov
66cac95b4b Implement digital IO functions 2014-11-21 21:23:27 +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