Page 1 of 1

Adding a custom board [STM32l433CBUx]

Posted: Sat Jul 31, 2021 11:37 am
by Mitko.Dyakov
Hello all,

I have made a custom board using STM32L433CBUx. I went through "Add a new variant (board)" in the wiki i.e. added definition in boards.txt, readme.md, added linker file in "STM32L4xx\L433C(B-C)(T-U)_L443CC(T-U)" and variant and peripheral pins.

Everything seems to be peachy. I can use the peripherals, can upload the sketches with both bootloader and st-link. How do I add my code to the repo, so that it is visible for everyone ?

Is there a how to, that I can follow?

Cheers,
Mitko

Re: Adding a custom board [STM32l433CBUx]

Posted: Sat Jul 31, 2021 9:13 pm
by mrburnette
Generally, the process requires you to have your code in github.com.

https://guides.github.com/activities/hello-world/

However, Frederic Pillon (fpistm) who runs the forum may take a zip. I say maybe because "merging" is only efficient when your code is in github too.

Re: Adding a custom board [STM32l433CBUx]

Posted: Tue Aug 03, 2021 12:06 pm
by Mitko.Dyakov
Awesome, I got the update zip here.

How do I get the attention of mr. Pillon?

Re: Adding a custom board [STM32l433CBUx]

Posted: Mon Aug 09, 2021 9:49 am
by fpiSTM
Hi @Mitko.Dyakov

Sorry for the delay I was in vacation.

The best way to have a new board addition to the core is to made a GitHub Pull Request: https://github.com/stm32duino/Arduino_Core_STM32/pulls
Then it will ease the review and integration.

https://github.com/stm32duino/Arduino_C ... l-requests

https://docs.github.com/en/github/colla ... l-requests
https://docs.github.com/en/github/colla ... ll-request