atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -64,8 +64,8 @@ class PrinterTemperatureMCU:
|
||||
cfg_funcs = [
|
||||
('rp2040', self.config_rp2040),
|
||||
('sam3', self.config_sam3), ('sam4', self.config_sam4),
|
||||
('same70', self.config_same70),
|
||||
('samd21', self.config_samd21), ('samd51', self.config_samd51),
|
||||
('same70', self.config_same70), ('samd21', self.config_samd21),
|
||||
('samd51', self.config_samd51), ('same5', self.config_samd51),
|
||||
('stm32f1', self.config_stm32f1), ('stm32f2', self.config_stm32f2),
|
||||
('stm32f4', self.config_stm32f4),
|
||||
('stm32f042', self.config_stm32f0x2),
|
||||
|
Reference in New Issue
Block a user