Commit Graph

132 Commits

Author SHA1 Message Date
markheloking
bb078ca943 Add Dongsen Tech Pocket 32 and fake "WeMos" WiFi&Bluetooth Battery (which is a Pocket 32 clone) (#620)
* Create new pocket_32 diretory for Pocket 32 board

* Create pins_arduino.h for pocket_32

* Update boards.txt to support Dongsen Tech Pocket 32 and fake "WeMos" WiFi&Bluetooth Battery
2017-09-10 23:34:31 +03:00
reaper7
adff0716f9 add mhetesp32devkit and mhetesp32minikit boards (#587)
* add mhetesp32devkit and mhetesp32minikit

* add mhetesp32 variants
2017-08-20 10:49:06 +03:00
Alwin Arrasyid
4649db5e07 Add ESPectro32 board definition (#586)
* Add board definition for espectro32

* Fix ESPectro32 board definition
2017-08-20 07:24:47 +03:00
SDpower
be34c9e498 Add Heltec Automation WIFI Kit 32 and WIFI LoRa 32 2 board. (#584) 2017-08-17 19:24:27 +03:00
M5Stack
1b3e8fa2cf Add "M5Stack-Core-ESP32" boards support 2017-08-17 16:16:57 +03:00
me-no-dev
2aed417d09 Enable 1bit SDMMC for Olimex ESP32-EVB
Fixes:
https://github.com/espressif/arduino-esp32/issues/495#issuecomment-31604
2612
2017-08-01 18:16:48 +03:00
Narongrat Srimee
b34d18f576 Add ThaiEasyElec's ESPino32 (#506)
* Create new espino32 diretory for ESPino32 board

* Delete wrong create file

* Create pins_arduino.h for espino32

* Update boards.txt to support ThaiEasyElec ESPino32

* Re-configure board name
2017-07-31 22:53:33 +03:00
Stefan Mavrodiev
9d0ae7a6be Add support for OLIMEX ESP32-EVB and ESP32-GATEWAY boards (#480) 2017-07-03 18:32:12 +02:00
Daniel Bovensiepen
6af648e8f5 Add DOIT ESP32 DEVKIT V1 board (#415) 2017-06-14 10:18:33 +02:00
Tuan PM
fb595e5751 add esp32vn-iot-uno board (#398)
Update boards files
2017-06-02 17:43:09 +02:00
Max
c64796c7d2 Add NodeMCU-32S board (#375)
Board from AI-Thinker
2017-05-12 18:01:50 +02:00
MangoGeek
7b63f58683 add support for widora-air board (#367)
* add support for widora-air board

* change widora-air f_cpu error,from 400M to 240M
2017-05-12 09:02:46 +02:00
Limor "Ladyada" Fried
e960bb64f0 feather variant (#364) 2017-05-08 23:06:30 +03:00
WEMOS Electronics
3b86e0c0bc Update LED_BUILTIN pin for LOLIN32 (#362)
* Add ESP.getChipId() function to get ESP32's ChipID.

* change getChipId() to getEfuseMac()

* * Change board:Lolin32 to LOLIN32
* Update LED_BUILTIN pin for LOLIN32
2017-05-08 12:47:37 +03:00
Martin Sloup
32c028a27e #334: Update boards.txt for Onehorse's ESP32 Dev Module (#337) 2017-04-28 13:29:04 +03:00
robin
ba1efb9897 1. add IntoRobot Fig support (#284) 2017-03-31 00:02:45 +02:00
me-no-dev
a70954111b Fix compilation issues is certain situations. 2017-03-19 11:27:58 +02:00
ouki
8289f34bf9 add DFRobot FireBeetle-ESP32 support (#239)
* add DFRobot FireBeetle-ESP32 support

* add variant for fireBeetle-ESP32

* The name of the env variant is changed to firebeetle32
2017-03-05 10:30:12 +02:00
Martin Sloup
e62ecb3ef4 Added boards constants for LED_BUILTIN and KEY_BUILTIN (#177)
* Added boards constants for LED_BUILTIN and KEY_BUILTIN

Sources:
* esp320: http://wiki.sweetpeas.se/index.php?title=ESP320#Developing_using_the_Arduino_IDE
* esp32thing: https://cdn.sparkfun.com/assets/learn_tutorials/5/0/7/esp32-thing-schematic.pdf
* espea32: https://github.com/AprilBrother/ESPea32/blob/master/hardware/ESPea32-schematic.pdf
* hornbill32dev: https://github.com/ExploreEmbedded/Hornbill-ESP32-DEV/blob/master/Design%20Files/Schematic/Hornbill%20Devboard.pdf
* lolin32: values from existing header
* nano32: http://iot-bits.com/closer-look-esp32-nano32/
* node32s: https://github.com/lamloei/node32s-book/blob/master/ch01/node32s-schematic.pdf

* Replace BUILTIN_LED constant with #define
2017-02-07 03:39:08 +02:00
Me No Dev
d02c1c786e Update IDF, fix SS definition, add custom partitions and debug level selection (#174)
* Add build time partitions compilation

* Fix wrong definition of SS pin

* Add support for core debug level selection

* update idf libs
2017-02-06 15:17:11 +02:00
Sandeep Patil
365a0d8592 created board defination and pin layout for ExploreEmbedded Hornbill dev and Minima boards (#131)
* created board defination and pin layout for hornbill dev and minima

* change in pin mapping
2017-01-16 12:14:04 +02:00
me-no-dev
a6c02bc710 Add some missing defines
fixes: https://github.com/espressif/arduino-esp32/issues/76
fixes: https://github.com/espressif/arduino-esp32/issues/5
fixes: https://github.com/espressif/arduino-esp32/issues/91
2016-12-12 02:12:18 +02:00
me-no-dev
35e54f2a59 Add definitions for ADC, Touch and DAC pins 2016-12-09 00:54:04 +02:00
lamloei
67fd652177 Create pins_arduino.h for Node32s(#64) 2016-11-21 21:16:13 +02:00
MaiKe Labs
ff9d1fb05c Add "Noduino Quantum" board (#49)
* Add "Noduino Quantum" board

* change the value of build.board from Quantum to QUANTUM
2016-11-13 17:35:26 +02:00
volca
d1b94df9a9 Add board ESPea32 (#36)
* Add from original Arduino.h

* Add board "ESPea32"

* cleanup

* cleanup

* Change SS to 5
2016-11-11 19:06:13 +02:00
Hendrik Linka
bb9ea85ae2 Change Nano32 SS to 5 (#41) 2016-11-11 19:05:58 +02:00
WEMOS Electronics
6cc5a9f05b Add "WEMOS LoLin32" boards support. (#35) 2016-11-08 10:54:56 +02:00
me-no-dev
29feaaa2d0 add some missing Arduino defines 2016-10-26 02:00:39 +03:00
Nat Weerawan
886d0044bc Add Nano32 board. (#21) 2016-10-19 12:28:05 +03:00
Electronic Sweet Peas
bd1dcb82ca First addition of ESP320 support (#19)
* First addition of ESP320 support

* Updated maximum data size.
2016-10-17 17:53:13 +03:00
me-no-dev
5f3a205955 initial import 2016-10-06 07:09:44 -06:00