Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit cc3f062

Browse files
ioannisgaescolar
authored andcommitted
HAL: remove not required CMSIS function modeling
NOP and DMB intrinsics do not need to be included in the HW model simulation, so they are removed. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 43ad7ab commit cc3f062

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/nrfx/hal/nrf_soc_if.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ extern void __SEV(void);
9292
extern void NVIC_SetPendingIRQ(IRQn_Type IRQn);
9393
extern void NVIC_ClearPendingIRQ(IRQn_Type IRQn);
9494

95-
/**
96-
* Add empty implementations for some functions that don't need to be simulated.
97-
*/
98-
static inline void __DMB() {}
99-
static inline void __NOP() {}
100-
10195
#define NRFX_ASSERT(...)
10296

10397
#ifdef __cplusplus

0 commit comments

Comments
 (0)