From 2fda7588d89579fe3e755c7dfb78aa1592732bff Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 27 Dec 2025 14:38:21 +0100 Subject: [PATCH] remvoe HW CS impl for PA23, PA22 and PA21 --- vorago-shared-hal/CHANGELOG.md | 1 + vorago-shared-hal/src/spi/pins_vor1x.rs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vorago-shared-hal/CHANGELOG.md b/vorago-shared-hal/CHANGELOG.md index da85f39..1663911 100644 --- a/vorago-shared-hal/CHANGELOG.md +++ b/vorago-shared-hal/CHANGELOG.md @@ -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 diff --git a/vorago-shared-hal/src/spi/pins_vor1x.rs b/vorago-shared-hal/src/spi/pins_vor1x.rs index 2eb99e2..d6ccc85 100644 --- a/vorago-shared-hal/src/spi/pins_vor1x.rs +++ b/vorago-shared-hal/src/spi/pins_vor1x.rs @@ -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!( -- 2.43.0