From e93b73d9adce883e7e4094a06f4de86f5c774567 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 11 Jan 2024 16:16:58 -0700 Subject: [PATCH] altos/telelco-v3.0: Don't connect PA6 to SPI MISO is not used, and we need the pin for other stuff. Signed-off-by: Keith Packard --- src/telelco-v3.0/ao_pins.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/telelco-v3.0/ao_pins.h b/src/telelco-v3.0/ao_pins.h index e1beaab8..73850973 100644 --- a/src/telelco-v3.0/ao_pins.h +++ b/src/telelco-v3.0/ao_pins.h @@ -73,6 +73,7 @@ #define HAS_SPI_1 1 /* NHD-C12864LZ LCD Module */ #define SPI_1_PA5_PA6_PA7 1 +#define SPI_1_PA6_DISABLE 1 #define SPI_1_MODE_OUTPUT STM_GPIO_CR_MODE_OUTPUT_10MHZ #define SPI_1_PB3_PB4_PB5 0 #define SPI_1_PE13_PE14_PE15 0 -- 2.30.2