Refactor cmake/presets for easier serial usb device selection

This commit is contained in:
Allen Hill
2026-06-11 19:33:06 -07:00
parent c2440d5118
commit 051d8dbe99
2 changed files with 60 additions and 13 deletions
-1
View File
@@ -3,7 +3,6 @@ include(CMakeDependentOption)
set(WITH_MCU OFF) # Disable target name modification setting from toolchain
set(AVR_MCU "attiny3216")
set(AVR_UPLOADTOOL_PORT /dev/ttyUSB0)
set(AVR_PROGRAMMER serialupdi)
set(AVR_UPLOADTOOL_BAUDRATE 230400)