1
0
Fork 0

Remove arm_atsam platform (#24337)

This commit is contained in:
Joel Challis 2024-09-02 03:48:17 +01:00 committed by GitHub
parent 096aca63c5
commit 3bd303f204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
215 changed files with 3 additions and 73516 deletions

View file

@ -898,9 +898,6 @@ def arm_processor_rules(info_data, rules):
info_data['platform'] = 'STM32'
elif 'MCU_SERIES' in rules:
info_data['platform'] = rules['MCU_SERIES']
elif 'ARM_ATSAM' in rules:
info_data['platform'] = 'ARM_ATSAM'
info_data['platform_key'] = 'arm_atsam'
return info_data