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

Add some examples #18

Open
lucas-yotsui opened this issue Aug 12, 2024 · 0 comments
Open

Add some examples #18

lucas-yotsui opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
improvement New feature or improvement of an existing one

Comments

@lucas-yotsui
Copy link
Owner

Examples

If any users are to use this project, there must be some examples to bootstrap the development, giving them a starting point.

The most basic example for any microcontroller project is a simple blinky, so that is the bare minimum this project must have as an example.

Ideally, there'd be an example showcasing each of the modules, but that's a whole lot of code to write by myself, so I'm not sure it's gonna happen. I'll write as many as I can, but the blinky is the only one that is a sure thing.

@lucas-yotsui lucas-yotsui added the improvement New feature or improvement of an existing one label Aug 12, 2024
@lucas-yotsui lucas-yotsui self-assigned this Aug 12, 2024
lucas-yotsui added a commit that referenced this issue Aug 12, 2024
This is the first commit of my blinky example for this chip, it is still
not functional as the build.zig.zon has no dependencies.

It compiles and works when the dependency is properly added, but as of
right now I'm intentionally omitting the UniMicro dependency, since in
the future its URL will be the latest relase URL (but there are still no
releases yet).

NOTE: Since this is the first example ever on this project, there was
still no .gitattributes file as well, so I added it as well.
@lucas-yotsui lucas-yotsui moved this from Not Started to In Progress in UniMicro - STM32F411CC Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or improvement of an existing one
Projects
Status: In Progress
Development

No branches or pull requests

1 participant