remove HW CS impl for PA23, PA22 and PA21 #8
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Added `RxWithInterrupt::steal`.
|
||||
- Improved type level support for resource management for SPI, PWM, UART.
|
||||
- Removed HW CS pin provider implementation for PA23, PA22 and PA21, which are multi HW CS pins.
|
||||
|
||||
## [v0.2.0] 2025-09-03
|
||||
|
||||
|
||||
@@ -158,9 +158,6 @@ hw_cs_pins!(
|
||||
(Pa12, FunctionSelect::Sel2, HwChipSelectId::Id5),
|
||||
(Pa11, FunctionSelect::Sel2, HwChipSelectId::Id6),
|
||||
(Pa10, FunctionSelect::Sel2, HwChipSelectId::Id7),
|
||||
(Pa23, FunctionSelect::Sel2, HwChipSelectId::Id5),
|
||||
(Pa22, FunctionSelect::Sel2, HwChipSelectId::Id6),
|
||||
(Pa21, FunctionSelect::Sel2, HwChipSelectId::Id7),
|
||||
);
|
||||
|
||||
hw_cs_multi_pin!(
|
||||
|
||||
Reference in New Issue
Block a user