Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
"usb": {
|
||||
"pid": "0x6509",
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid"
|
||||
}
|
||||
|
@@ -1,8 +1,2 @@
|
||||
# MCU name
|
||||
MCU = atmega32a
|
||||
|
||||
# Processor frequency
|
||||
F_CPU = 16000000
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = bootloadhid
|
||||
|
Reference in New Issue
Block a user