Commit Graph

97 Commits

Author SHA1 Message Date
muellerr 732f3e3bc8 use HAL delay instead of bare metal delay 2021-12-18 14:31:44 +01:00
muellerr bdbe666a2c applied cargo fmt
Rust/va108xx-hal/pipeline/head There was a failure building this commit
2021-12-17 10:36:05 +01:00
muellerr b9d4d7214c Merge branch 'main' of https://egit.irs.uni-stuttgart.de/rust/va108xx-hal
Rust/va108xx-hal/pipeline/head There was a failure building this commit
2021-12-16 11:26:53 +01:00
muellerr 0bc7e0f341 new blinky example, cargo.toml update 2021-12-16 11:26:26 +01:00
muellerr 59463fbaba try without use-cross in CI
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-13 00:04:09 +01:00
muellerr 439e1d43e7 update link 2021-12-12 23:51:47 +01:00
muellerr 2abf35bb6e simplified ci files
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-12 23:49:44 +01:00
muellerr a1c0fb90e0 update example link
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-12 23:04:21 +01:00
muellerr 87b0180e6f Merge pull request 'HAL update' (#4) from mueller/hal-update into main
Rust/va108xx-hal/pipeline/head This commit looks good
Reviewed-on: #4
v0.4.2
2021-12-12 14:39:13 +01:00
muellerr f39863e59f bump version
Rust/va108xx-hal/pipeline/head This commit looks good
Rust/va108xx-hal/pipeline/pr-main This commit looks good
2021-12-12 14:35:15 +01:00
muellerr fb158caf6e HAL update
Rust/va108xx-hal/pipeline/head This commit looks good
Rust/va108xx-hal/pipeline/pr-main This commit looks good
- SPI: Clear TX and RX FIFO for transfers
- Added `port_mux` function to manually select function for pins
2021-12-12 14:21:49 +01:00
muellerr 3fc8ce519a Merge pull request 'SPI Bugfix' (#3) from mueller/spi-bugfix into main
Rust/va108xx-hal/pipeline/head This commit looks good
Reviewed-on: #3
v0.4.1
2021-12-11 17:53:11 +01:00
muellerr 2ad405d325 update changelog, bump to v0.4.1
Rust/va108xx-hal/pipeline/pr-main This commit looks good
Rust/va108xx-hal/pipeline/head Build started...
2021-12-11 17:46:05 +01:00
muellerr 063a7a56e5 init blockmode was not set 2021-12-11 17:45:06 +01:00
muellerr 1db363fe1a Merge pull request 'Replaced Hertz by impl Into<Hertz> completely' (#2) from mueller/impl-into-hertz into main
Rust/va108xx-hal/pipeline/head This commit looks good
Reviewed-on: #2
v0.4.0
2021-12-09 23:28:58 +01:00
muellerr 659b7e8f27 Replaced Hertz by impl Into<Hertz> completely
Rust/va108xx-hal/pipeline/head This commit looks good
Rust/va108xx-hal/pipeline/pr-main Build started...
2021-12-09 23:19:21 +01:00
muellerr 5f6914a93a update changelog and some more links
Rust/va108xx-hal/pipeline/head This commit looks good
v0.3.1
2021-12-06 16:04:55 +01:00
muellerr 2de11478fb updated all example links 2021-12-06 16:02:51 +01:00
muellerr 6f1d2554d5 issues with Markdown
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-06 15:49:03 +01:00
muellerr 166bc5d9b0 update changelog
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-06 15:46:35 +01:00
muellerr 2ecfdb770f bump version to v0.3.0
Rust/va108xx-hal/pipeline/head This commit looks good
v0.3.0
2021-12-06 15:44:09 +01:00
muellerr b4200fc8c5 Merge pull request 'EGit integration' (#1) from mueller/egit-integration into main
Rust/va108xx-hal/pipeline/head This commit looks good
Reviewed-on: #1
2021-12-06 15:40:12 +01:00
muellerr 698af5fa9f EGit integration
Rust/va108xx-hal/pipeline/pr-main This commit looks good
- Changed license to Apache-2.0 only
- Added NOTICE file
- Added Jenkins CI/CD files
2021-12-06 15:18:39 +01:00
muellerr f2ca18469b update README 2021-12-06 12:52:34 +01:00
muellerr 5495cf6ab6 updated link in README 2021-12-06 12:50:06 +01:00
Robin Mueller 470346a019 Merge pull request #25 from robamu-org/mueller/cascade
added cascade example
2021-12-06 12:47:26 +01:00
muellerr 5f712b6ab7 added cascade example
- Slight change to CountDownTimer input parameter format
2021-12-06 12:39:13 +01:00
bors[bot] 54e016f0e3 Merge #24
24: Bump to v0.2.3 r=robamu a=robamu

- Added API to reset peripherals
- Improved API of timer.
- Separation of TIM reg and TIM pin interface

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-05 22:05:29 +00:00
muellerr e3e978e958 Bump to v0.2.3, update CHANGELOG 2021-12-05 23:03:28 +01:00
muellerr 779d5a94ec Timer API now macroless
- Separation of TIM reg and TIM pin IF
- Improvements of API
2021-12-05 23:00:28 +01:00
muellerr dd7d29ec72 bump required PAC version 2021-12-05 21:58:43 +01:00
bors[bot] 5c00459f23 Merge #23
23: Added PWM implementation and example r=robamu a=robamu

- Type safe API for the PWM peripheral

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-05 16:47:38 +00:00
muellerr 9af01f3067 Added PWM implementation and example 2021-12-05 17:44:18 +01:00
bors[bot] baec0980b7 Merge #22
22: Added EDAC API r=robamu a=robamu



Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-04 21:01:41 +00:00
muellerr 554b9c8550 Added EDAC API 2021-12-04 22:00:45 +01:00
muellerr d4d5bf66e4 applied cargo fmt and fixed link 2021-12-04 21:35:11 +01:00
muellerr 380872107b re-exporting i2c address definitions 2021-12-04 21:25:35 +01:00
bors[bot] 44cc075ba0 Merge #21
21: First I2C implementation r=robamu a=robamu

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

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-02 11:06:40 +00:00
muellerr 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
bors[bot] 70d9f123ef Merge #20
20: Smaller updates r=robamu a=robamu

Small fixes

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-12-02 10:57:02 +00:00
muellerr 7dae33e7ca Merge remote-tracking branch 'origin/main' into develop 2021-12-02 11:55:40 +01:00
muellerr d08f936948 Merge branch 'mueller/spi-doc-fixes' 2021-11-21 20:26:04 +01:00
muellerr 71afe3172e fixes for SPI documentation 2021-11-21 20:24:44 +01:00
bors[bot] 8f4add54d9 Merge #19
19: Clock passing and SPI Updates r=robamu a=robamu

1. Using `impl Into<Hertz>` instead of Hertz now to increase usability for users
2. Update for SPI API to increase usability

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-21 19:20:45 +00:00
muellerr 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 Mueller e5dba61d6c Merge pull request #18 from robamu-org/mueller/doc-fixes
Doc fixes and SPI block mode support
2021-11-21 14:10:22 +01:00
muellerr 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
bors[bot] 186e7192cb Merge #17
17: Added SPI implementation r=robamu a=robamu

- First SPI HAL implementation for blocking mode
- Added example for SPI as well which uses loopback mode
  and regular mode

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-20 22:59:59 +00:00
muellerr 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
bors[bot] 9e7491813e Merge #16
16: added blocking delay functions r=robamu a=robamu

- DelayUs and DelayMs trait implementations for CountDown timer peripherals
- Tested using an oscilloscope to verify correct timing behaviour
- Bugfix for wait function

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-20 14:10:47 +00:00