mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
reorganize HW defs again, add generic boards, allow undefined CAN rx/tx
This commit is contained in:
@@ -54,6 +54,14 @@ build_flags =
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:m5stack-atom-generic]
|
||||
board = m5stack-atom
|
||||
lib_deps = ${env.lib_deps}
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:m5stack-atoms3]
|
||||
board = m5stack-atoms3
|
||||
lib_deps = ${env.lib_deps}
|
||||
@@ -63,6 +71,14 @@ build_flags =
|
||||
upload_port = /dev/esp32s3
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:m5stack-atoms3-generic]
|
||||
board = m5stack-atoms3
|
||||
lib_deps = ${env.lib_deps}
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32s3
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:m5stack-atom-canunit]
|
||||
board = m5stack-atom
|
||||
lib_deps = ${env.lib_deps}
|
||||
@@ -118,3 +134,11 @@ build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
[env:nodemcu-generic]
|
||||
board = nodemcu-32s
|
||||
lib_deps = ${env.lib_deps}
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
upload_port = /dev/esp32
|
||||
upload_protocol = esptool
|
||||
|
||||
Reference in New Issue
Block a user