Commit Graph

7 Commits

Author SHA1 Message Date
63be6ed5fe Refactored GPIO module
- The GPIO module uses type-level programming now
- Implementation heavily based on the ATSAMD GPIO HAL:
  https://docs.rs/atsamd-hal/0.13.0/atsamd_hal/gpio/v2/index.html
- Changes to API, but no passing of peripheral references necessary
  anymore. All examples and tests updated accordingly
2021-11-11 17:39:26 +01:00
b18e32e0cc Rust edition bumped & UART implementation
- Also adds UART example
2021-11-09 18:37:52 +01:00
ed4ba39207
Added proper README
- Also contains new simple blinky example
- Small CI update
2021-11-08 11:06:25 +01:00
cf1d8ff113
Merge remote-tracking branch 'origin/main' into mueller/rtt-example 2021-11-08 10:08:10 +01:00
e2df601d66 added RTT example app 2021-11-08 10:05:39 +01:00
40a073d6c4 Added tests example 2021-11-08 10:04:08 +01:00
0d935dae50
added timer example code 2021-11-08 01:43:02 +01:00