Skip to content

Commit 9fd48a0

Browse files
committed
cpu/nrf53: enable CPUID periph
Signed-off-by: Dylan Laduranty <[email protected]>
1 parent 5df8bf6 commit 9fd48a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpu/nrf53/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
config CPU_FAM_NRF53
1010
bool
1111
select HAS_CPU_NRF53
12+
select HAS_PERIPH_CPUID
1213
select HAS_PERIPH_GPIO
1314
select HAS_PERIPH_GPIO_IRQ
1415
select HAS_PERIPH_TIMER_PERIODIC

cpu/nrf5x_common/Makefile.features

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Put defined MCU peripherals here (in alphabetical order)
2+
FEATURES_PROVIDED += periph_cpuid
23
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
34
FEATURES_PROVIDED += periph_timer_periodic
45
FEATURES_PROVIDED += periph_uart_modecfg
56

67
ifeq (,$(filter nrf5340_app,$(CPU_MODEL)))
7-
FEATURES_PROVIDED += periph_cpuid
88
FEATURES_PROVIDED += periph_flashpage
99
FEATURES_PROVIDED += periph_flashpage_in_address_space
1010
FEATURES_PROVIDED += periph_flashpage_pagewise

0 commit comments

Comments
 (0)