mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +03:00
M5STACK platform added
This commit is contained in:
@@ -17,11 +17,12 @@ env_default =
|
||||
; due
|
||||
; esp8266
|
||||
; esp32
|
||||
m5stack
|
||||
; megaatmega2560-5500
|
||||
; due-5500
|
||||
; controllino
|
||||
; stm32
|
||||
nrf52840
|
||||
; nrf52840
|
||||
|
||||
;build_dir = /tmp/pioenvs
|
||||
;libdeps_dir = /tmp/piolibdeps
|
||||
@@ -78,6 +79,53 @@ lib_deps =
|
||||
|
||||
|
||||
|
||||
[env:m5stack]
|
||||
platform = espressif32
|
||||
board = m5stack-core-esp32
|
||||
framework = arduino
|
||||
upload_speed = 921600
|
||||
targets = upload
|
||||
build_flags = !bash check_custom_build_flags_esp32.sh
|
||||
lib_ignore =
|
||||
DmxSimple
|
||||
DMXSerial
|
||||
DmxDue
|
||||
DueFlashStorage
|
||||
SD
|
||||
SdFat
|
||||
Ethernet
|
||||
Ethernet2
|
||||
Ethernet3
|
||||
EEPROM
|
||||
Artnet
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
httpClient
|
||||
HttpClient_ID66
|
||||
HttpClient
|
||||
ArduinoHttpClient
|
||||
lib_deps =
|
||||
https://github.com/ebenolson/WIFIMANAGER-ESP32.git
|
||||
https://github.com/zhouhan0126/WebServer-esp32.git
|
||||
https://github.com/anklimov/aJson
|
||||
https://github.com/anklimov/CmdArduino
|
||||
https://github.com/knolleary/pubsubclient.git
|
||||
Streaming
|
||||
;ESP_EEPROM
|
||||
https://github.com/anklimov/NRFFlashStorage
|
||||
Adafruit Unified Sensor
|
||||
DHT sensor library for ESPx
|
||||
https://github.com/anklimov/Artnet.git
|
||||
https://github.com/anklimov/ModbusMaster
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
https://github.com/anklimov/ESP-Dmx
|
||||
FastLED
|
||||
ClosedCube HDC1080
|
||||
;SparkFun CCS811 Arduino Library
|
||||
https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git
|
||||
M5Stack
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
@@ -121,7 +169,8 @@ lib_deps =
|
||||
https://github.com/anklimov/ESP-Dmx
|
||||
FastLED
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
;SparkFun CCS811 Arduino Library
|
||||
https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git
|
||||
[env:due]
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
|
||||
Reference in New Issue
Block a user