Skip to content

Adds port for Arduino stm32 core.#45

Open
balazsracz wants to merge 6 commits intomrrwa:masterfrom
balazsracz:bracz-stm32-port
Open

Adds port for Arduino stm32 core.#45
balazsracz wants to merge 6 commits intomrrwa:masterfrom
balazsracz:bracz-stm32-port

Conversation

@balazsracz
Copy link
Copy Markdown

Creates a new port for the library to run on the stm32duino Arduino core. This is the "default" core available in the Arduino boards manager when the user searches for "stm32".
The port was built and tested on an STM32F303RE nucleo dev board. It uses the same resource layout as the previous stm32 port, i.e., input on PB14 and using the TMR2 timer resource. The input pin can be changed in ln_config.h (at compile time), but this was not tested. An arbitrary TX pin is supported (setting at run time).
Polarity selection of input and output is supported (at compile time).

@kiwi64ajs
Copy link
Copy Markdown
Contributor

kiwi64ajs commented May 25, 2024 via email

@balazsracz
Copy link
Copy Markdown
Author

balazsracz commented May 26, 2024 via email

@kiwi64ajs
Copy link
Copy Markdown
Contributor

kiwi64ajs commented May 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants