From: Keith Packard Date: Thu, 11 Jan 2024 23:16:58 +0000 (-0700) Subject: altos/telelco-v3.0: Don't connect PA6 to SPI X-Git-Tag: 1.9.18~2^2~50 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e93b73d9adce883e7e4094a06f4de86f5c774567 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 --- 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