1
0
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:
andreas
2023-08-30 16:42:08 +02:00
parent 5dc2c98642
commit ac91aeb491
3 changed files with 97 additions and 31 deletions

View File

@@ -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