Commit Graph

123 Commits

Author SHA1 Message Date
Robin Mueller 8e53678d11
Merge pull request #5 from robamu-org/mueller/timer-implementation
Timer and Clock modules added
2021-11-08 09:48:39 +01:00
Robin Müller 41a3682a4e
update changelog 2021-11-08 01:44:44 +01:00
Robin Müller 0d935dae50
added timer example code 2021-11-08 01:43:02 +01:00
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 Mueller 0c235358e4
Merge pull request #4 from robamu-org/mueller/utility-files
added utility files
2021-11-08 01:35:43 +01:00
Robin Müller 8f56468a1e
update toml file 2021-11-08 01:34:09 +01:00
Robin Müller c9052285bb
ignoring Cargo.lock now 2021-11-08 01:32:39 +01:00
Robin Müller ee9c8c607b
use x-compile in ci now 2021-11-08 01:26:58 +01:00
Robin Müller 710ca71ba3
added utility files 2021-11-08 01:14:25 +01:00
Robin Mueller c5dc4cf8b6
Merge pull request #3 from robamu/mueller/license-files
added license files
2021-11-08 01:11:03 +01:00
Robin Mueller a683014730
Merge pull request #2 from robamu/mueller/gpio
Added first GPIO implementation
2021-11-08 01:09:06 +01:00
Robin Müller f153732fcc
applied cargo fmt 2021-11-08 01:04:00 +01:00
Robin Müller 2750dbffd3
added license files 2021-11-08 01:03:06 +01:00
Robin Müller 021efc5a5a
Update GPIO code 2021-11-08 01:01:44 +01:00
Robin Müller a463332d58
optimize for size by default 2021-11-06 17:10:06 +01:00
Robin Müller 1e1b7f3c9f
fix prelude naming 2021-11-06 16:19:38 +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 Mueller d0ee5343e8
Merge pull request #1 from robamu/mueller/added-ci
added CI and changelog
2021-11-06 01:15:12 +01:00
Robin Müller b58458d448
added CI and changelog 2021-11-06 01:13:48 +01:00
Robin Müller b0686ee943
Merge branch 'main' of https://github.com/robamu/va108xx-hal-rs 2021-11-03 23:12:47 +01:00
Robin Müller 3ae5b0e27d
init commit 2021-11-03 23:11:59 +01:00
Robin Mueller 32fad4b5ea
Initial commit 2021-11-03 23:11:07 +01:00