Tudor Andrei Dicu
Tudor Andrei Dicu
## Build system rewrite If anyone has any other ideas of things to add to the new build system (even stuff that was there before and I missed it), please...
- multiple modes for linker script generation - `MemoryRegion` update - concatenate linker files directly in the generate linker script tool - rp2xxx: use `INSERT AFTER` and `INSERT BEFORE` in...
Either `self` or something else (like the name of the struct). Not that important anyway, but it's better to be consistent :)
Currently the root module of the firmware is `core/start.zig`. This has one upside and one downside. The upside is that we can export the startup logic without requiring the user...
## Emitting docs for microzig Issue for tracking microzig docs. Please feel free to add more things that you feel microzig is curently lacking in terms of documentation. - [x]...
The `test` directory under `core` is not used anymore (they are also very not up to date). There is also a `thoughts.md` file (which is also not up to date)....
Add support for patches such as `add_struct`, `set_struct_type` to regz. This requires quite a bit of refactoring to be done in the code. Something like this would be useful in...
Write a generic driver for a led matrix like the one implemented for micro:bit (#600).