Compare commits

..

2 Commits

Author SHA1 Message Date
8054f335fd
remove old code
Some checks are pending
Rust/va416xx-rs/pipeline/pr-main Build started...
2024-09-13 18:24:15 +02:00
e7b4edf75e
Make flashload COM more reliable
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
2024-09-13 18:09:29 +02:00

View File

@ -17,14 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `va41620`, `va41630`, `va41628` and `va41629` device features. A device now has to be
selected for HAL compilation to work properly
- Adaptions for the UART IRQ feature which are now only implemented for the RX part of the UART.
## Fixed
- Small fixes and improvements for ADC drivers
- Fixes for the SPI implementation where the clock divider values were not calculated
correctly
- Fixes for UART IRQ handler implementation
## Added