mirror of
https://github.com/anklimov/lighthub
synced 2026-01-30 01:59:05 +03:00
Compilation for all platforms. Compiled binaries updated
This commit is contained in:
@@ -11,22 +11,45 @@
|
||||
src_dir = lighthub
|
||||
;monitor_speed = 115200
|
||||
env_default =
|
||||
; megaatmega2560
|
||||
; Arduino Mega (with DMX, without onewire) + Ethernet shield Wiznet 5100
|
||||
; mega2560dmx-5100
|
||||
|
||||
; Arduino Mega (with OneWire, without DMX) + Ethernet shield Wiznet 5100
|
||||
; mega2560onewire-5100
|
||||
|
||||
; Arduino Mega + Ethernet shield Wiznet 5500
|
||||
; mega2560-5500
|
||||
|
||||
; LightHub controller HW revision 2.1 and above (Wiznet 5500 CS on pin 53)
|
||||
; lighthub21
|
||||
; megaatmega2560-net
|
||||
; due
|
||||
; esp8266
|
||||
; esp32
|
||||
m5stack
|
||||
; megaatmega2560-5500
|
||||
|
||||
; Arduino DUE + Ethernet shield Wiznet 5100
|
||||
; due-5100
|
||||
|
||||
; Arduino DUE + Ethernet shield Wiznet 5500
|
||||
; due-5500
|
||||
|
||||
; ESP 8266
|
||||
; esp8266-wifi
|
||||
|
||||
; ESP-32
|
||||
; esp32-wifi
|
||||
|
||||
; M5Stack core (ESP32 based)
|
||||
; m5stack
|
||||
|
||||
; Controllino
|
||||
; controllino
|
||||
; stm32
|
||||
; nrf52840
|
||||
|
||||
; STM32 board + ENC28j60 network
|
||||
; stm32-enc2860
|
||||
|
||||
; NRF52 board + Wiznet 5500 network
|
||||
; nrf52840-5500
|
||||
|
||||
;build_dir = /tmp/pioenvs
|
||||
;libdeps_dir = /tmp/piolibdeps
|
||||
[env:nrf52840]
|
||||
[env:nrf52840-5500]
|
||||
platform = nordicnrf52
|
||||
board = nrf52840_dk
|
||||
;board_build.variant = breakout
|
||||
@@ -60,6 +83,7 @@ lib_ignore =
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
ESP8266HTTPClient
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
@@ -84,7 +108,6 @@ 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
|
||||
@@ -126,7 +149,7 @@ lib_deps =
|
||||
https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git
|
||||
M5Stack
|
||||
|
||||
[env:esp32]
|
||||
[env:esp32-wifi]
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
;board = pico32
|
||||
@@ -151,6 +174,7 @@ lib_ignore =
|
||||
HttpClient_ID66
|
||||
HttpClient
|
||||
ArduinoHttpClient
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/ebenolson/WIFIMANAGER-ESP32.git
|
||||
https://github.com/zhouhan0126/WebServer-esp32.git
|
||||
@@ -171,7 +195,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
;SparkFun CCS811 Arduino Library
|
||||
https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git
|
||||
[env:due]
|
||||
[env:due-5100]
|
||||
platform = atmelsam
|
||||
framework = arduino
|
||||
board = due
|
||||
@@ -190,6 +214,7 @@ lib_ignore =
|
||||
WebServer
|
||||
UIPEthernet
|
||||
EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/sebnil/DueFlashStorage
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
@@ -212,7 +237,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
|
||||
[env:megaatmega2560]
|
||||
[env:mega2560dmx-5100]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
;upload_port = net:192.168.88.31:23
|
||||
@@ -229,6 +254,7 @@ lib_ignore =
|
||||
WebServer
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
@@ -250,7 +276,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
|
||||
[env:esp8266]
|
||||
[env:esp8266-wifi]
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -273,6 +299,7 @@ lib_ignore =
|
||||
NRFFlashStorage
|
||||
UIPEthernet
|
||||
EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
@@ -283,7 +310,7 @@ lib_deps =
|
||||
https://github.com/anklimov/ModbusMaster
|
||||
https://github.com/knolleary/pubsubclient.git
|
||||
https://github.com/anklimov/Artnet.git
|
||||
FastLED
|
||||
https://github.com/FastLED/FastLED.git
|
||||
Adafruit Unified Sensor
|
||||
DHT sensor library for ESPx
|
||||
DHT sensor library
|
||||
@@ -294,7 +321,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
|
||||
[env:megaatmega2560-net]
|
||||
[env:mega2560onewire-5100]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
@@ -313,6 +340,7 @@ lib_ignore =
|
||||
WebServer
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
@@ -353,6 +381,7 @@ lib_ignore =
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/sebnil/DueFlashStorage
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
@@ -396,6 +425,7 @@ lib_ignore =
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/sebnil/DueFlashStorage
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
@@ -438,6 +468,7 @@ lib_ignore =
|
||||
WebServer
|
||||
UIPEthernet
|
||||
ESP_EEPROM
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
@@ -459,7 +490,7 @@ lib_deps =
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
|
||||
[env:stm32]
|
||||
[env:stm32-enc2860]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = nucleo_f103rb
|
||||
@@ -494,6 +525,7 @@ lib_ignore =
|
||||
EEPROM
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
M5Stack
|
||||
lib_deps =
|
||||
https://github.com/anklimov/aJson
|
||||
https://github.com/anklimov/CmdArduino
|
||||
|
||||
Reference in New Issue
Block a user