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
Adding a custom board [STM32l433CBUx]
-
- Posts: 633
- Joined: Thu Dec 19, 2019 1:23 am
Re: Adding a custom board [STM32l433CBUx]
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.
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.
-
- Posts: 4
- Joined: Sat Mar 27, 2021 10:42 am
Re: Adding a custom board [STM32l433CBUx]
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
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