mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
lib_ignore all envs except stm32 compiles ok at one time
This commit is contained in:
@@ -9,12 +9,12 @@
|
|||||||
; http://docs.platformio.org/page/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir = lighthub
|
src_dir = lighthub
|
||||||
env_default =
|
;env_default =
|
||||||
; megaatmega2560
|
; megaatmega2560
|
||||||
; megaatmega2560-net
|
; megaatmega2560-net
|
||||||
; due
|
; due
|
||||||
; esp8266
|
; esp8266
|
||||||
esp32
|
; esp32
|
||||||
; megaatmega2560-5500
|
; megaatmega2560-5500
|
||||||
; due-5500
|
; due-5500
|
||||||
; controllino
|
; controllino
|
||||||
@@ -29,7 +29,6 @@ libdeps_dir = /tmp/piolibdeps
|
|||||||
platform = espressif32
|
platform = espressif32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = pico32
|
board = pico32
|
||||||
;lib_ldf_mode = chain+
|
|
||||||
build_flags = !bash check_custom_build_flags_esp32.sh
|
build_flags = !bash check_custom_build_flags_esp32.sh
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
DmxSimple
|
DmxSimple
|
||||||
@@ -39,11 +38,12 @@ lib_ignore =
|
|||||||
SD
|
SD
|
||||||
SdFat
|
SdFat
|
||||||
httpClient
|
httpClient
|
||||||
;Ethernet library???
|
WifiManager
|
||||||
|
Ethernet
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
https://github.com/anklimov/DS2482_OneWire
|
https://github.com/anklimov/DS2482_OneWire
|
||||||
ESP8266HTTPClient
|
; ESP8266HTTPClient
|
||||||
Ethernet3
|
Ethernet3
|
||||||
https://github.com/anklimov/aJson
|
https://github.com/anklimov/aJson
|
||||||
https://github.com/anklimov/CmdArduino
|
https://github.com/anklimov/CmdArduino
|
||||||
@@ -57,32 +57,6 @@ lib_deps =
|
|||||||
Streaming
|
Streaming
|
||||||
https://github.com/livello/PrintEx#is-select-redecl
|
https://github.com/livello/PrintEx#is-select-redecl
|
||||||
|
|
||||||
[env:stm32]
|
|
||||||
platform = ststm32
|
|
||||||
framework = arduino
|
|
||||||
board = nucleo_f103rb
|
|
||||||
upload_protocol = stlink
|
|
||||||
debug_tool = stlink
|
|
||||||
extra_scripts = pre:!pre_stm32.sh
|
|
||||||
;lib_ldf_mode = chain+
|
|
||||||
build_flags = !bash check_custom_build_flags_stm32.sh
|
|
||||||
lib_deps =
|
|
||||||
DallasTemperature
|
|
||||||
https://github.com/anklimov/aJson
|
|
||||||
https://github.com/anklimov/CmdArduino
|
|
||||||
ArduinoHttpClient
|
|
||||||
https://github.com/anklimov/ModbusMaster
|
|
||||||
; https://github.com/Serasidis/Ethernet_STM.git
|
|
||||||
; https://github.com/livello/Ethernet_STM.git
|
|
||||||
https://github.com/knolleary/pubsubclient.git
|
|
||||||
Adafruit Unified Sensor
|
|
||||||
DHT sensor library
|
|
||||||
; https://github.com/anklimov/DMXSerial
|
|
||||||
; Syslog
|
|
||||||
; https://github.com/No3x/Syslog.git
|
|
||||||
https://github.com/arcao/Syslog.git
|
|
||||||
; UIPEthernet
|
|
||||||
|
|
||||||
[env:due]
|
[env:due]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
@@ -93,6 +67,8 @@ lib_ignore =
|
|||||||
DMXSerial
|
DMXSerial
|
||||||
DmxSimple
|
DmxSimple
|
||||||
httpClient
|
httpClient
|
||||||
|
ESPDMX
|
||||||
|
WifiManager
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/sebnil/DueFlashStorage
|
https://github.com/sebnil/DueFlashStorage
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
@@ -124,6 +100,7 @@ lib_ignore =
|
|||||||
DHT sensor library for ESPx
|
DHT sensor library for ESPx
|
||||||
DmxDue
|
DmxDue
|
||||||
DueFlashStorage
|
DueFlashStorage
|
||||||
|
WifiManager
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
https://github.com/anklimov/DS2482_OneWire
|
https://github.com/anklimov/DS2482_OneWire
|
||||||
@@ -134,7 +111,7 @@ lib_deps =
|
|||||||
https://github.com/anklimov/ModbusMaster
|
https://github.com/anklimov/ModbusMaster
|
||||||
https://github.com/anklimov/DMXSerial
|
https://github.com/anklimov/DMXSerial
|
||||||
https://github.com/anklimov/Ethernet
|
https://github.com/anklimov/Ethernet
|
||||||
https://github.com/PaulStoffregen/SPI.git
|
; https://github.com/PaulStoffregen/SPI.git
|
||||||
;TODO: need to rename SPI lib
|
;TODO: need to rename SPI lib
|
||||||
https://github.com/knolleary/pubsubclient.git
|
https://github.com/knolleary/pubsubclient.git
|
||||||
https://github.com/anklimov/Artnet.git
|
https://github.com/anklimov/Artnet.git
|
||||||
@@ -187,6 +164,7 @@ lib_ignore =
|
|||||||
DmxDue
|
DmxDue
|
||||||
DueFlashStorage
|
DueFlashStorage
|
||||||
ESP-Dmx
|
ESP-Dmx
|
||||||
|
WifiManager
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
https://github.com/anklimov/DS2482_OneWire
|
https://github.com/anklimov/DS2482_OneWire
|
||||||
@@ -197,7 +175,7 @@ lib_deps =
|
|||||||
https://github.com/anklimov/ModbusMaster
|
https://github.com/anklimov/ModbusMaster
|
||||||
https://github.com/anklimov/DMXSerial
|
https://github.com/anklimov/DMXSerial
|
||||||
https://github.com/anklimov/Ethernet
|
https://github.com/anklimov/Ethernet
|
||||||
https://github.com/PaulStoffregen/SPI.git
|
; https://github.com/PaulStoffregen/SPI.git
|
||||||
https://github.com/knolleary/pubsubclient.git
|
https://github.com/knolleary/pubsubclient.git
|
||||||
https://github.com/anklimov/Artnet.git
|
https://github.com/anklimov/Artnet.git
|
||||||
FastLED
|
FastLED
|
||||||
@@ -217,6 +195,12 @@ lib_ignore =
|
|||||||
https://github.com/anklimov/Ethernet
|
https://github.com/anklimov/Ethernet
|
||||||
ESP-Dmx
|
ESP-Dmx
|
||||||
DMXSerial
|
DMXSerial
|
||||||
|
ESPDMX
|
||||||
|
WifiManager
|
||||||
|
DmxSimple
|
||||||
|
httpClient
|
||||||
|
Ethernet
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/sebnil/DueFlashStorage
|
https://github.com/sebnil/DueFlashStorage
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
@@ -248,6 +232,7 @@ lib_ignore =
|
|||||||
DmxDue
|
DmxDue
|
||||||
DueFlashStorage
|
DueFlashStorage
|
||||||
ESP-Dmx
|
ESP-Dmx
|
||||||
|
WifiManager
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||||
https://github.com/anklimov/DS2482_OneWire
|
https://github.com/anklimov/DS2482_OneWire
|
||||||
@@ -258,7 +243,7 @@ lib_deps =
|
|||||||
https://github.com/anklimov/ModbusMaster
|
https://github.com/anklimov/ModbusMaster
|
||||||
https://github.com/anklimov/DMXSerial
|
https://github.com/anklimov/DMXSerial
|
||||||
https://github.com/anklimov/Ethernet
|
https://github.com/anklimov/Ethernet
|
||||||
https://github.com/PaulStoffregen/SPI.git
|
; https://github.com/PaulStoffregen/SPI.git
|
||||||
https://github.com/knolleary/pubsubclient.git
|
https://github.com/knolleary/pubsubclient.git
|
||||||
https://github.com/anklimov/Artnet.git
|
https://github.com/anklimov/Artnet.git
|
||||||
FastLED
|
FastLED
|
||||||
@@ -267,3 +252,37 @@ lib_deps =
|
|||||||
DHT sensor library
|
DHT sensor library
|
||||||
Streaming
|
Streaming
|
||||||
https://github.com/livello/PrintEx#is-select-redecl
|
https://github.com/livello/PrintEx#is-select-redecl
|
||||||
|
|
||||||
|
;TODO:STM32 compilation problems
|
||||||
|
;[env:stm32]
|
||||||
|
;platform = ststm32
|
||||||
|
;framework = arduino
|
||||||
|
;board = nucleo_f103rb
|
||||||
|
;upload_protocol = stlink
|
||||||
|
;debug_tool = stlink
|
||||||
|
;build_flags = !bash check_custom_build_flags_stm32.sh
|
||||||
|
;lib_ignore =
|
||||||
|
; DHT sensor library for ESPx
|
||||||
|
; DmxDue
|
||||||
|
; DueFlashStorage
|
||||||
|
; ESP-Dmx
|
||||||
|
; WifiManager
|
||||||
|
; FastLED
|
||||||
|
; Ethernet
|
||||||
|
;lib_deps =
|
||||||
|
; DallasTemperature
|
||||||
|
; https://github.com/anklimov/aJson
|
||||||
|
; https://github.com/anklimov/CmdArduino
|
||||||
|
; ArduinoHttpClient
|
||||||
|
; https://github.com/anklimov/ModbusMaster
|
||||||
|
;; https://github.com/Serasidis/Ethernet_STM.git
|
||||||
|
;; https://github.com/livello/Ethernet_STM.git
|
||||||
|
; https://github.com/knolleary/pubsubclient.git
|
||||||
|
; Adafruit Unified Sensor
|
||||||
|
; DHT sensor library
|
||||||
|
;; https://github.com/anklimov/DMXSerial
|
||||||
|
;; Syslog
|
||||||
|
;; https://github.com/No3x/Syslog.git
|
||||||
|
; https://github.com/arcao/Syslog.git
|
||||||
|
;; UIPEthernet
|
||||||
|
; Streaming
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
#! /bin/bash
|
|
||||||
rm /tmp/piolibdeps -Rf
|
|
||||||
mkdir /tmp/piolibdeps_stm32
|
|
||||||
ln -s /tmp/piolibdeps_stm32 /tmp/piolibdeps
|
|
||||||
Reference in New Issue
Block a user