1d8ccfdfca
Fix rcc enum
2023-05-07 19:28:01 +02:00
661f4a0ae5
Implement nvic's control functions
2023-04-27 21:12:05 +02:00
691b360eb1
Create nvic's register map
2023-04-27 21:12:00 +02:00
c10ef4d2f1
Merge peripheral control functions
...
The functions are very simple and their number complicates the API more
than anything, so we better merge them
2023-03-31 23:32:43 +02:00
2d83ce9f05
Implement AHB peripherals control functions
2023-03-31 23:22:11 +02:00
ca935a7650
Rework comments
...
Avoid repitions between comments and code. Additionnal usage information
can be added as header comment and additionnal technical information can
be added in the source file
2023-03-31 14:17:39 +02:00
a101f07009
Implement peripheral control functions
2023-03-31 14:04:36 +02:00
3a768d9190
Implement Flash configuration
2023-03-26 21:07:37 +02:00
7f7cb077dc
Create flash register map
2023-03-24 19:05:43 +01:00
dd6d5fbdd1
Implement RCC's clock configuration
...
For now, flash configuration is hard-coded. This will fixed in future
commits
2023-03-22 23:30:29 +01:00
50dc10b76e
Create RCC register map
2023-03-19 21:57:37 +01:00