X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f103-nucleo%2Fao_pins.h;h=62e50edc0330e41a536c2843f0768d7597658b24;hb=e54e09c9b510f67074f25a0b348088c0b614cb26;hp=37adc39920accbe11c0e3e44652972b559e8ca02;hpb=2c334d6e809d7e94d19cc6cfbb20d6fd13637e36;p=fw%2Faltos diff --git a/src/stm32f103-nucleo/ao_pins.h b/src/stm32f103-nucleo/ao_pins.h index 37adc399..62e50edc 100644 --- a/src/stm32f103-nucleo/ao_pins.h +++ b/src/stm32f103-nucleo/ao_pins.h @@ -33,7 +33,20 @@ #define AO_RCC_CFGR_HPRE_DIV STM_RCC_CFGR_HPRE_DIV_1 #define AO_RCC_CFGR_ADCPRE STM_RCC_CFGR_ADCPRE_6 +#define HAS_BEEP 0 +#define HAS_USB 1 + +#define HAS_USB_PULLUP 1 +#define AO_USB_PULLUP_PORT (&stm_gpiob) +#define AO_USB_PULLUP_PIN 12 + + #define HAS_LED 1 #define LED_0_PORT (&stm_gpioa) #define LED_0_PIN 5 #define AO_LED_GREEN (1 << 0) +#define AO_LED_PANIC AO_LED_GREEN + +#define HAS_SERIAL_1 1 +#define USE_SERIAL_1_STDIN 1 +#define SERIAL_1_PA9_PA10 1