16 Commits

Author SHA1 Message Date
58934e293f 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 22:33:46 +02:00
0515ca5eaa
defmt works properly now 2025-04-12 16:45:43 +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
16591346e5 prep embassy v0.2.0 2025-02-17 23:52:26 +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
8b55d0923f Bugfix and improvements for async GPIO 2025-02-15 12:46:10 +01:00
a9f2e6dcee
use released package versions 2025-02-13 15:25:01 +01:00
d077bb6210 prepare BSP release 2025-02-13 15:06:02 +01:00
417f5b7f67 completed async RX support as well 2025-02-13 11:31:17 +01:00
6e0d417a5c Async UART TX support 2025-02-12 14:13:35 +01:00
c6e840a991 Asynchronous GPIO support 2025-02-11 18:56:11 +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
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