Go to file
Steins7 c1b3f0d073 Replace rcc's bitfields with macros
Bitfields can use byte acces, which the bus doesn't permit. When that happens,
the bus adds extra bytes to form a word, modifying fields that shouldn't be.
Bitfields can be kept for debug and read, but writes must be done though masks
2023-07-05 22:23:28 +02:00
cmsis Reorganize repository to be used as a library 2023-02-11 21:55:32 +01:00
doc Upddate module documentation 2023-05-13 15:50:13 +02:00
drivers Replace rcc's bitfields with macros 2023-07-05 22:23:28 +02:00
.gitignore Update .gitignore 2023-02-11 21:57:21 +01:00
linker.ld Rewrite linker and startup files 2023-03-13 11:45:37 +01:00
startup.s Implement nvic's control functions 2023-04-27 21:12:05 +02:00