3f5d06bc12
add DigiStump Oak pins & board
2017-08-21 11:10:55 -05:00
a9224266f3
Arduino boards with ESP8266 ( #3121 )
...
default crystal freq 26M for all boards, 40M for arduino
2017-04-11 10:19:30 -05:00
6d6f22e6be
Add PIN defines, so the pins can easily be used by external libraries
...
See: arduino/Arduino#4814
For instance this is used by the USB Host library: 231fb542a8
2016-10-26 01:29:14 -05:00
222e92a5fc
Add new boards Phoenix 1.0 & Phoenix 2.0 ( #2088 )
...
* Add new boards Phoenix 1.0, Phoenix 2.0
* ESP8266HTTPClient: fix duplicate Content-Length headers (#1902 )
* Add new boards Phoenix 1.0, Phoenix 2.0
* Add phoenix in variants.
2016-06-06 12:20:41 +08:00
0f719e8d0d
Clean up variants, fix digitalPinHasPWM definition ( #1831 )
2016-03-29 18:31:05 +03:00
a0454787b7
Add pre-defined ESPRESSO_LITE_VERSION
2016-03-10 12:08:31 +07:00
0550e7283f
Merge pull request #1608 from narongrat/master
...
Add ESPino (WROOM-02) by ThaiEasyElec.com
2016-02-10 19:22:28 +03:00
708c7823df
Add LED_BUILTIN definition #1556
2016-02-08 20:18:27 +07:00
5dc34d1f95
- Update board and filesystem detail.
...
- use LED_BUILTIN instead of BUILTIN_LED.
- update package_esp8266com_index.template.json file.
2016-02-08 19:31:58 +07:00
b01a766d17
Add ESPert ESPresso Lite to boards.txt & variants
2016-02-08 18:39:07 +07:00
0db198ed68
Create pins_arduino.h for ESPino (WROOM-02)
...
Create pins_arduino.h for ESPino (WROOM-02) by ThaiEasyElec.com
2016-02-08 18:17:03 +07:00
573a0fb47f
Add LED_BUILTIN definition ( #1556 )
...
keep arduino incompatible BUILTIN_LED (+22 squashed commits)
[e124f9c
] keep arduino incompatible BUILTIN_LED
[18dab66
] keep arduino incompatible BUILTIN_LED
[0095de6
] keep arduino incompatible BUILTIN_LED
[cca2714
] keep arduino incompatible BUILTIN_LED
[ff62bfb
] keep arduino incompatible BUILTIN_LED
[fd6f7c0
] keep arduino incompatible BUILTIN_LED
[220b02a
] keep arduino incompatible BUILTIN_LED
[b871b1b
] keep arduino incompatible BUILTIN_LED
[1d97cac
] keep arduino incompatible BUILTIN_LED
[ebc2667
] changed BUILTIN_LED to LED_BUILTIN
[7008a27
] changed BUILTIN_LED to LED_BUILTIN
[cf3f6da
] changed BUILTIN_LED to LED_BUILTIN
[5e11c43
] changed BUILTIN_LED to LED_BUILTIN
[8645bd5
] changed BUILTIN_LED to LED_BUILTIN
[faae742
] changed BUILTIN_LED to LED_BUILTIN
[df2659b
] changed BUILTIN_LED to LED_BUILTIN
[1eb74d5
] changed BUILTIN_LED to LED_BUILTIN
[fb9e977
] changed BUILTIN_LED to LED_BUILTIN
[b735737
] changed BUILTIN_LED to LED_BUILTIN
[d0557dd
] changed BUILTIN_LED to LED_BUILTIN
[a25e4aa
] changed BUILTIN_LED to LED_BUILTIN
[7865ace
] changed BUILTIN_LED to LED_BUILTIN
2016-02-04 17:44:17 +03:00
70d0339813
Merge branch 'master' into master
2015-12-28 09:42:48 +08:00
6d87ef5aa9
Add espduino board
...
ESPDuino boards from doit.am (arduino uno look like board for esp8266)
2015-12-27 17:15:49 +08:00
16244c5dfd
fix d1_mini board.
2015-12-27 14:36:22 +08:00
5653b9a59b
Merge remote-tracking branch 'refs/remotes/upstream/master'
2015-12-11 18:04:41 +01:00
e3137a0b55
added ESPino to supported boards
2015-12-04 18:24:08 -06:00
3e20239790
Added WifInfo boars with ESP module choice
2015-11-30 11:49:13 +01: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