Commit Graph
78 Commits
Author SHA1 Message Date
muellerr 38b9625773 update badge link
Rust/va108xx-hal/pipeline/head This commit looks good
2022-06-18 22:21:48 +02:00
muellerr 49b72d683f update changelog and manifest file for v0.5.1
Rust/va108xx-hal/pipeline/head This commit looks good
2022-06-18 22:12:58 +02:00
muellerr 21c44e6327 update dependencies and add category 2022-06-18 22:06:49 +02:00
muellerr 147c57defb run cargo fmt
Rust/va108xx-hal/pipeline/head This commit looks good
2022-05-02 16:52:31 +02:00
muellerr 5cbbb53094 some minor improvements
Rust/va108xx-hal/pipeline/head This commit looks good
- Docs updated, internal architecture improvements
2021-12-21 00:30:28 +01:00
muellerr 491ef3ce09 update example documentation
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-21 00:06:50 +01:00
muellerr e3cdd21b41 added link to new example
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-20 23:51:37 +01:00
muellerr 9f5a31c5b6 small changelog update
Rust/va108xx-hal/pipeline/head Build started...
Rust/va108xx-hal/pipeline/pr-main Build started...
2021-12-20 23:48:50 +01:00
muellerr 5cbec366bc added Arduino Due test script
Rust/va108xx-hal/pipeline/pr-main This commit looks good
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-20 23:40:15 +01:00
muellerr 9a5c9ac53c update changelog and manifest
Rust/va108xx-hal/pipeline/head This commit looks good
Rust/va108xx-hal/pipeline/pr-main This commit looks good
- Clippy fixes
2021-12-20 11:39:30 +01:00
muellerr a8b484d66f UART reception and echo reply now working
Rust/va108xx-hal/pipeline/head This commit looks good
- Important bugfix in UART: use `modify` instead of `write` when enabling
  or disabling TX or RX
- Extend RTIC example application. Reply handling is dispatched to lower
  priority interrupt
2021-12-20 11:25:00 +01:00
muellerr d458a81635 RTIC additions
Rust/va108xx-hal/pipeline/head This commit looks good
- Use RTIC in UART IRQ example
- Add RTIC template
2021-12-19 14:38:11 +01:00
muellerr d5b12c8343 some fixes for manifest file
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-19 14:25:15 +01:00
muellerr f376a43f41 Major refactoring
Rust/va108xx-hal/pipeline/head There was a failure building this commit
- Improved IRQ handling, which makes most unsafe unmask operations
  in user code absolete
- Add first UART RX handlers which use an IRQ
2021-12-19 14:18:10 +01:00
muellerr dc2426a905 make clock enable function inline
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-18 15:48:14 +01:00
muellerr de607b1950 small fix for CI/CD
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-18 14:41:56 +01:00
muellerr c954fd185d update changelog, bump revision
Rust/va108xx-hal/pipeline/head There was a failure building this commit
2021-12-18 14:34:37 +01:00
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 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 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 5f6914a93a update changelog and some more links
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-06 16:04:55 +01:00
muellerr 2de11478fb updated all example links 2021-12-06 16:02:51 +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
muellerr 5f712b6ab7 added cascade example
- Slight change to CountDownTimer input parameter format
2021-12-06 12:39:13 +01: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
muellerr 9af01f3067 Added PWM implementation and example 2021-12-05 17:44:18 +01: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
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
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
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
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
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
muellerr 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
muellerr c07d937c12 added a few inline always directives 2021-11-13 18:58:24 +01:00
muellerr de0e000af3 tiny doc tweak 2021-11-13 15:03:50 +01:00
muellerr 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
muellerr 04830087da GPIO optimization and tweaks
- Some functions marked inline
- Doc updated
2021-11-11 20:01:40 +01:00
muellerr 6c9d9f7dfa smaller tweaks and updates 2021-11-11 18:18:40 +01:00
muellerr 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
muellerr 47e64c2606 Merge branch 'main' of https://github.com/robamu-org/va108xx-hal-rs 2021-11-09 19:32:12 +01:00
muellerr 93bbfaae8b updated cross-link to BSP 2021-11-09 19:32:00 +01:00
muellerr b18e32e0cc Rust edition bumped & UART implementation
- Also adds UART example
2021-11-09 18:37:52 +01:00
muellerr c51bc6cb2f Merge remote-tracking branch 'origin/main' into mueller/test-examples-ci 2021-11-08 11:30:58 +01:00
muellerr 811cc4d022 Testing examples in CI 2021-11-08 11:30:27 +01:00
muellerr ed4ba39207 Added proper README
- Also contains new simple blinky example
- Small CI update
2021-11-08 11:06:25 +01:00
muellerr cf1d8ff113 Merge remote-tracking branch 'origin/main' into mueller/rtt-example 2021-11-08 10:08:10 +01:00
muellerr e2df601d66 added RTT example app 2021-11-08 10:05:39 +01:00
muellerr 40a073d6c4 Added tests example 2021-11-08 10:04:08 +01:00
muellerr 41a3682a4e update changelog 2021-11-08 01:44:44 +01:00
muellerr 0d935dae50 added timer example code 2021-11-08 01:43:02 +01:00
muellerr 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
muellerr 8f56468a1e update toml file 2021-11-08 01:34:09 +01:00
muellerr c9052285bb ignoring Cargo.lock now 2021-11-08 01:32:39 +01:00
muellerr ee9c8c607b use x-compile in ci now 2021-11-08 01:26:58 +01:00
muellerr 710ca71ba3 added utility files 2021-11-08 01:14:25 +01:00
muellerr f153732fcc applied cargo fmt 2021-11-08 01:04:00 +01:00
muellerr 2750dbffd3 added license files 2021-11-08 01:03:06 +01:00
muellerr 021efc5a5a Update GPIO code 2021-11-08 01:01:44 +01:00
muellerr a463332d58 optimize for size by default 2021-11-06 17:10:06 +01:00
muellerr 1e1b7f3c9f fix prelude naming 2021-11-06 16:19:38 +01:00
muellerr 9020fc92d0 Refactored parts of the GPIO implementation 2021-11-06 16:16:53 +01:00
muellerr 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
muellerr b58458d448 added CI and changelog 2021-11-06 01:13:48 +01:00
muellerr b0686ee943 Merge branch 'main' of https://github.com/robamu/va108xx-hal-rs 2021-11-03 23:12:47 +01:00
muellerr 3ae5b0e27d init commit 2021-11-03 23:11:59 +01:00