This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new cb04c0a928 boards/nrf52: remove CONFIG_ARMV7M_SYSTICK form tickless configurations cb04c0a928 is described below commit cb04c0a928590c08086dbf1c1f9fd1b9bc9097ef Author: raiden00pl <raide...@railab.me> AuthorDate: Fri Sep 29 11:13:39 2023 +0200 boards/nrf52: remove CONFIG_ARMV7M_SYSTICK form tickless configurations --- boards/arm/nrf52/nrf52832-dk/configs/ostest_tickless/defconfig | 1 - boards/arm/nrf52/nrf52840-dk/configs/ostest_tickless/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/arm/nrf52/nrf52832-dk/configs/ostest_tickless/defconfig b/boards/arm/nrf52/nrf52832-dk/configs/ostest_tickless/defconfig index 1b15d7d44f..dc5d40b75d 100644 --- a/boards/arm/nrf52/nrf52832-dk/configs/ostest_tickless/defconfig +++ b/boards/arm/nrf52/nrf52832-dk/configs/ostest_tickless/defconfig @@ -16,7 +16,6 @@ CONFIG_ARCH_CHIP_NRF52832=y CONFIG_ARCH_CHIP_NRF52=y CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_STDARG_H=y -CONFIG_ARMV7M_SYSTICK=y CONFIG_BOARD_LOOPSPERMSEC=5500 CONFIG_BUILTIN=y CONFIG_FAT_LCNAMES=y diff --git a/boards/arm/nrf52/nrf52840-dk/configs/ostest_tickless/defconfig b/boards/arm/nrf52/nrf52840-dk/configs/ostest_tickless/defconfig index b056c3b246..562a00b86d 100644 --- a/boards/arm/nrf52/nrf52840-dk/configs/ostest_tickless/defconfig +++ b/boards/arm/nrf52/nrf52840-dk/configs/ostest_tickless/defconfig @@ -16,7 +16,6 @@ CONFIG_ARCH_CHIP_NRF52840=y CONFIG_ARCH_CHIP_NRF52=y CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_STDARG_H=y -CONFIG_ARMV7M_SYSTICK=y CONFIG_BOARD_LOOPSPERMSEC=5500 CONFIG_BUILTIN=y CONFIG_FAT_LCNAMES=y