HAL for Espressif ESP32 Wifi

This commit is contained in:
Simon Jouet
2017-10-08 17:38:10 +01:00
committed by Scott Lahteine
parent 091f742432
commit e2aeda61ed
23 changed files with 1257 additions and 16 deletions

View File

@@ -318,3 +318,19 @@ lib_ignore =
U8glib-HAL
TMC2208Stepper
c1921b4
#
# Espressif ESP32
#
[env:esp32]
platform = https://github.com/platformio/platform-espressif32.git#feature/stage
board = esp32dev
framework = arduino
upload_port = COM3
lib_ignore =
LiquidCrystal_I2C
LiquidCrystal
NewliquidCrystal
LiquidTWI2
TMC26XStepper
c1921b4