You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riccardo Binetti 873e5995b6
Add initial support for the stm32f429idiscovery eval board (#38)
* Add stm32f429 registers

Generated using regz with:

./regz STM32F429.svd > registers.zig

Using this SVD:

871761af63/data/STMicro/STM32F429.svd

* Add initial support for the stm32f429idiscovery eval board

Blinky example working on the board
3 years ago
..
blinky.zig Add initial support for the stm32f429idiscovery eval board (#38) 3 years ago
interrupt.zig panic exporting is no longer needed. (#30) 3 years ago
minimal.zig panic exporting is no longer needed. (#30) 3 years ago
uart-sync.zig panic exporting is no longer needed. (#30) 3 years ago