File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ add_library(freertos_kernel_port OBJECT
68
68
69
69
# ARMv8-A ports for GCC
70
70
$< $< STREQUAL:${FREERTOS_PORT} ,GCC_ARM_AARCH64> :
71
- GCC/Arm_AARCH64 /port.c
72
- GCC/Arm_AARCH64 /portASM.S>
71
+ GCC/ARM_AARCH64 /port.c
72
+ GCC/ARM_AARCH64 /portASM.S>
73
73
74
74
$< $< STREQUAL:${FREERTOS_PORT} ,GCC_ARM_AARCH64_SRE> :
75
- GCC/Arm_AARCH64_SRE /port.c
76
- GCC/Arm_AARCH64_SRE /portASM.S>
75
+ GCC/ARM_AARCH64_SRE /port.c
76
+ GCC/ARM_AARCH64_SRE /portASM.S>
77
77
78
78
# ARMv6-M port for GCC
79
79
$< $< STREQUAL:${FREERTOS_PORT} ,GCC_ARM_CM0> :
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ the T32 and A32 instruction sets. Follow the
13
13
[ link] ( https://developer.arm.com/Architectures/A-Profile%20Architecture )
14
14
for more information.
15
15
16
- ## Arm_AARCH64 port
16
+ ## ARM_AARCH64 port
17
17
18
18
This port adds support for Armv8-A architecture AArch64 execution state.
19
19
This port is generic and can be used as a starting point for Armv8-A
20
20
application processors.
21
21
22
- * Arm_AARCH64
22
+ * ARM_AARCH64
23
23
* Memory mapped interace to access Arm GIC registers
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ the T32 and A32 instruction sets. Follow the
13
13
[ link] ( https://developer.arm.com/Architectures/A-Profile%20Architecture )
14
14
for more information.
15
15
16
- ## Arm_AARCH64_SRE port
16
+ ## ARM_AARCH64_SRE port
17
17
18
18
This port adds support for Armv8-A architecture AArch64 execution state.
19
19
This port is generic and can be used as a starting point for Armv8-A
20
20
application processors.
21
21
22
- * Arm_AARCH64_SRE
22
+ * ARM_AARCH64_SRE
23
23
* System Register interace to access Arm GIC registers
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Arm Cortex-A53 processor.
8
8
9
9
This port is generic and can be used as a starting point for other Armv8-A
10
10
application processors. Therefore, the port ` ARM_CA53_64_BIT ` is renamed as
11
- ` Arm_AARCH64 ` . The existing projects that use old port ` ARM_CA53_64_BIT ` ,
12
- should migrate to renamed port ` Arm_AARCH64 ` .
11
+ ` ARM_AARCH64 ` . The existing projects that use old port ` ARM_CA53_64_BIT ` ,
12
+ should migrate to renamed port ` ARM_AARCH64 ` .
13
13
14
14
** NOTE**
15
15
You can’t perform that action at this time.
0 commit comments