esp32 support

This commit is contained in:
fchaxel
2017-11-22 07:28:36 +00:00
parent 7d40c7ce5e
commit e3fab4a96c
12 changed files with 5357 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:esp32thing]
platform = espressif32
board = esp32thing
framework = espidf
upload_port = COM7
upload_speed = 1152000
monitor_baud = 115200