Commit Graph

151 Commits

Author SHA1 Message Date
muellerr 4b318ecc76 new update for ringbuf 2025-01-11 11:38:04 +01:00
muellerr badeea8071 Merge pull request 'fix memory x file' (#24) from fix-memory-x-file into main
Reviewed-on: #24
2025-01-10 17:49:45 +01:00
muellerr c95558ff55 Merge branch 'main' into fix-memory-x-file 2025-01-10 17:49:38 +01:00
muellerr cd222fd1e1 Merge pull request 'some clippy fixes' (#23) from some-clippy-fixes into main
Reviewed-on: #23
2025-01-10 17:49:20 +01:00
muellerr f438e7e40f some clippy fixes 2025-01-10 17:19:28 +01:00
muellerr 9e547668c2 fix memory x file 2025-01-10 16:38:17 +01:00
muellerr cf55fe1504 Merge pull request 'bootloader and flashloader update' (#22) from bootloader-flashloader-update into main
Reviewed-on: #22
2025-01-10 16:31:39 +01:00
muellerr 74eebdcc03 bootloader and flashloader update 2025-01-10 16:31:15 +01:00
muellerr 35527f092a Merge pull request 'update probe-rs files' (#21) from probe-rs-update into main
Reviewed-on: #21
2024-11-26 10:23:37 +01:00
muellerr c6314f48d7 update probe-rs files 2024-11-26 10:23:27 +01:00
muellerr 7189cb246b Merge pull request 'delete some more re-exports' (#20) from delete-some-re-exports into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #20
2024-10-07 09:48:13 +02:00
muellerr 39b8633065 delete some more re-exports
Rust/va108xx-rs/pipeline/head This commit looks good
2024-10-07 09:47:24 +02:00
muellerr df0760da98 Merge pull request 'prepare BSP release' (#19) from prep-bsp-release into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #19
vorago-reb1-v0.6.0
2024-09-30 12:12:20 +02:00
muellerr 8ed26db6a7 prepare BSP release
Rust/va108xx-rs/pipeline/head Build queued...
2024-09-30 12:10:03 +02:00
muellerr 307174b938 Merge pull request 'prepare HAL release' (#18) from prep-hal-release into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #18
va108xx-hal-v0.8.0
2024-09-30 12:02:23 +02:00
muellerr 46df7f1007 prepare HAL release
Rust/va108xx-rs/pipeline/pr-main Build queued...
2024-09-30 11:58:04 +02:00
muellerr 48dd00661f Merge pull request 'added correction for link' (#17) from link-correction into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #17
2024-09-30 11:47:57 +02:00
muellerr e98ef8501e added correction for link
Rust/va108xx-rs/pipeline/head Build queued...
2024-09-30 11:46:16 +02:00
muellerr b753a465bf Merge pull request 'Flashloader and Bootloader' (#16) from flashloader into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #16
2024-09-30 11:43:58 +02:00
muellerr d6f69d4a54 Finished flashloader and bootloader implementation
Rust/va108xx-rs/pipeline/pr-main Build queued...
2024-09-30 11:41:52 +02:00
muellerr e2a55e7309 Merge pull request 'bmstall is configurable now as well' (#15) from va108xx-update-package into main
Rust/va108xx-rs/pipeline/head There was a failure building this commit
Reviewed-on: #15
2024-09-20 12:13:12 +02:00
muellerr e971e8dc0d bmstall is configurable now as well
Rust/va108xx-rs/pipeline/pr-main This commit looks good
2024-09-20 11:42:41 +02:00
muellerr 501d1c973e Merge pull request 'update package' (#14) from va108xx-update-package into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #14
2024-09-20 11:29:58 +02:00
muellerr acb8b67ae7 update package
Rust/va108xx-rs/pipeline/pr-main This commit looks good
- Add embassy example
- improve timer API
- restructure examples
- restructure and improve SPI
- Add REB1 M95M01 NVM module
2024-09-20 10:53:42 +02:00
muellerr 405cc089c3 update flasher script file
Rust/va108xx-rs/pipeline/head This commit looks good
2024-07-11 11:52:56 +02:00
muellerr f48ee8231a another link correction
Rust/va108xx-rs/pipeline/head This commit looks good
2024-07-04 18:55:30 +02:00
muellerr 4fb19fe234 link fix
Rust/va108xx-rs/pipeline/head This commit looks good
2024-07-04 18:54:37 +02:00
muellerr 652af5cb3c README correction
Rust/va108xx-rs/pipeline/head This commit looks good
vorago-reb1-v0.5.1
2024-07-04 18:41:33 +02:00
muellerr 6e231e2553 prepare next vorago-reb1 release
Rust/va108xx-rs/pipeline/head This commit looks good
2024-07-04 18:40:26 +02:00
muellerr 79b7d7b4c2 Merge pull request 'Improve UART CLK calculation' (#12) from improve-uart-clk-calc into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #12
va108xx-hal-v0.7.0
2024-07-04 18:33:08 +02:00
muellerr 3196d74a34 doc correction
Rust/va108xx-rs/pipeline/head Build queued...
2024-07-04 18:32:30 +02:00
muellerr d7c27446e0 Merge remote-tracking branch 'origin/main' into improve-uart-clk-calc
Rust/va108xx-rs/pipeline/head Build started...
2024-07-04 18:27:17 +02:00
muellerr 3d4e8477c1 improve UART clock calculation 2024-07-04 18:26:56 +02:00
muellerr e2e3cc7020 Merge pull request 'Improve HAL' (#11) from improve-hal into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #11
2024-07-04 18:16:11 +02:00
muellerr 4f15cd7a31 another small link fix
Rust/va108xx-rs/pipeline/pr-main Build queued...
2024-07-04 18:15:55 +02:00
muellerr 3c8c455c6f Update and improve HAL library and docs
Rust/va108xx-rs/pipeline/pr-main This commit looks good
2024-07-04 18:07:34 +02:00
muellerr abb78c2682 Merge pull request 'update doc build settings' (#10) from update-doc-settings into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #10
2024-06-26 23:05:30 +02:00
muellerr 51f21fee43 update doc build settings
Rust/va108xx-rs/pipeline/head This commit looks good
2024-06-26 22:58:12 +02:00
muellerr 6fb3b0544f Merge pull request 'readme fix' (#9) from readme-fix into main
Rust/va108xx-rs/pipeline/head There was a failure building this commit
Reviewed-on: #9
2024-06-25 20:18:48 +02:00
muellerr e3996d9166 Merge branch 'main' into readme-fix 2024-06-25 20:18:39 +02:00
muellerr deee5f6f46 readme fix
Rust/va108xx-rs/pipeline/head This commit looks good
2024-06-25 19:44:12 +02:00
muellerr 5d6c7ebf5e Merge pull request 'doc fixes and improvements' (#8) from update-docs into main
Rust/va108xx-rs/pipeline/head This commit looks good
Reviewed-on: #8
2024-06-25 11:02:54 +02:00
muellerr 6b3cdf74cc Merge branch 'main' into update-docs
Rust/va108xx-rs/pipeline/pr-main Build queued...
2024-06-25 11:02:31 +02:00
muellerr f4f378ba4f doc fixes and improvements
Rust/va108xx-rs/pipeline/head This commit looks good
2024-06-25 10:47:33 +02:00
muellerr 4224b14545 Merge pull request 'update docs' (#7) from update-docs into main
Rust/va108xx-rs/pipeline/head There was a failure building this commit
Reviewed-on: #7
2024-06-25 10:26:10 +02:00
muellerr e3cdb19a35 Merge branch 'main' into update-docs 2024-06-25 10:26:02 +02:00
muellerr 95e72cfea6 update docs
Rust/va108xx-rs/pipeline/head Build queued...
2024-06-25 10:25:39 +02:00
muellerr 6854703c5d link corrections
Rust/va108xx-rs/pipeline/head There was a failure building this commit
2024-06-23 22:05:11 +02:00
muellerr edc03d9e6e Merge pull request 'prepare BSP release' (#6) from prep-bsp-release into main
Rust/va108xx-rs/pipeline/head There was a failure building this commit
Reviewed-on: #6
vorago-reb1-v0.5.0
2024-06-16 19:31:16 +02:00
muellerr e434f2e301 prepare BSP release
Rust/va108xx-rs/pipeline/head Build started...
2024-06-16 19:30:04 +02:00