1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
e3137a0b55 added ESPino to supported boards 2015-12-04 18:24:08 -06:00
4568d9e42a add wemos D1 & D1 mini boards 2015-11-08 13:31:18 +08:00
a9d5ef198a Fix SparkFun Thing board definition 2015-07-22 22:48:52 +03:00
4dbb73b11c adds adafruit huzzah to boards.txt & adds adafruit variant 2015-05-27 10:56:40 -04:00
de9b029d8d NodeMCU: BUILTIN_LED is on GPIO16
see: https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png
2015-05-21 09:51:11 +02:00
bee67c3ba9 add nodemcu board 2015-05-04 22:31:00 +02:00
fbec557ddb Importing my changes 2015-04-30 20:48:50 +03:00
331c266145 Naming changes as suggested in #30
Close #30
2015-04-03 08:51:31 +03:00
ad216c0ef5 fix i2c frequency setup 2015-02-11 18:21:14 +03:00
045c446213 Use i2c instead of serial for wifio virtual io 2015-01-21 04:17:03 +03:00
2f39f82954 Use initVariant for wifio board 2015-01-17 16:35:54 +03:00
7d46c77536 Define esp pins E0..E16 for both board variants 2015-01-17 02:51:58 +03:00
14e500ac67 Create another board variant 2015-01-16 22:52:19 +03:00
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
66cac95b4b Implement digital IO functions 2014-11-21 21:23:27 +03:00
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