mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 05:11:30 +08:00
[BSP][FRDM-MCXN947]Add IAR9.60 project template.
This commit is contained in:
parent
28c0ce0ad8
commit
e917c79991
@ -36,9 +36,8 @@ extern int Image$$ARM_LIB_STACK$$ZI$$Base;
|
||||
#define HEAP_END ((void*)&Image$$ARM_LIB_STACK$$ZI$$Base)
|
||||
#elif defined(__ICCARM__)
|
||||
#pragma section="HEAP"
|
||||
#define HEAP_BEGIN (__segment_end("HEAP"))
|
||||
extern void __RTT_HEAP_END;
|
||||
#define HEAP_END (&__RTT_HEAP_END)
|
||||
#define HEAP_BEGIN (__section_begin("HEAP"))
|
||||
#define HEAP_END (__section_end("HEAP"))
|
||||
#elif defined(__GNUC__)
|
||||
extern int __HeapBase;
|
||||
extern int __HeapLimit;
|
||||
|
3284
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.ewd
Normal file
3284
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.ewd
Normal file
File diff suppressed because it is too large
Load Diff
2792
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.ewp
Normal file
2792
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.ewp
Normal file
File diff suppressed because it is too large
Load Diff
10
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.eww
Normal file
10
bsp/nxp/mcx/mcxn/frdm-mcxn947/project.eww
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<workspace>
|
||||
<project>
|
||||
<path>$WS_DIR$\project.ewp</path>
|
||||
</project>
|
||||
<batchBuild/>
|
||||
</workspace>
|
||||
|
||||
|
2202
bsp/nxp/mcx/mcxn/frdm-mcxn947/template.ewp
Normal file
2202
bsp/nxp/mcx/mcxn/frdm-mcxn947/template.ewp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user