Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds port for Arduino stm32 core. #45

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

balazsracz
Copy link

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
Contributor

kiwi64ajs commented May 25, 2024 via email

@balazsracz
Copy link
Author

balazsracz commented May 26, 2024 via email

@kiwi64ajs
Copy link
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