18 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
1ec66e826c
use released packages 2025-03-07 16:43:29 +01:00
561a8419c5
check all updated dependencies 2025-03-07 16:15:17 +01:00
c693530ab7 Move to released packages, done 2025-02-18 00:00:27 +01:00
75e6d98e44 prep BSP v0.8.0 2025-02-17 20:34:53 +01:00
f9d1233d3f prep HAL v0.10.0 2025-02-17 20:15:47 +01:00
caf54e5a70 larger GPIO refactoring and Async UART update 2025-02-17 10:53:40 +01:00
107189b166 prepare va108xx-embassy release 2025-02-13 15:22:18 +01:00
d077bb6210 prepare BSP release 2025-02-13 15:06:02 +01:00
189ac2d256
bump PAC version 2025-02-12 14:47:18 +01:00
6e0d417a5c Async UART TX support 2025-02-12 14:13:35 +01:00
5b614e1280 Update for va108xx
- New `va108xx-embassy` crate.
- Embassy library uses new crate
- Updated all dependencies

va108xx-hal

- Refactored and simplified PWM driver
- Added new raw getter API for TIM peripheral blocks
2025-02-10 11:40:37 +01:00
da1f2902b2 GPIO refactoring and API improvements 2025-02-10 11:35:20 +01:00
4b318ecc76
new update for ringbuf 2025-01-11 11:38:04 +01:00
f438e7e40f
some clippy fixes 2025-01-10 17:19:28 +01:00
8ed26db6a7
prepare BSP release
Some checks are pending
Rust/va108xx-rs/pipeline/head Build queued...
2024-09-30 12:10:03 +02: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