Commit Graph

13 Commits

Author SHA1 Message Date
Robin Müller 6931432dcd
add eq auto-derive
Rust/vorago-reb1/pipeline/head This commit looks good Details
2022-09-13 10:47:23 +02:00
Robin Müller ab439ac35d
clippy fix 2022-06-18 22:16:31 +02:00
Robin Müller 2195a9f678 bump to v0.3.2, update HAL dependency
Rust/vorago-reb1/pipeline/head This commit looks good Details
Rust/vorago-reb1/pipeline/pr-main This commit looks good Details
- Adapted code accordingly
2021-12-20 23:55:03 +01:00
Robin Müller 403407547d Extended ADC library
Rust/vorago-reb1/pipeline/head This commit looks good Details
Rust/vorago-reb1/pipeline/pr-main This commit looks good Details
- MAX116xx-10bit ADC library extended significantly
- Added even more examples with wakeup delay as well
2021-12-14 14:28:23 +01:00
Robin Müller 5e82e8a771
updated links, deps for updated ADC code 2021-12-12 21:06:42 +01:00
Robin Müller 4160df667f
Completed BSP core features
- Added basic accelerometer example. Board in not populated so it is not complete, but it provides a starting point
- Added ADC base library and example building on the new `max116xx-10bit` device driver crate
2021-12-12 13:46:45 +01:00
Robin Mueller 7237b9b4ce
Merge pull request #7 from robamu-org/mueller/temp-sensor
added temperature sensor module
2021-12-04 21:36:42 +01:00
Robin Müller e59df63baa added temperature sensor module 2021-12-04 21:31:35 +01:00
Robin Müller 91cde80496
added RTIC example 2021-12-04 20:51:47 +01:00
Robin Müller a2f9cf9b29
Update to v0.2.0
- Added Button Abstraction
- Added Button IRQ example
- Updated va108xx_hal to v0.2.1, adapted API accordingly
- Fix for LED API: Now consumes individual pins instead of consuming the whole
  pin struct
2021-11-13 15:00:00 +01:00
Robin Müller e7ae72cef6 New revision for updated HAL
- API changes in GPIO code, therefore update revision
2021-11-11 17:50:39 +01:00
Robin Müller d2369767b7 BSP update
- Add basic LED BSP
- Moved generic examples to the HAL
- Updated rust edition to 2021
- Updated README to provide full instructions for flashing and building
- Added jlink.gdb file to command line flashing
2021-11-09 19:21:50 +01:00
Robin Müller 5ccfff2e60
init commit 2021-11-02 20:50:05 +01:00