Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
5fc55999
Commit
5fc55999
authored
Dec 10, 2021
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config.
Signed-off-by:
Damien George
<
damien@micropython.org
>
parent
10c6f03c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
+0
-1
ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
+0
-1
ports/stm32/boards/PYBD_SF2/mpconfigboard.h
ports/stm32/boards/PYBD_SF2/mpconfigboard.h
+0
-1
ports/stm32/boards/STM32L496GDISC/mpconfigboard.h
ports/stm32/boards/STM32L496GDISC/mpconfigboard.h
+0
-1
No files found.
ports/stm32/boards/NUCLEO_F091RC/mpconfigboard.h
View file @
5fc55999
...
...
@@ -13,7 +13,6 @@
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_HAS_SWITCH (1)
// For system clock, enable one source:
...
...
ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
View file @
5fc55999
...
...
@@ -17,7 +17,6 @@
#define MICROPY_HW_ENABLE_ADC (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_TIMER (1)
#define MICROPY_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (1)
...
...
ports/stm32/boards/PYBD_SF2/mpconfigboard.h
View file @
5fc55999
...
...
@@ -33,7 +33,6 @@
#define MICROPY_HW_HAS_FLASH (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_SERVO (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (1)
...
...
ports/stm32/boards/STM32L496GDISC/mpconfigboard.h
View file @
5fc55999
...
...
@@ -4,7 +4,6 @@
#define MICROPY_HW_HAS_SWITCH (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_ENABLE_USB (1)
// MSI is used and is 4MHz,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment