Skip to content

Commit

Permalink
Fixed Kconfig options for the obsolete GD32F4_TICKLESS_SYSTICK & STM3…
Browse files Browse the repository at this point in the history
…2WB_TICKLESS_SYSTICK options.
  • Loading branch information
Fotis Panagiotopoulos authored and patacongo committed Jun 7, 2023
1 parent ad4e2f0 commit b89215a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/src/gd32f4/Kconfig
Expand Up @@ -702,7 +702,6 @@ config GD32F4_TICKLESS_TIMER
int "Tickless by hardware timer"
default 1
range 0 13
depends on !GD32F4_TICKLESS_SYSTICK
---help---
If the Tickless OS feature is enabled, then one clock must be
assigned to provided the timer needed by the OS.
Expand Down
1 change: 0 additions & 1 deletion arch/arm/src/stm32wb/Kconfig
Expand Up @@ -724,7 +724,6 @@ config STM32WB_TICKLESS_TIMER
int "Tickless hardware timer"
default 2
range 1 17
depends on !STM32WB_TICKLESS_SYSTICK
---help---
If the Tickless OS feature is enabled, then one clock must be
assigned to provided the timer needed by the OS.
Expand Down

0 comments on commit b89215a

Please sign in to comment.