mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
NO Bash required (windows compilation problem gone) - migrated to python
build flags format simplified Binaries updated
This commit is contained in:
2
build-flags/build_flags_controllino
Normal file
2
build-flags/build_flags_controllino
Normal file
@@ -0,0 +1,2 @@
|
||||
-DCONTROLLINO
|
||||
-DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07
|
||||
1
build-flags/build_flags_due-5100
Normal file
1
build-flags/build_flags_due-5100
Normal file
@@ -0,0 +1 @@
|
||||
#NO special flags
|
||||
2
build-flags/build_flags_due-5500
Normal file
2
build-flags/build_flags_due-5500
Normal file
@@ -0,0 +1,2 @@
|
||||
-DWiz5500
|
||||
-DARTNET_ENABLE
|
||||
8
build-flags/build_flags_esp32-wifi
Normal file
8
build-flags/build_flags_esp32-wifi
Normal file
@@ -0,0 +1,8 @@
|
||||
-DDMX_DISABLE
|
||||
-DMODBUS_DISABLE
|
||||
-DOWIRE_DISABLE
|
||||
-DDHT_DISABLE
|
||||
-DCOUNTER_DISABLE
|
||||
-DSPILED_DISABLE
|
||||
-DAC_DISABLE
|
||||
#-DM5STACK
|
||||
2
build-flags/build_flags_esp8266-wifi
Normal file
2
build-flags/build_flags_esp8266-wifi
Normal file
@@ -0,0 +1,2 @@
|
||||
-DMODBUS_DISABLE
|
||||
#-DCOUNTER_DISABLE
|
||||
3
build-flags/build_flags_lighthub21
Normal file
3
build-flags/build_flags_lighthub21
Normal file
@@ -0,0 +1,3 @@
|
||||
-DWiz5500
|
||||
-DW5500_CS_PIN=53
|
||||
-DARTNET_ENABLE
|
||||
8
build-flags/build_flags_m5stack
Normal file
8
build-flags/build_flags_m5stack
Normal file
@@ -0,0 +1,8 @@
|
||||
-DDMX_DISABLE
|
||||
-DMODBUS_DISABLE
|
||||
-DOWIRE_DISABLE
|
||||
-DDHT_DISABLE
|
||||
-DCOUNTER_DISABLE
|
||||
-DSPILED_DISABLE
|
||||
-DAC_DISABLE
|
||||
-DM5STACK
|
||||
2
build-flags/build_flags_mega2560-5100
Normal file
2
build-flags/build_flags_mega2560-5100
Normal file
@@ -0,0 +1,2 @@
|
||||
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
|
||||
-DAVR_DMXOUT_PIN=18
|
||||
3
build-flags/build_flags_mega2560-5500
Normal file
3
build-flags/build_flags_mega2560-5500
Normal file
@@ -0,0 +1,3 @@
|
||||
-DWiz5500
|
||||
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
|
||||
-DAVR_DMXOUT_PIN=18
|
||||
2
build-flags/build_flags_mega2560-slim-5100
Normal file
2
build-flags/build_flags_mega2560-slim-5100
Normal file
@@ -0,0 +1,2 @@
|
||||
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
|
||||
-DAVR_DMXOUT_PIN=18
|
||||
11
build-flags/build_flags_nrf52840-5500
Normal file
11
build-flags/build_flags_nrf52840-5500
Normal file
@@ -0,0 +1,11 @@
|
||||
-DWiz5500
|
||||
#-DW5500_CS_PIN=10
|
||||
-DDMX_DISABLE
|
||||
-DMODBUS_DISABLE
|
||||
#-DOWIRE_DISABLE
|
||||
-std=gnu++11
|
||||
-DWIFI_MANAGER_DISABLE
|
||||
-DCOUNTER_DISABLE
|
||||
-DCSSHDC_DISABLE
|
||||
-DSPILED_DISABLE
|
||||
-DAC_DISABLE
|
||||
9
build-flags/build_flags_stm32-enc2860
Normal file
9
build-flags/build_flags_stm32-enc2860
Normal file
@@ -0,0 +1,9 @@
|
||||
-DDMX_DISABLE
|
||||
-DMODBUS_DISABLE
|
||||
-DOWIRE_DISABLE
|
||||
-DDHT_DISABLE
|
||||
-DCOUNTER_DISABLE
|
||||
-DNO_HOMIE
|
||||
-DCSSHDC_DISABLE
|
||||
-DSPILED_DISABLE
|
||||
-DAC_DISABLE
|
||||
33
build-flags/build_flags_template
Normal file
33
build-flags/build_flags_template
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
# usage:
|
||||
# first make your own copy of template
|
||||
# cp build_flags_template build_flags_ENVNAME
|
||||
# then edit, change or comment something
|
||||
# place to custom-build-flags dir if you would like have your own private settings
|
||||
# -DMY_CONFIG_SERVER=lazyhome.ru
|
||||
# -DWATCH_DOG_TICKER_DISABLE
|
||||
# -DUSE_1W_PIN=12
|
||||
# -DSD_CARD_INSERTED
|
||||
# -DSERIAL_BAUD=115200
|
||||
# -DWiz5500
|
||||
# -DDISABLE_FREERAM_PRINT
|
||||
# -DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:ff
|
||||
# -DDMX_DISABLE
|
||||
# -DMODBUS_DISABLE
|
||||
# -DOWIRE_DISABLE
|
||||
# -DAVR_DMXOUT_PIN=18
|
||||
# -DLAN_INIT_DELAY=2000
|
||||
# -DCONTROLLINO
|
||||
# -DESP_WIFI_AP=MYAP
|
||||
# -DESP_WIFI_PWD=MYPWD
|
||||
# -DWIFI_MANAGER_DISABLE
|
||||
# -DRESET_PIN=5
|
||||
# -DDHCP_RETRY_INTERVAL=60000
|
||||
# -DRESTART_LAN_ON_MQTT_ERRORS
|
||||
# -DW5500_CS_PIN=53
|
||||
# -DSYSLOG_ENABLE
|
||||
# -DDEVICE_NAME=MYDEVICE
|
||||
# -DDHT_DISABLE
|
||||
# -DCOUNTER_DISABLE
|
||||
# -DWITH_PRINTEX_LIB
|
||||
# -DCSSHDC_DISABLE
|
||||
Reference in New Issue
Block a user