lewis he
02ee799f35
Add T-Beam Board Support ( #1852 )
2018-09-17 21:19:02 +02:00
Jose Carlos Garcia Diaz
339618f8ef
Updating Boart.txt ESP32Thing in PartitionScheme and DebugLevel ( #1860 )
2018-09-17 21:12:15 +02:00
WEMOS Electronics
3222e6490a
add LOLIN D32 & D32 PRO Board support ( #1688 )
2018-07-28 10:27:26 +03:00
Bin
7761ebd9f2
Add M5Stack-FIRE board ( #1647 )
...
* Add M5Stack-FIRE board
* updated m5stack-fire boards.txt
* remove pins 16 and 17
2018-07-25 12:56:04 +02:00
Ron M. Battle
da798c7db0
Add TTGO LoRa32 with OLED Version 1.x Board ( #1663 )
...
* Add ttgo-lora32-v1 folder to variants folder
* Add ttgo-lora32-v1 info to boards.txt
* Add defs to pins_arduino.h for I2C OLED and SPI LoRa radio pinouts as per @stickbreaker
2018-07-24 19:49:38 +02:00
Kryštof Černý
cbd4dc53a6
Add ALKS board variant ( #1643 )
...
* Initial support for ALKS variant
2018-07-16 20:43:35 +02:00
brendanvanbreda
79010b6498
Add XinaBox CW02 to supported boards ( #1620 )
...
* Create pins_arduino.h
* Update boards.txt
* Update pins_arduino.h
2018-07-10 13:43:21 +02:00
me-no-dev
a835bb26c4
Add missing flag to fix psram issues
...
Thanks @igrr
2018-07-04 12:11:25 +02:00
me-no-dev
5e46c9bae6
Add Wrover Support and Option to enable SPIRAM
2018-07-03 23:03:50 +02:00
korstiaanS
3967beb4fb
Added WiPy 3.0 board ( #1572 )
2018-07-02 18:23:06 +02:00
me-no-dev
058645264c
Adjust RAM size and calculator
2018-06-27 21:01:31 +02:00
Seungchul Lee
8e4ebf49de
Add "ODROID ESP32" boards support ( #1506 )
2018-06-18 18:16:11 +03:00
reaper7
e7338998d2
Selectable (from menu) partitions for MH ET LIVE boards ( #1430 )
...
* Additional partition scheme min_spiffs
with minimal SPIFFS partition size and OTA support for bigger apps
* Selectable (from menu) partitions for m5stack
addition for m5stack (as is prepared for lolin32 board: https://github.com/espressif/arduino-esp32/pull/1379 )
discourse here: https://github.com/espressif/arduino-esp32/issues/1378
* Selectable (from menu) partitions for MH ET LIVE boards
in reference to other boards (m5stack, lolin32)
this PR adds partition scheme selection for MH ET LIVE boards
also adds Core Debug Level selection for above boards
2018-05-25 16:29:56 +02:00
per1234
25678f47aa
Convert - to _ in build.board names ( #1341 )
...
build.board is used to define a macro but - is not a permitted character in macro names. This causes the macro name to actually be only everything up to the first - and also many warnings when compiling for one of these boards:
<command-line>:0:14: warning: ISO C++11 requires whitespace after the macro name
<command-line>:0:14: warning: ISO C99 requires whitespace after the macro name
I have followed the convention of the other build.board names by replacing - with _.
2018-05-14 13:09:25 +02:00
Dominik Szymański
f8a3c61981
Add upload.maximum_size directives to boards.txt. Add partitions to LOLIN32 ( #1379 )
2018-05-14 13:03:46 +02:00
reaper7
6f12b691cf
Selectable (from menu) partitions for m5stack ( #1382 )
...
* Additional partition scheme min_spiffs
with minimal SPIFFS partition size and OTA support for bigger apps
* Selectable (from menu) partitions for m5stack
addition for m5stack (as is prepared for lolin32 board: https://github.com/espressif/arduino-esp32/pull/1379 )
discourse here: https://github.com/espressif/arduino-esp32/issues/1378
2018-05-14 13:03:21 +02:00
nickoloss
1da3138ed6
Corrected Flash Mode ( #1205 )
...
Changed Flashmode to DIO due board only supports DIO
2018-04-14 09:48:10 +02:00
reaper7
4da5d46ecd
Additional partition scheme min_spiffs ( #1302 )
...
with minimal SPIFFS partition size and OTA support for bigger apps
2018-04-14 09:45:08 +02:00
Me No Dev
69f72eca84
Update IDF to f586f5e ( #1296 )
...
* Update BLE lib
* Update IDF to f586f5e
* Restructure Bluetooth Serial includes
* Update esptool and gen_esp32part
* Add partition scheme selection for menuconfig
* Add partition scheme selection for Arduino IDE
* Fix BLE example
* Second attempt BLE fix
* Add exceptions to PIO
2018-04-07 09:45:18 +03:00
chuck todd
7eb6fc5286
Add Core Debug Level for WeMosBat ( #1222 )
...
Should we add this declaration option for all boards?
2018-04-06 19:09:19 +03:00
reaper7
5abe49e8eb
currently, when M5Stack board is selected ( #1242 )
...
M5Stack variant (pins_arduino.h) file is not automatically included,
because boards.txt m5stack-core-esp32.build.variant=esp32
This commit changes m5stack-core-esp32.build.variant from esp32 to m5stack_core_esp32
also rename M5Stack variant directory from m5stack-core-esp32 to m5stack_core_esp32
2018-04-06 19:04:12 +03:00
M5Stack
e9ee0ab7df
Fixed M5Stack build.board name ( #1187 )
2018-03-09 11:15:44 +01:00
Erik Wilson
f5c2afff31
fix upload.maximum_size as current partition size 0x140000 for esp32vn-iot-uno & heltec boards ( #1052 )
2018-03-04 20:29:49 +01:00
me-no-dev
d29cfdb104
Add Pico Kit board configuration
2018-02-27 10:14:58 +01:00
me-no-dev
a53d41f1c1
Fix bootloaders for different flash configs
...
fixes: https://github.com/espressif/arduino-esp32/issues/867
2017-11-24 19:51:48 +01:00
Jochen Groppe
21026e2373
fix NodeMCU-32S .build.board property ( #812 )
...
The .build.board=xx proptery is used for generating a macro named "ARDUINO_xxx".
C macro names should never have a "-" sign.
* current: ARDUINO_NodeMCU-32S
* should be: ARDUINO_=NodeMCU_32S
2017-11-06 15:24:00 +02:00
Michael Ammann
a276ae0bf3
adjust partitions for 2MB ( #780 )
...
use minimal partitions
2017-10-30 10:29:10 +01:00
Michael Ammann
0768590332
Add new target u-blox nina-w10 ( #771 )
...
* Update boards.txt
* Create pins_arduino.h
2017-10-25 12:11:01 +02:00
张雷
0bce98e72c
add Microduino-esp32 ( #621 )
2017-09-11 17:47:28 +03:00
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
me-no-dev
856823ef19
Add support for 2MB flash and future option for different partition schemes
2017-08-17 20:00:22 +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
0accabcee0
Fix some compilation errors
2017-08-01 12:08:38 +03:00
me-no-dev
ca7f6cc516
Update IDF libs to 9314bf0
2017-08-01 08:51:04 +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
me-no-dev
dcdf8132d6
Increase partition size to 1.25MB so BT and WiFi can fit
...
Fixes: https://github.com/espressif/arduino-esp32/issues/339
2017-05-29 13:13:44 +03: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
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
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
b82d0e166a
latest IDF, 240MHz and BLE enabled libs
2016-11-28 01:11:36 +02:00
lamloei
dbf030fdaa
Add Node32s to boards.txt ( #63 )
2016-11-21 21:15:39 +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
WEMOS Electronics
6cc5a9f05b
Add "WEMOS LoLin32" boards support. ( #35 )
2016-11-08 10:54:56 +02: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
0ccde6cc1a
fix reported data size and percentage
2016-10-17 15:31:51 +03:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00