Commit Graph

6 Commits

Author SHA1 Message Date
Robin Müller f3d71cf0f9
Timer and Clock modules added
- Clock module to set and retrieve system clock which can have
  varying frequencies. Also allows enabling peripheral clocks
- Prelude updated
- Common time types added, based on stm32f1xx HAL implementation
- Basic timer implementation added
2021-11-08 01:40:01 +01:00
Robin Müller 8f56468a1e
update toml file 2021-11-08 01:34:09 +01:00
Robin Müller a463332d58
optimize for size by default 2021-11-06 17:10:06 +01:00
Robin Müller 9020fc92d0
Refactored parts of the GPIO implementation 2021-11-06 16:16:53 +01:00
Robin Müller 9181e61e70
Added first GPIO implementation
- First GPIO implementation based on the stm32f0xx amd stm32f1xx
HAL implementations for the HAL module
2021-11-06 01:27:04 +01:00
Robin Müller 3ae5b0e27d
init commit 2021-11-03 23:11:59 +01:00