ryankurte / efm32-base

Base project for Silicon Labs EFM32 microcontrollers
89 stars 33 forks source link

Update MCU SDK to 5.8.0 #8

Closed david-perez closed 5 years ago

david-perez commented 5 years ago

This commit updates the MCU SDK to the latest 5.8.0, released on June 7, 2019. Release notes. Grabbed from a Simplicity Studio installation.

This updates the Gecko SDK to version 2.7.

I've copied all of the files in the release of CMSIS included in the Gecko SDK except the Documentation folder. Notice there are a couple more folders (e.g. NN/) which were not included in the current CMSIS version used in this project. I've only updated device configuration files for devices that were already supported by this project. Some .txt files like Changes-emdrv.txt, Changes_emlib.txt, Changes_usb.txt and Silabs_License_Agreement.txt are no longer distributed with the current Gecko SDK.

make test reports no errors.

ryankurte commented 5 years ago

thanks for the PR! seems reasonable (if unavoidably huge) to me ^_^