16 Commits

Author SHA1 Message Date
64a7cef47a Rework library structure
Changed:

- Move most library components to new [`vorago-shared-periphs`](https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs)
  which is mostly re-exported in this crate.
- All HAL API constructors now have a more consistent argument order: PAC structures and resource
  management structures first, then clock configuration, then any other configuration.
- Overhaul and simplification of several HAL APIs. The system configuration and IRQ router
  peripheral instance generally does not need to be passed to HAL API anymore.
- All HAL drivers are now type erased. The constructors will still expect and consume the PAC
  singleton component for resource management purposes, but are not cached anymore.
- Refactoring of GPIO library to be more inline with embassy GPIO API.

Added:

- I2C clock timeout feature support.
2025-04-24 15:06:52 +02:00
0515ca5eaa
defmt works properly now 2025-04-12 16:45:43 +02:00
86ac7428bb small README update 2025-03-11 16:32:52 +01:00
cdc4807686 document probe-rs 2025-02-13 18:48:12 +01:00
93b67a4795
README update 2025-02-13 15:26:24 +01:00
d6f69d4a54 Finished flashloader and bootloader implementation
Some checks are pending
Rust/va108xx-rs/pipeline/pr-main Build queued...
2024-09-30 11:41:52 +02:00
acb8b67ae7 update package
All checks were successful
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
3c8c455c6f Update and improve HAL library and docs
All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good
2024-07-04 18:07:34 +02:00
12de5121c6
prepare releases for HAL, BSP, PAC
Some checks are pending
Rust/va108xx-rs/pipeline/head Build started...
2024-06-16 19:03:46 +02:00
40ac37c239 Set of fixes
Some checks are pending
Rust/va108xx-rs/pipeline/head Build queued...
2024-06-16 18:56:45 +02:00
94c6d91bae New VA108xx Rust workspace structure + dependency updates
- The workspace is now a monorepo without submodules. The HAL, PAC and BSP
  are integrated directly
- Update all dependencies: embedded-hal v1 and RTIC v2
2024-06-16 16:16:45 +02:00
5294ebc732
update README 2022-12-30 12:55:30 +01:00
9f46c24739
update README 2021-12-10 10:14:09 +01:00
084b7b7e3f
updated .vscode handling 2021-12-10 10:13:42 +01:00
3aed09cd35
README update 2021-11-11 19:49:41 +01:00
Robin Mueller
3122dfb493
Initial commit 2021-11-02 20:32:01 +01:00