Skip to content

Commit 643099e

Browse files
committed
add some file according to copliot commments
1 parent ac50dc2 commit 643099e

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/MCUX_Config/board/pin_mux.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@
99
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
1010
**********************************************************************************************************************/
1111

12-
/* clang-format off */
13-
/*
14-
* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
15-
!!GlobalInfo
16-
product: Pins v15.0
17-
processor: MCXA156
18-
package_id: MCXA156VLL
19-
mcu_data: ksdk2_0
20-
processor_version: 0.15.0
21-
* BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
22-
*/
23-
/* clang-format on */
2412

2513
#include "rtconfig.h"
2614

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if GetDepend(['BSP_USING_RW007']):
1313
src += Glob('ports/drv_spi_sample_rw007.c')
1414

1515
CPPPATH = [cwd, cwd + '/MCUX_Config/board']
16-
CPPDEFINES = ['DEBUG', 'CPU_MCXA346VLL']
16+
CPPDEFINES = ['DEBUG', 'CPU_MCXA346VLQ']
1717

1818
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES=CPPDEFINES)
1919

bsp/nxp/mcx/mcxa/frdm-mcxa346/project.uvprojx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
<v6Rtti>0</v6Rtti>
339339
<VariousControls>
340340
<MiscControls>--target=arm-arm-none-eabi</MiscControls>
341-
<Define>CPU_MCXA346VLL, __STDC_LIMIT_MACROS, DEBUG, RT_USING_LIBC, __RTTHREAD__, RT_USING_ARMLIBC, __CLK_TCK=RT_TICK_PER_SECOND</Define>
341+
<Define>CPU_MCXA346VLQ, __STDC_LIMIT_MACROS, DEBUG, RT_USING_LIBC, __RTTHREAD__, RT_USING_ARMLIBC, __CLK_TCK=RT_TICK_PER_SECOND</Define>
342342
<Undefine></Undefine>
343343
<IncludePath>packages\nxp-mcx-series-latest\MCXA346;..\..\..\..\..\components\libc\compilers\common\extension\fcntl\octal;packages\nxp-mcx-series-latest\MCXA346\periph2;..\..\..\..\..\components\drivers\include;..\..\..\..\..\components\drivers\include;..\..\..\..\..\libcpu\arm\common;..\..\..\..\..\components\libc\compilers\common\extension;applications;board\MCUX_Config\board;..\..\..\..\..\components\drivers\include;.;..\..\..\..\..\components\drivers\phy;..\..\..\..\..\components\libc\posix\io\epoll;packages\nxp-mcx-series-latest\MCXA346\drivers;packages\nxp-mcx-cmsis-latest\Core\Include;..\..\..\..\..\libcpu\arm\cortex-m33;..\..\..\..\..\components\libc\posix\io\poll;..\..\..\..\..\components\drivers\include;..\..\..\..\..\components\drivers\include;..\..\..\..\..\include;..\..\..\..\..\components\drivers\include;..\..\..\..\..\components\drivers\include;..\..\..\..\..\components\libc\posix\ipc;..\..\..\..\..\components\drivers\include;..\..\..\..\..\components\libc\posix\io\eventfd;..\..\..\..\..\components\finsh;packages\nxp-mcx-series-latest\MCXA346\components\codec;..\..\..\..\..\components\drivers\include;..\Libraries\drivers;..\..\..\..\..\components\libc\compilers\common\include;..\..\..\..\..\components\drivers\spi;..\Libraries\drivers\config;..\..\..\..\..\components\drivers\smp_call;board;..\..\..\..\..\components\drivers\include</IncludePath>
344344
</VariousControls>

bsp/nxp/mcx/mcxa/frdm-mcxa346/template.uvprojx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<TargetName>rtthread-frdm-mcxa346</TargetName>
1111
<ToolsetNumber>0x4</ToolsetNumber>
1212
<ToolsetName>ARM-ADS</ToolsetName>
13-
<pCCUsed>6190000::V6.19::ARMCLANG</pCCUsed>
13+
<pCCUsed>6230000::V6.23::ARMCLANG</pCCUsed>
1414
<uAC6>1</uAC6>
1515
<TargetOption>
1616
<TargetCommonOption>

0 commit comments

Comments
 (0)