File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2024 NXP
1
+ # Copyright 2024-2025 NXP
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
config SOC_SERIES_MCXA
@@ -10,6 +10,10 @@ config SOC_SERIES_MCXA
10
10
select CPU_CORTEX_M_HAS_DWT
11
11
select SOC_RESET_HOOK
12
12
13
+ config SOC_MCXA153
14
+ select CPU_CORTEX_M33
15
+ select HAS_MCUX_CACHE
16
+
13
17
config SOC_MCXA156
14
18
select CPU_CORTEX_M33
15
19
select CPU_HAS_FPU
Original file line number Diff line number Diff line change 1
- # Copyright 2024 NXP
1
+ # Copyright 2024-2025 NXP
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
config SOC_SERIES_MCXA
@@ -8,6 +8,10 @@ config SOC_SERIES_MCXA
8
8
config SOC_SERIES
9
9
default "mcxa" if SOC_SERIES_MCXA
10
10
11
+ config SOC_MCXA153
12
+ bool
13
+ select SOC_SERIES_MCXA
14
+
11
15
config SOC_MCXA156
12
16
bool
13
17
select SOC_SERIES_MCXA
@@ -21,10 +25,23 @@ config SOC_MCXA276
21
25
select SOC_SERIES_MCXA
22
26
23
27
config SOC
28
+ default "mcxa153" if SOC_MCXA153
24
29
default "mcxa156" if SOC_MCXA156
25
30
default "mcxa166" if SOC_MCXA166
26
31
default "mcxa276" if SOC_MCXA276
27
32
33
+ config SOC_PART_NUMBER_MCXA153VFM
34
+ bool
35
+
36
+ config SOC_PART_NUMBER_MCXA153VFT
37
+ bool
38
+
39
+ config SOC_PART_NUMBER_MCXA153VLF
40
+ bool
41
+
42
+ config SOC_PART_NUMBER_MCXA153VLH
43
+ bool
44
+
28
45
config SOC_PART_NUMBER_MCXA156VPJ
29
46
bool
30
47
@@ -59,6 +76,10 @@ config SOC_PART_NUMBER_MCXA276VPN
59
76
bool
60
77
61
78
config SOC_PART_NUMBER
79
+ default "MCXA153VFM" if SOC_PART_NUMBER_MCXA153VFM
80
+ default "MCXA153VFT" if SOC_PART_NUMBER_MCXA153VFT
81
+ default "MCXA153VLF" if SOC_PART_NUMBER_MCXA153VLF
82
+ default "MCXA153VLH" if SOC_PART_NUMBER_MCXA153VLH
62
83
default "MCXA156VPJ" if SOC_PART_NUMBER_MCXA156VPJ
63
84
default "MCXA156VLL" if SOC_PART_NUMBER_MCXA156VLL
64
85
default "MCXA156VMP" if SOC_PART_NUMBER_MCXA156VMP
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ family:
16
16
- name : mcxc444
17
17
- name : mcxa
18
18
socs :
19
+ - name : mcxa153
19
20
- name : mcxa156
20
21
- name : mcxa166
21
22
- name : mcxa276
@@ -46,6 +47,8 @@ runners:
46
47
- mcxc242
47
48
- qualifiers :
48
49
- mcxc444
50
+ - qualifiers :
51
+ - mcxa153
49
52
- qualifiers :
50
53
- mcxa156
51
54
- qualifiers :
@@ -72,6 +75,8 @@ runners:
72
75
- mcxc242
73
76
- qualifiers :
74
77
- mcxc444
78
+ - qualifiers :
79
+ - mcxa153
75
80
- qualifiers :
76
81
- mcxa156
77
82
- qualifiers :
You can’t perform that action at this time.
0 commit comments