Commit Graph

30 Commits

Author SHA1 Message Date
Robin Müller 833567037c
typo fix
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-06-18 22:22:56 +02:00
Robin Müller 49b72d683f
update changelog and manifest file for v0.5.1
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-06-18 22:12:58 +02:00
Robin Müller 9f5a31c5b6
small changelog update
Rust/va108xx-hal/pipeline/head Build started... Details
Rust/va108xx-hal/pipeline/pr-main Build started... Details
2021-12-20 23:48:50 +01:00
Robin Müller 9a5c9ac53c update changelog and manifest
Rust/va108xx-hal/pipeline/head This commit looks good Details
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
- Clippy fixes
2021-12-20 11:39:30 +01:00
Robin Müller c954fd185d
update changelog, bump revision
Rust/va108xx-hal/pipeline/head There was a failure building this commit Details
2021-12-18 14:34:37 +01:00
Robin Müller f39863e59f
bump version
Rust/va108xx-hal/pipeline/head This commit looks good Details
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
2021-12-12 14:35:15 +01:00
Robin Müller 2ad405d325
update changelog, bump to v0.4.1
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
Rust/va108xx-hal/pipeline/head Build started... Details
2021-12-11 17:46:05 +01:00
Robin Müller 659b7e8f27
Replaced Hertz by impl Into<Hertz> completely
Rust/va108xx-hal/pipeline/head This commit looks good Details
Rust/va108xx-hal/pipeline/pr-main Build started... Details
2021-12-09 23:19:21 +01:00
Robin Müller 5f6914a93a
update changelog and some more links
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-06 16:04:55 +01:00
Robin Müller 166bc5d9b0
update changelog
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-06 15:46:35 +01:00
Robin Müller 5f712b6ab7 added cascade example
- Slight change to CountDownTimer input parameter format
2021-12-06 12:39:13 +01:00
Robin Müller e3e978e958 Bump to v0.2.3, update CHANGELOG 2021-12-05 23:03:28 +01:00
Robin Müller 779d5a94ec Timer API now macroless
- Separation of TIM reg and TIM pin IF
- Improvements of API
2021-12-05 23:00:28 +01:00
Robin Müller 9af01f3067 Added PWM implementation and example 2021-12-05 17:44:18 +01:00
Robin Müller 554b9c8550 Added EDAC API 2021-12-04 22:00:45 +01:00
Robin Müller 3886e2f11f First I2C implementation
Initial I2C HAL implementation.
Only the I2cMaster was tested so far, I2cSlave will be tested next.

Master side was tested with a temerature sensor example application
in the vorago-reb1 crate
2021-12-02 12:05:24 +01:00
Robin Müller 4feb74e4a6 SPI improvements / Clock passing update
1. Using `impl Into<Hertz>` instead of Hertz now to increase
   usability for users
2. Update for SPI API to increase usability
2021-11-21 20:18:42 +01:00
Robin Müller 283d9d5991 Doc fixes and SPI block mode support
- Various smaller fixes for documentation
- Added support for SPI blockmode
2021-11-21 14:04:17 +01:00
Robin Müller cbc7c88112
Added SPI implementation
- First SPI HAL implementation for blocking mode
- Added example for SPI as well which uses loopback mode
  and regular mode
2021-11-20 23:57:08 +01:00
Robin Müller 2a9225fda5 added blocking delay functions
- DelayUs and DelayMs trait implementations for CountDown timer
  peripherals
- Bugfix for wait function
2021-11-20 15:09:12 +01:00
Robin Müller af5a831579 Added GPIO IRQ interface, refactoring
- Adds the IRQ interface to configure interrupts on output and input pins
- Moved the `FilterClkSel` struct to the `clock` module, reexporting in `gpio`
- Added function to set clock divisor registers
- Clearing output state at initialization of Output pins
- Added utility function to set up millisecond timer
2021-11-13 14:51:24 +01:00
Robin Müller 04830087da GPIO optimization and tweaks
- Some functions marked inline
- Doc updated
2021-11-11 20:01:40 +01:00
Robin Müller 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
Robin Müller b18e32e0cc Rust edition bumped & UART implementation
- Also adds UART example
2021-11-09 18:37:52 +01:00
Robin Müller ed4ba39207
Added proper README
- Also contains new simple blinky example
- Small CI update
2021-11-08 11:06:25 +01:00
Robin Müller cf1d8ff113
Merge remote-tracking branch 'origin/main' into mueller/rtt-example 2021-11-08 10:08:10 +01:00
Robin Müller e2df601d66 added RTT example app 2021-11-08 10:05:39 +01:00
Robin Müller 40a073d6c4 Added tests example 2021-11-08 10:04:08 +01:00
Robin Müller 41a3682a4e
update changelog 2021-11-08 01:44:44 +01:00
Robin Müller b58458d448
added CI and changelog 2021-11-06 01:13:48 +01:00