Skip to content

Add initial Nanopb support #3466

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

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

Add initial Nanopb support #3466

wants to merge 2 commits into from

Conversation

m-gorecki
Copy link
Contributor

@m-gorecki m-gorecki commented Jul 14, 2025

This adds package to download Nanopb repository.

Generating header and source files from .proto files is not
supported by newt. Those files must be generated earlier
by Nanopb itself and provided for the application.

This also adds SPI application based on example from Nanopb repository.

This adds package to download Nanopb repository.

Generating header and source files from .proto files is not
supported by newt. Those files must be generated earlier
by Nanopb itself and provided for the application.
@m-gorecki m-gorecki force-pushed the nanopb branch 2 times, most recently from 31ed4c4 to 136f7e9 Compare July 14, 2025 13:34
@m-gorecki m-gorecki added the skip-style-check Use for exceptional cases only label Jul 14, 2025
@sjanc sjanc removed the skip-style-check Use for exceptional cases only label Jul 23, 2025
Application based on example from Nanopb repository.
Communicates over SPI and shows the basic Nanopb API usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants