We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c37e0 commit 7d3bac8Copy full SHA for 7d3bac8
libcpu/arm/cortex-a/SConscript
@@ -8,11 +8,8 @@ cwd = GetCurrentDir()
8
src = Split('''
9
cache.c
10
cpu.c
11
-gtimer.c
12
mmu.c
13
-pmu.c
14
stack.c
15
-
16
''')
17
CPPPATH = [cwd]
18
libcpu/arm/cortex-a/armv7.h
@@ -69,4 +69,10 @@ struct rt_hw_stack
69
#define E_Bit (1<<9)
70
#define J_Bit (1<<24)
71
72
+#define PABT_EXCEPTION 0x1
73
+#define DABT_EXCEPTION 0x2
74
+#define UND_EXCEPTION 0x3
75
+#define SWI_EXCEPTION 0x4
76
+#define RESV_EXCEPTION 0xF
77
+
78
#endif
libcpu/arm/cortex-a/gtimer.c
libcpu/arm/cortex-a/gtimer.h
libcpu/arm/cortex-a/pmu.c
0 commit comments