Commit Graph

123 Commits

Author SHA1 Message Date
Robin Müller 09fd0d2aad
that should do the job
Rust/va108xx-hal/pipeline/head This commit looks good Details
2023-01-11 23:15:48 +01:00
Robin Müller b776bd2823
clippy: remove unnecessary casts
Rust/va108xx-hal/pipeline/head There was a failure building this commit Details
2023-01-11 00:41:07 +01:00
Robin Müller 6131458a13 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 Details
2023-01-11 00:39:24 +01:00
Robin Müller 2b8a8dc7c8
update Jenkins CI, add docs build 2023-01-11 00:39:12 +01:00
Robin Müller e9f1294572
clippy did not find this..
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-09-14 11:19:19 +02:00
Robin Müller 1476f4eebe
bump some dependencies
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-09-13 10:57:07 +02:00
Robin Müller 0ee53c70d5
add Eq auto-derives
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-09-13 10:47:11 +02:00
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 38b9625773
update badge link
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-06-18 22:21:48 +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 21c44e6327
update dependencies and add category 2022-06-18 22:06:49 +02:00
Robin Müller 147c57defb
run cargo fmt
Rust/va108xx-hal/pipeline/head This commit looks good Details
2022-05-02 16:52:31 +02:00
Robin Müller 5cbbb53094 some minor improvements
Rust/va108xx-hal/pipeline/head This commit looks good Details
- Docs updated, internal architecture improvements
2021-12-21 00:30:28 +01:00
Robin Müller 491ef3ce09
update example documentation
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-21 00:06:50 +01:00
Robin Müller e3cdd21b41
added link to new example
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-20 23:51:37 +01:00
Robin Müller 482a725ef7 Merge pull request 'IRQ Handling Update and UART IRQ Handler' (#5) from irq-handling-uart-update into main
Rust/va108xx-hal/pipeline/head This commit looks good Details
Reviewed-on: #5
2021-12-20 23:49:07 +01: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 5cbec366bc added Arduino Due test script
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-20 23:40:15 +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 a8b484d66f UART reception and echo reply now working
Rust/va108xx-hal/pipeline/head This commit looks good Details
- 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
Robin Müller d458a81635
RTIC additions
Rust/va108xx-hal/pipeline/head This commit looks good Details
- Use RTIC in UART IRQ example
- Add RTIC template
2021-12-19 14:38:11 +01:00
Robin Müller d5b12c8343
some fixes for manifest file
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-19 14:25:15 +01:00
Robin Müller f376a43f41
Major refactoring
Rust/va108xx-hal/pipeline/head There was a failure building this commit Details
- 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
Robin Müller dc2426a905
make clock enable function inline
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-18 15:48:14 +01:00
Robin Müller de607b1950
small fix for CI/CD
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-18 14:41:56 +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 732f3e3bc8
use HAL delay instead of bare metal delay 2021-12-18 14:31:44 +01:00
Robin Müller bdbe666a2c
applied cargo fmt
Rust/va108xx-hal/pipeline/head There was a failure building this commit Details
2021-12-17 10:36:05 +01:00
Robin Müller 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 Details
2021-12-16 11:26:53 +01:00
Robin Müller 0bc7e0f341
new blinky example, cargo.toml update 2021-12-16 11:26:26 +01:00
Robin Müller 59463fbaba
try without use-cross in CI
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-13 00:04:09 +01:00
Robin Müller 439e1d43e7
update link 2021-12-12 23:51:47 +01:00
Robin Müller 2abf35bb6e
simplified ci files
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-12 23:49:44 +01:00
Robin Müller a1c0fb90e0
update example link
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-12 23:04:21 +01:00
Robin Müller 87b0180e6f Merge pull request 'HAL update' (#4) from mueller/hal-update into main
Rust/va108xx-hal/pipeline/head This commit looks good Details
Reviewed-on: #4
2021-12-12 14:39:13 +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 fb158caf6e
HAL update
Rust/va108xx-hal/pipeline/head This commit looks good Details
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
- 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
Robin Müller 3fc8ce519a Merge pull request 'SPI Bugfix' (#3) from mueller/spi-bugfix into main
Rust/va108xx-hal/pipeline/head This commit looks good Details
Reviewed-on: #3
2021-12-11 17:53:11 +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 063a7a56e5
init blockmode was not set 2021-12-11 17:45:06 +01:00
Robin Müller 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 Details
Reviewed-on: #2
2021-12-09 23:28:58 +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 2de11478fb
updated all example links 2021-12-06 16:02:51 +01:00
Robin Müller 6f1d2554d5
issues with Markdown
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-06 15:49:03 +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 2ecfdb770f
bump version to v0.3.0
Rust/va108xx-hal/pipeline/head This commit looks good Details
2021-12-06 15:44:09 +01:00
Robin Müller b4200fc8c5 Merge pull request 'EGit integration' (#1) from mueller/egit-integration into main
Rust/va108xx-hal/pipeline/head This commit looks good Details
Reviewed-on: #1
2021-12-06 15:40:12 +01:00
Robin Müller 698af5fa9f EGit integration
Rust/va108xx-hal/pipeline/pr-main This commit looks good Details
- Changed license to Apache-2.0 only
- Added NOTICE file
- Added Jenkins CI/CD files
2021-12-06 15:18:39 +01:00
Robin Müller f2ca18469b
update README 2021-12-06 12:52:34 +01:00