Arduino_Core_STM32
Arduino_Core_STM32 copied to clipboard
Nucleo L011K4
Variant based of of existing generic config, Clock configured for a LSE of 32.768 and a HSI HCLK of 64MHz
Not tested as I dont have access to the hardware
Request for board found in https://github.com/stm32duino/Arduino_Core_STM32/issues/722
Good practice would be to split generic variants addition and specific board in 2 separate commits.
Sorry about that, I wasnt aware of the best practice.
I will get that split in future publishes. 1 publish per Dev board. But Generic MCU's by family grouping
Sorry about that, I wasnt aware of the best practice.
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/CONTRIBUTING.md#4-commit-messages
Your commits need to be atomic which allows the repository to remain flexible after merging.
So to sum up you should have a PR with 2 commits: 1 to add generic and one to add the nucleo.
Anyway, you should wait as you PR including all Generic L0 will be merged soon and L011K4 is part of it.
For the Nucleo L011K4 you could compare with NUCLEO_L031K6 the pins mapping should be very closed: https://github.com/stm32duino/Arduino_Core_STM32/blob/main/variants/STM32L0xx/L031K(4-6)T_L041K6T/variant_NUCLEO_L031K6.h