Browse Source

stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config.

Signed-off-by: Damien George <damien@micropython.org>
pull/8082/head
Damien George 3 years ago
parent
commit
5fc55999b2
  1. 1
      ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
  2. 1
      ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
  3. 1
      ports/stm32/boards/PYBD_SF2/mpconfigboard.h
  4. 1
      ports/stm32/boards/STM32L496GDISC/mpconfigboard.h

1
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h

@ -13,7 +13,6 @@
#define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_ADC (1) #define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_HAS_SWITCH (1) #define MICROPY_HW_HAS_SWITCH (1)
// For system clock, enable one source: // For system clock, enable one source:

1
ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h

@ -17,7 +17,6 @@
#define MICROPY_HW_ENABLE_ADC (1) #define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (0) // requires a custom USB connector on PA11/PA12 #define MICROPY_HW_ENABLE_USB (0) // requires a custom USB connector on PA11/PA12
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_HAS_SWITCH (0) #define MICROPY_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (1) #define MICROPY_HW_HAS_FLASH (1)

1
ports/stm32/boards/PYBD_SF2/mpconfigboard.h

@ -33,7 +33,6 @@
#define MICROPY_HW_HAS_FLASH (1) #define MICROPY_HW_HAS_FLASH (1)
#define MICROPY_HW_ENABLE_RNG (1) #define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_SERVO (1) #define MICROPY_HW_ENABLE_SERVO (1)
#define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1) #define MICROPY_HW_ENABLE_USB (1)

1
ports/stm32/boards/STM32L496GDISC/mpconfigboard.h

@ -4,7 +4,6 @@
#define MICROPY_HW_HAS_SWITCH (1) #define MICROPY_HW_HAS_SWITCH (1)
#define MICROPY_HW_ENABLE_RNG (1) #define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_USB (1) #define MICROPY_HW_ENABLE_USB (1)
// MSI is used and is 4MHz, // MSI is used and is 4MHz,

Loading…
Cancel
Save