Arduino_Core_STM32 icon indicating copy to clipboard operation
Arduino_Core_STM32 copied to clipboard

Nucleo L011K4

Open alextrical opened this issue 3 years ago • 5 comments

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

alextrical avatar Aug 30 '22 19:08 alextrical

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

alextrical avatar Sep 01 '22 10:09 alextrical

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.

fpistm avatar Sep 01 '22 12:09 fpistm

Your commits need to be atomic

Got it, only 1 board or generic MCU Per PR

alextrical avatar Sep 01 '22 21:09 alextrical

Your commits need to be atomic

Got it, only 1 board or generic MCU Per PR

Per commit not PR😉

fpistm avatar Sep 02 '22 04:09 fpistm

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

fpistm avatar Sep 02 '22 07:09 fpistm