aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/temperature_mcu.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-09-29 12:37:29 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-10-13 11:27:14 -0400
commitbdf79caac422b019f6e61e2787005c2359165499 (patch)
tree7fca816668b927914989fda40abaa5d59a51ef85 /klippy/extras/temperature_mcu.py
parent69bd26b75718dbd18812dec3e4725fe467e43f46 (diff)
downloadkutter-bdf79caac422b019f6e61e2787005c2359165499.tar.gz
kutter-bdf79caac422b019f6e61e2787005c2359165499.tar.xz
kutter-bdf79caac422b019f6e61e2787005c2359165499.zip
atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/temperature_mcu.py')
-rw-r--r--klippy/extras/temperature_mcu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/klippy/extras/temperature_mcu.py b/klippy/extras/temperature_mcu.py
index bf57bd19..f35e9728 100644
--- a/klippy/extras/temperature_mcu.py
+++ b/klippy/extras/temperature_mcu.py
@@ -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),