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 97733da9e2
Add initial support for the stm32f4discovery eval board (#35)
* Add stm32f407 registers

Generated using regz with:

./regz STM32F407.svd > registers.zig

Using this SVD:

871761af63/data/STMicro/STM32F407.svd

* Add initial support for the stm32f4discovery eval board

The blinky example is working on the board
3 years ago
..
blinky.zig Add initial support for the stm32f4discovery eval board (#35) 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