mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
platformio.ini monitor baudrate&due bins updated
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -23,15 +23,15 @@ default_envs =
|
|||||||
; mega2560-5500
|
; mega2560-5500
|
||||||
|
|
||||||
; LightHub controller HW revision 2.1 and above (Wiznet 5500 CS on pin 53)
|
; LightHub controller HW revision 2.1 and above (Wiznet 5500 CS on pin 53)
|
||||||
; lighthub21
|
lighthub21
|
||||||
|
|
||||||
; Arduino DUE + Ethernet shield Wiznet 5100
|
; Arduino DUE + Ethernet shield Wiznet 5100
|
||||||
; due-5100
|
due-5100
|
||||||
|
|
||||||
; Generic DUE
|
; Generic DUE
|
||||||
; due
|
due
|
||||||
; Arduino DUE + Ethernet shield Wiznet 5500
|
; Arduino DUE + Ethernet shield Wiznet 5500
|
||||||
; due-5500
|
due-5500
|
||||||
|
|
||||||
; ESP 8266
|
; ESP 8266
|
||||||
; esp8266-wifi
|
; esp8266-wifi
|
||||||
@@ -56,6 +56,7 @@ default_envs =
|
|||||||
[env:nrf52840-5500]
|
[env:nrf52840-5500]
|
||||||
platform = nordicnrf52
|
platform = nordicnrf52
|
||||||
board = nrf52840_dk
|
board = nrf52840_dk
|
||||||
|
monitor_baud = 115200
|
||||||
;board_build.variant = breakout
|
;board_build.variant = breakout
|
||||||
;upload_protocol = mbed
|
;upload_protocol = mbed
|
||||||
;upload_port = /dev/cu.SLAB_USBtoUART
|
;upload_port = /dev/cu.SLAB_USBtoUART
|
||||||
@@ -119,6 +120,7 @@ lib_deps =
|
|||||||
[env:m5stack]
|
[env:m5stack]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = m5stack-core-esp32
|
board = m5stack-core-esp32
|
||||||
|
monitor_baud = 115200
|
||||||
framework = arduino
|
framework = arduino
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
build_flags = !python get_build_flags.py m5stack
|
build_flags = !python get_build_flags.py m5stack
|
||||||
@@ -176,6 +178,7 @@ monitor_filters = esp32_exception_decoder
|
|||||||
build_type = debug
|
build_type = debug
|
||||||
;board = pico32
|
;board = pico32
|
||||||
board = esp32-evb
|
board = esp32-evb
|
||||||
|
monitor_baud = 115200
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
build_flags = !python get_build_flags.py esp32-wifi
|
build_flags = !python get_build_flags.py esp32-wifi
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
@@ -230,6 +233,7 @@ lib_deps =
|
|||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
|
monitor_baud = 115200
|
||||||
build_flags = !python get_build_flags.py due-5100
|
build_flags = !python get_build_flags.py due-5100
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
|
;DS2482_OneWire //UNCOMMENT for software 1-wire driver
|
||||||
@@ -279,6 +283,7 @@ lib_deps =
|
|||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
|
monitor_baud = 115200
|
||||||
build_flags = !python get_build_flags.py due
|
build_flags = !python get_build_flags.py due
|
||||||
; Need to place arduinoOTA utility from Arduino IDE distribution to folder in your PATH
|
; Need to place arduinoOTA utility from Arduino IDE distribution to folder in your PATH
|
||||||
;fix address and password
|
;fix address and password
|
||||||
@@ -332,6 +337,7 @@ lib_deps =
|
|||||||
[env:mega2560slim-5100]
|
[env:mega2560slim-5100]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
|
monitor_baud = 115200
|
||||||
;upload_port = net:192.168.88.31:23
|
;upload_port = net:192.168.88.31:23
|
||||||
upload_port = net:192.168.88.2:23000
|
upload_port = net:192.168.88.2:23000
|
||||||
framework = arduino
|
framework = arduino
|
||||||
@@ -378,6 +384,7 @@ lib_deps =
|
|||||||
[env:mega2560-5500]
|
[env:mega2560-5500]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
|
monitor_baud = 115200
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = !python get_build_flags.py mega2560-5500
|
build_flags = !python get_build_flags.py mega2560-5500
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
@@ -424,6 +431,7 @@ lib_deps =
|
|||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
|
monitor_baud = 115200
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
|
|
||||||
;upload_protocol = espota
|
;upload_protocol = espota
|
||||||
@@ -486,6 +494,7 @@ lib_deps =
|
|||||||
[env:mega2560-5100]
|
[env:mega2560-5100]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
|
monitor_baud = 115200
|
||||||
framework = arduino
|
framework = arduino
|
||||||
upload_port = net:192.168.88.2:23000
|
upload_port = net:192.168.88.2:23000
|
||||||
build_flags = !python get_build_flags.py mega2560-5100
|
build_flags = !python get_build_flags.py mega2560-5100
|
||||||
@@ -532,6 +541,7 @@ lib_deps =
|
|||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
|
monitor_baud = 115200
|
||||||
;build_flags = !bash check_custom_build_flags_due-5500.sh
|
;build_flags = !bash check_custom_build_flags_due-5500.sh
|
||||||
build_flags = !python get_build_flags.py due-5500
|
build_flags = !python get_build_flags.py due-5500
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
@@ -583,6 +593,7 @@ lib_deps =
|
|||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = due
|
board = due
|
||||||
|
monitor_baud = 115200
|
||||||
build_flags = !python get_build_flags.py lighthub21
|
build_flags = !python get_build_flags.py lighthub21
|
||||||
;upload_command = arduinoOTA -address 192.168.11.172 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE
|
;upload_command = arduinoOTA -address 192.168.11.172 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE
|
||||||
;upload_command = arduinoOTA -address 192.168.88.34 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE
|
;upload_command = arduinoOTA -address 192.168.88.34 -port 65280 -username arduino -password password -b -upload /sketch -sketch $SOURCE
|
||||||
@@ -638,6 +649,7 @@ lib_deps =
|
|||||||
[env:controllino]
|
[env:controllino]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
|
monitor_baud = 115200
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = !python get_build_flags.py controllino
|
build_flags = !python get_build_flags.py controllino
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
@@ -685,6 +697,7 @@ lib_deps =
|
|||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = nucleo_f103rb
|
board = nucleo_f103rb
|
||||||
|
monitor_baud = 115200
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
debug_tool = stlink
|
debug_tool = stlink
|
||||||
build_flags = !python get_build_flags.py stm32-enc2860
|
build_flags = !python get_build_flags.py stm32-enc2860
|
||||||
|
|||||||
Reference in New Issue
Block a user