cmsis-svd / cmsis-svd-data

Aggregration of ARM Cortex-M (and other) CMSIS SVDs
Apache License 2.0
37 stars 17 forks source link

Atmel/SAM{E,V,S}7X: SVDs are outdated #21

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

After a chat with Microchip it was pointed out that http://packs.download.atmel.com/ is outdated. The up-to-date pack repository is https://packs.download.microchip.com/, where much more recent SVD files for the SAM{E,V,S}7X chips can be found: the latest version for the SAME70 is 4.8.125 (from 2022), versus 2.4.166 (from 2019) mirrored in this repo.

An SVD issue regarding USART-SPI clock sources has also been filed recently; a bug-fix release is expected soon.

I have not checked if updates are available for other chip families.

tmplt commented 2 years ago

CC @michalfita

michalfita commented 2 years ago

Thanks, @tmplt - I'll PR these this weekend and then update atsamx7x-rust's crates as well.

Could you, please, raise an issue there as well?