diff options
| author | Joel Challis <git@zvecr.com> | 2024-09-02 03:48:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 03:48:17 +0100 |
| commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
| tree | 17ff660931b925909be4a75fba55bd67441bf2bb /lib/python | |
| parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) | |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/qmk/info.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/qmk/info.py b/lib/python/qmk/info.py index 72b19a9fec..0c6dd181d9 100644 --- a/lib/python/qmk/info.py +++ b/lib/python/qmk/info.py | |||
| @@ -898,9 +898,6 @@ def arm_processor_rules(info_data, rules): | |||
| 898 | info_data['platform'] = 'STM32' | 898 | info_data['platform'] = 'STM32' |
| 899 | elif 'MCU_SERIES' in rules: | 899 | elif 'MCU_SERIES' in rules: |
| 900 | info_data['platform'] = rules['MCU_SERIES'] | 900 | info_data['platform'] = rules['MCU_SERIES'] |
| 901 | elif 'ARM_ATSAM' in rules: | ||
| 902 | info_data['platform'] = 'ARM_ATSAM' | ||
| 903 | info_data['platform_key'] = 'arm_atsam' | ||
| 904 | 901 | ||
| 905 | return info_data | 902 | return info_data |
| 906 | 903 | ||
