mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
alif/system_tick: Implement optional LPTIMER support for systick.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_FULL_FEATURES)
|
||||
#endif
|
||||
|
||||
// Select the low-level system tick implementation.
|
||||
#if !defined(MICROPY_HW_SYSTEM_TICK_USE_LPTIMER) \
|
||||
&& !defined(MICROPY_HW_SYSTEM_TICK_USE_UTIMER)
|
||||
#define MICROPY_HW_SYSTEM_TICK_USE_UTIMER (1)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_HW_ENABLE_OSPI
|
||||
#define MICROPY_HW_ENABLE_OSPI (CORE_M55_HP)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user