stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.79k stars 967 forks source link

Define generic boards for STM32L051K8U and -T #2395

Closed ademuri closed 3 months ago

ademuri commented 3 months ago

Summary

This PR adds loader scripts for the STM32L051K(6-8)U and STM32L051K(6-8)T variants. They are generated using STM32Cube, following the documentation in the wiki.

fpistm commented 3 months ago

Hi @ademuri Thanks for the PR, anyway it is not complete, you have to add a default clock config, declare the variant and add them to the README. https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-(board)#3---generic-system-clock-configuration

fpistm commented 3 months ago

Close it as no feedback from OP. PR not complete as stated in previous comment. Update your branch then PR can be reopened.

ademuri commented 3 months ago

I've updated this pull request with the other changes, and this is ready for review.

fpistm commented 3 months ago

No change at this time.

ademuri commented 3 months ago

Hmm, that's odd - I updated the branch that this PR is based on, but this PR did not update. Instead created a new pull request: https://github.com/stm32duino/Arduino_Core_STM32/pull/2405