File tree Expand file tree Collapse file tree 6 files changed +17
-55
lines changed Expand file tree Collapse file tree 6 files changed +17
-55
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ CONFIG_ARM_MPU=y
16
16
17
17
# Enable hardware stack protection
18
18
CONFIG_HW_STACK_PROTECTION=y
19
-
20
- # MPU-based null-pointer dereferencing detection cannot
21
- # be applied as the (0x0 - 0x400) is unmapped for this target.
22
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
23
-
24
- # Enable Cache
25
- CONFIG_CACHE_MANAGEMENT=y
26
- CONFIG_EXTERNAL_CACHE=y
27
-
28
- # Start SYSCOUNTER on driver init
29
- CONFIG_NRF_GRTC_START_SYSCOUNTER=y
Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ CONFIG_ARM_MPU=y
16
16
17
17
# Enable hardware stack protection
18
18
CONFIG_HW_STACK_PROTECTION=y
19
-
20
- # MPU-based null-pointer dereferencing detection cannot
21
- # be applied as the (0x0 - 0x400) is unmapped for this target.
22
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
23
-
24
- # Enable Cache
25
- CONFIG_CACHE_MANAGEMENT=y
26
- CONFIG_EXTERNAL_CACHE=y
27
-
28
- # Start SYSCOUNTER on driver init
29
- CONFIG_NRF_GRTC_START_SYSCOUNTER=y
Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ CONFIG_ARM_MPU=y
16
16
17
17
# Enable hardware stack protection
18
18
CONFIG_HW_STACK_PROTECTION=y
19
-
20
- # MPU-based null-pointer dereferencing detection cannot
21
- # be applied as the (0x0 - 0x400) is unmapped for this target.
22
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
23
-
24
- # Enable Cache
25
- CONFIG_CACHE_MANAGEMENT=y
26
- CONFIG_EXTERNAL_CACHE=y
27
-
28
- # Start SYSCOUNTER on driver init
29
- CONFIG_NRF_GRTC_START_SYSCOUNTER=y
Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ CONFIG_ARM_MPU=y
16
16
17
17
# Enable hardware stack protection
18
18
CONFIG_HW_STACK_PROTECTION=y
19
-
20
- # MPU-based null-pointer dereferencing detection cannot
21
- # be applied as the (0x0 - 0x400) is unmapped for this target.
22
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
23
-
24
- # Enable Cache
25
- CONFIG_CACHE_MANAGEMENT=y
26
- CONFIG_EXTERNAL_CACHE=y
27
-
28
- # Start SYSCOUNTER on driver init
29
- CONFIG_NRF_GRTC_START_SYSCOUNTER=y
Original file line number Diff line number Diff line change @@ -16,14 +16,3 @@ CONFIG_ARM_MPU=y
16
16
17
17
# Enable hardware stack protection
18
18
CONFIG_HW_STACK_PROTECTION=y
19
-
20
- # MPU-based null-pointer dereferencing detection cannot
21
- # be applied as the (0x0 - 0x400) is unmapped for this target.
22
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
23
-
24
- # Enable Cache
25
- CONFIG_CACHE_MANAGEMENT=y
26
- CONFIG_EXTERNAL_CACHE=y
27
-
28
- # Start SYSCOUNTER on driver init
29
- CONFIG_NRF_GRTC_START_SYSCOUNTER=y
Original file line number Diff line number Diff line change @@ -12,9 +12,26 @@ if ARM
12
12
config CORTEX_M_SYSTICK
13
13
default !NRF_GRTC_TIMER
14
14
15
+ # Start SYSCOUNTER on driver init
16
+ config NRF_GRTC_START_SYSCOUNTER
17
+ default NRF_GRTC_TIMER
18
+
15
19
config CACHE_NRF_CACHE
16
20
default y if EXTERNAL_CACHE
17
21
22
+ config CACHE_MANAGEMENT
23
+ default y
24
+
25
+ choice CACHE_TYPE
26
+ default EXTERNAL_CACHE
27
+ endchoice
28
+
29
+ # MPU-based null-pointer dereferencing detection cannot
30
+ # be applied as the (0x0 - 0x400) is unmapped for this target.
31
+ choice NULL_POINTER_EXCEPTION_DETECTION
32
+ default NULL_POINTER_EXCEPTION_DETECTION_NONE
33
+ endchoice
34
+
18
35
endif # ARM
19
36
20
37
if RISCV
You can’t perform that action at this time.
0 commit comments