mirror of
https://github.com/anklimov/lighthub
synced 2026-09-13 05:34:17 +00:00
binaries & migration 2560 slim to universal Wiznet
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
-DAC_DISABLE
|
-DAC_DISABLE
|
||||||
-DSYSLOG_ENABLE
|
-DSYSLOG_ENABLE
|
||||||
-DPID_DISABLE
|
-DPID_DISABLE
|
||||||
-DWiz5100
|
#-DWiz5100
|
||||||
-DMOTOR_DISABLE
|
-DMOTOR_DISABLE
|
||||||
-DOTA
|
-DOTA
|
||||||
-DARDUINO_OTA_MDNS_DISABLE
|
-DARDUINO_OTA_MDNS_DISABLE
|
||||||
@@ -27,4 +27,4 @@
|
|||||||
-DPID_DISABLE
|
-DPID_DISABLE
|
||||||
-DPWM_DISABLE
|
-DPWM_DISABLE
|
||||||
-DSPILED_DISABLE
|
-DSPILED_DISABLE
|
||||||
-DOW_DEVICES_LIMIT=17
|
#-DOW_DEVICES_LIMIT=17
|
||||||
Binary file not shown.
+6854
-6851
File diff suppressed because it is too large
Load Diff
+9834
-9786
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+10504
-10456
File diff suppressed because it is too large
Load Diff
+9607
-9560
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Executable
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
+5690
-5673
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1713
-1710
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
copy ..\.pio\build\due\firmware.bin due
|
copy ..\.pio\build\due\firmware.bin due
|
||||||
copy ..\.pio\build\controllino\firmware.hex controllino
|
copy ..\.pio\build\controllino\firmware.hex controllino
|
||||||
copy ..\.pio\build\m5stack\firmware.bin m5stack
|
copy ..\.pio\build\m5stack\firmware.bin m5stack
|
||||||
copy ..\.pio\build\mega2560slim-5100\firmware.hex mega2560slim-5100
|
copy ..\.pio\build\mega2560slim\firmware.hex mega2560slim
|
||||||
copy ..\.pio\build\mega2560slim-5100\firmware.bin mega2560slim-5100
|
copy ..\.pio\build\mega2560slim\firmware.bin mega2560slim
|
||||||
copy ..\.pio\build\mega2560slim2\firmware.hex mega2560slim2
|
copy ..\.pio\build\mega2560slim2\firmware.hex mega2560slim2
|
||||||
copy ..\.pio\build\mega2560slim2\firmware.bin mega2560slim2
|
copy ..\.pio\build\mega2560slim2\firmware.bin mega2560slim2
|
||||||
copy ..\.pio\build\due-5100\firmware.bin due-5100
|
copy ..\.pio\build\due-5100\firmware.bin due-5100
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
cp ../.pio/build/due/firmware.bin due
|
cp ../.pio/build/due/firmware.bin due
|
||||||
cp ../.pio/build/controllino/firmware.hex controllino
|
cp ../.pio/build/controllino/firmware.hex controllino
|
||||||
cp ../.pio/build/m5stack/firmware.bin m5stack
|
cp ../.pio/build/m5stack/firmware.bin m5stack
|
||||||
cp ../.pio/build/mega2560slim-5100/firmware.hex mega2560slim-5100
|
cp ../.pio/build/mega2560slim/firmware.hex mega2560slim
|
||||||
cp ../.pio/build/mega2560slim-5100/firmware.bin mega2560slim-5100
|
cp ../.pio/build/mega2560slim/firmware.bin mega2560slim
|
||||||
cp ../.pio/build/mega2560-optiboot/firmware.hex mega2560-optiboot
|
cp ../.pio/build/mega2560-optiboot/firmware.hex mega2560-optiboot
|
||||||
cp ../.pio/build/mega2560-optiboot/firmware.bin mega2560-optiboot
|
cp ../.pio/build/mega2560-optiboot/firmware.bin mega2560-optiboot
|
||||||
cp ../.pio/build/mega2560-5100/firmware.hex mega2560-5100
|
cp ../.pio/build/mega2560-5100/firmware.hex mega2560-5100
|
||||||
|
|||||||
+8
-7
@@ -13,9 +13,9 @@ src_dir = lighthub
|
|||||||
default_envs =
|
default_envs =
|
||||||
; ****** UNCOMMENT single environment name for target platform below *******
|
; ****** UNCOMMENT single environment name for target platform below *******
|
||||||
|
|
||||||
; Arduino Mega compact build + Ethernet shield Wiznet 5100, 1-wire, thermostates.
|
; Arduino Mega compact build + Ethernet shield Wiznet 5X00, 1-wire, thermostates.
|
||||||
; Without DMX, Wiznet 5100 network driver
|
; Without DMX, Wiznet network driver
|
||||||
; mega2560slim-5100
|
; mega2560slim
|
||||||
|
|
||||||
; Another Arduino Mega compact build without 1-wire, DMX, but with OTA
|
; Another Arduino Mega compact build without 1-wire, DMX, but with OTA
|
||||||
; OPTIBOOT bootloader required! https://github.com/MCUdude/MegaCore
|
; OPTIBOOT bootloader required! https://github.com/MCUdude/MegaCore
|
||||||
@@ -328,13 +328,13 @@ lib_deps =
|
|||||||
rweather/Crypto
|
rweather/Crypto
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
[env:mega2560slim-5100]
|
[env:mega2560slim]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
upload_port = net:192.168.88.2:23000
|
upload_port = net:192.168.88.2:23000
|
||||||
_upload_command = custom-build-flags/upload_mega2560slim-5100 $SOURCE
|
_upload_command = custom-build-flags/upload_mega2560slim $SOURCE
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = !python get_build_flags.py mega2560slim-5100
|
build_flags = !python get_build_flags.py mega2560slim
|
||||||
extra_scripts = post:toBin.py
|
extra_scripts = post:toBin.py
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
|
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
|
||||||
@@ -369,8 +369,9 @@ lib_deps =
|
|||||||
https://github.com/anklimov/CmdArduino
|
https://github.com/anklimov/CmdArduino
|
||||||
;https://github.com/anklimov/ModbusMaster
|
;https://github.com/anklimov/ModbusMaster
|
||||||
;https://github.com/anklimov/DMXSerial
|
;https://github.com/anklimov/DMXSerial
|
||||||
https://github.com/anklimov/Ethernet5100
|
;https://github.com/anklimov/Ethernet5100
|
||||||
;5100 lib have ~90 bytes less footprint of RAM
|
;5100 lib have ~90 bytes less footprint of RAM
|
||||||
|
https://github.com/anklimov/Ethernet.git
|
||||||
https://github.com/anklimov/pubsubclient.git
|
https://github.com/anklimov/pubsubclient.git
|
||||||
;https://github.com/anklimov/Artnet.git
|
;https://github.com/anklimov/Artnet.git
|
||||||
;FastLED@3.3.2
|
;FastLED@3.3.2
|
||||||
|
|||||||
Reference in New Issue
Block a user