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.
 
 
 
 
 
 
fmaggi 237890d49e
Blue pill hal (#28)
* Rework for MicroZig Gen 2

* gpio hal for blue pill

* added a comment

* better interface

* Started implementing pins interface

* commented unused stuff for now

* forgot setting pin mode

* fixed somethings I forgot

* made global config have fields instead of decls

* fixed a bug

* Lots of bugs

* bugs bugs and more bugs

* bugs bunny

* forgot ?

* i

* sizes

* so weird

* weird size

* const issues

* const issues

* always const issues

* what is happeningn

* weird issues

* finally got a led to turn on!

* Rework for MicroZig Gen 2

* Rebased onto master

---------

Co-authored-by: Felix "xq" Queißner <git@random-projects.net>
1 year ago
.buildkite migrate code from microzig repo (#1) 2 years ago
deps update microzig (#22) 1 year ago
src Blue pill hal (#28) 1 year ago
test migrate code from microzig repo (#1) 2 years ago
.gitignore migrate code from microzig repo (#1) 2 years ago
.gitmodules migrate code from microzig repo (#1) 2 years ago
LICENSE Initial commit 2 years ago
README.adoc Update microzig (#10) 2 years ago
build.zig Blue pill hal (#28) 1 year ago

README.adoc

= stm32

HALs and register definitions for stm32 (STMicro) devices

== What version of Zig to use

Right now we are following https://ziglang.org/download/[master], but once 0.11.0 is released, we will be switching to the latest stable version of Zig.

== stm32 boards that renode supports:

- blue pill (stm32f103)
- nucleo 64 (stm32f103)
- f4 discovery
- f7 discovery