rt-thread-official/bsp/lm3s9b9x/project.Uv2

237 lines
11 KiB
Plaintext
Raw Normal View History

### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RT-Thread-lm3s), 0x0004 // Tools: 'ARM-ADS'
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Group (Applications)
Group (Compiler)
2022-03-29 18:42:22 +08:00
Group (DeviceDrivers)
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Group (Drivers)
Group (Filesystem)
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Group (Finsh)
Group (Kernel)
2024-03-21 11:05:08 +08:00
Group (libcpu)
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Group (Libraries)
Group (lwIP)
Group (POSIX)
2022-03-29 18:42:22 +08:00
File 1,1,<applications\application.c><application.c>
File 1,1,<applications\startup.c><startup.c>
2022-03-29 18:42:22 +08:00
File 2,1,<..\..\components\libc\compilers\armlibc\syscall_mem.c><syscall_mem.c>
File 2,1,<..\..\components\libc\compilers\armlibc\syscalls.c><syscalls.c>
File 2,1,<..\..\components\libc\compilers\common\cctype.c><cctype.c>
File 2,1,<..\..\components\libc\compilers\common\cstdlib.c><cstdlib.c>
File 2,1,<..\..\components\libc\compilers\common\cstring.c><cstring.c>
File 2,1,<..\..\components\libc\compilers\common\ctime.c><ctime.c>
File 2,1,<..\..\components\libc\compilers\common\cunistd.c><cunistd.c>
File 2,1,<..\..\components\libc\compilers\common\cwchar.c><cwchar.c>
2024-03-21 11:05:08 +08:00
File 3,1,<..\..\components\drivers\core\device.c><device.c>
File 3,1,<..\..\components\drivers\ipc\completion.c><completion.c>
File 3,1,<..\..\components\drivers\ipc\dataqueue.c><dataqueue.c>
File 3,1,<..\..\components\drivers\ipc\pipe.c><pipe.c>
File 3,1,<..\..\components\drivers\ipc\ringblk_buf.c><ringblk_buf.c>
File 3,1,<..\..\components\drivers\ipc\ringbuffer.c><ringbuffer.c>
File 3,1,<..\..\components\drivers\ipc\waitqueue.c><waitqueue.c>
File 3,1,<..\..\components\drivers\ipc\workqueue.c><workqueue.c>
File 3,1,<..\..\components\drivers\pin\pin.c><pin.c>
File 3,1,<..\..\components\drivers\serial\serial.c><serial.c>
File 4,1,<drivers\sdcard.c><sdcard.c>
File 4,1,<drivers\board.c><board.c>
File 4,1,<drivers\serial.c><drivers_serial.c>
File 4,1,<drivers\luminaryif.c><luminaryif.c>
File 4,1,<drivers\sdram.c><sdram.c>
File 5,1,<..\..\components\dfs\dfs_v1\filesystems\devfs\devfs.c><devfs.c>
File 5,1,<..\..\components\dfs\dfs_v1\filesystems\elmfat\dfs_elm.c><dfs_elm.c>
File 5,1,<..\..\components\dfs\dfs_v1\filesystems\elmfat\ff.c><ff.c>
File 5,1,<..\..\components\dfs\dfs_v1\filesystems\elmfat\ffunicode.c><ffunicode.c>
File 5,1,<..\..\components\dfs\dfs_v1\src\dfs.c><dfs.c>
File 5,1,<..\..\components\dfs\dfs_v1\src\dfs_file.c><dfs_file.c>
File 5,1,<..\..\components\dfs\dfs_v1\src\dfs_fs.c><dfs_fs.c>
File 5,1,<..\..\components\dfs\dfs_v1\src\dfs_posix.c><dfs_posix.c>
File 6,1,<..\..\components\finsh\shell.c><shell.c>
File 6,1,<..\..\components\finsh\msh.c><msh.c>
File 6,1,<..\..\components\finsh\msh_parse.c><msh_parse.c>
File 6,1,<..\..\components\finsh\cmd.c><cmd.c>
File 6,1,<..\..\components\finsh\msh_file.c><msh_file.c>
File 7,1,<..\..\src\clock.c><clock.c>
File 7,1,<..\..\src\components.c><components.c>
File 7,1,<..\..\src\idle.c><idle.c>
File 7,1,<..\..\src\ipc.c><ipc.c>
File 7,1,<..\..\src\irq.c><irq.c>
File 7,1,<..\..\src\klibc\kstdio.c><kstdio.c>
File 7,1,<..\..\src\klibc\kstring.c><kstring.c>
File 7,1,<..\..\src\kservice.c><kservice.c>
File 7,1,<..\..\src\mem.c><mem.c>
File 7,1,<..\..\src\mempool.c><mempool.c>
File 7,1,<..\..\src\object.c><object.c>
File 7,1,<..\..\src\scheduler_comm.c><scheduler_comm.c>
File 7,1,<..\..\src\scheduler_up.c><scheduler_up.c>
File 7,1,<..\..\src\thread.c><thread.c>
File 7,1,<..\..\src\timer.c><timer.c>
File 8,1,<..\..\libcpu\arm\common\atomic_arm.c><atomic_arm.c>
File 8,1,<..\..\libcpu\arm\common\div0.c><div0.c>
File 8,1,<..\..\libcpu\arm\common\showmem.c><showmem.c>
File 8,2,<..\..\libcpu\arm\cortex-m3\context_rvds.S><context_rvds.S>
File 8,1,<..\..\libcpu\arm\cortex-m3\cpuport.c><cpuport.c>
File 9,1,<Libraries\driverlib\ssi.c><ssi.c>
File 9,1,<Libraries\driverlib\comp.c><comp.c>
File 9,1,<Libraries\driverlib\interrupt.c><interrupt.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\sysctl.c><sysctl.c>
File 9,1,<Libraries\driverlib\cpu.c><cpu.c>
File 9,1,<Libraries\driverlib\i2s.c><i2s.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\flash.c><flash.c>
File 9,1,<Libraries\driverlib\systick.c><systick.c>
File 9,1,<Libraries\driverlib\mpu.c><mpu.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\sysexc.c><sysexc.c>
File 9,1,<Libraries\driverlib\fpu.c><fpu.c>
File 9,1,<Libraries\driverlib\pwm.c><pwm.c>
File 9,1,<Libraries\driverlib\timer.c><driverlib_timer.c>
File 9,1,<Libraries\driverlib\eeprom.c><eeprom.c>
File 9,1,<Libraries\driverlib\uart.c><uart.c>
File 9,1,<Libraries\driverlib\fan.c><fan.c>
File 9,1,<Libraries\driverlib\adc.c><adc.c>
File 9,1,<Libraries\driverlib\usb.c><usb.c>
File 9,1,<Libraries\driverlib\udma.c><udma.c>
File 9,1,<Libraries\driverlib\can.c><can.c>
File 9,1,<Libraries\driverlib\gpio.c><gpio.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\epi.c><epi.c>
File 9,1,<Libraries\driverlib\i2c.c><i2c.c>
File 9,1,<Libraries\driverlib\ethernet.c><ethernet.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\hibernate.c><hibernate.c>
File 9,1,<Libraries\driverlib\qei.c><qei.c>
File 9,2,<Libraries\startup\arm\start_rvds.S><start_rvds.S>
File 9,1,<Libraries\driverlib\peci.c><peci.c>
2024-03-21 11:05:08 +08:00
File 9,1,<Libraries\driverlib\lpc.c><lpc.c>
File 9,1,<Libraries\driverlib\watchdog.c><watchdog.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\api_lib.c><api_lib.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\api_msg.c><api_msg.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\err.c><err.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\netbuf.c><netbuf.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\netdb.c><netdb.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\netifapi.c><netifapi.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\sockets.c><sockets.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\api\tcpip.c><tcpip.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\apps\ping\ping.c><ping.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\def.c><def.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\dns.c><dns.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\inet_chksum.c><inet_chksum.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\init.c><init.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ip.c><ip.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\autoip.c><autoip.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\dhcp.c><dhcp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\etharp.c><etharp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\icmp.c><icmp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\igmp.c><igmp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\ip4.c><ip4.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\ip4_addr.c><ip4_addr.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\ipv4\ip4_frag.c><ip4_frag.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\memp.c><memp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\netif.c><netif.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\pbuf.c><pbuf.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\raw.c><raw.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\stats.c><stats.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\sys.c><sys.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\tcp.c><tcp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\tcp_in.c><tcp_in.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\tcp_out.c><tcp_out.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\timeouts.c><timeouts.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\core\udp.c><udp.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\netif\ethernet.c><netif_ethernet.c>
File 10,1,<..\..\components\net\lwip\lwip-2.0.3\src\netif\lowpan6.c><lowpan6.c>
File 10,1,<..\..\components\net\lwip\port\ethernetif.c><ethernetif.c>
File 10,1,<..\..\components\net\lwip\port\sys_arch.c><sys_arch.c>
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
Options 1,0,0 // Target 'RT-Thread-lm3s'
Device (LM3S9B96)
Vendor (Luminary Micro)
Cpu (IRAM(0x20000000-0x20017FFF) IROM(0-0x3FFFF) CLOCK(8000000) CPUTYPE("Cortex-M3"))
FlashUt ()
StupF ("STARTUP\Luminary\Startup.s" ("Luminary Startup Code"))
FlashDR (UL2CM3(-UV2077N9E -O14 -S1 -C0 -N00("ARM CoreSight JTAG-DP") -D00(3BA00477) -L00(4) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP7 -FO7 -FD20000000 -FC800 -FN1 -FF0LM3S_256 -FS00 -FL040000))
DevID (4850)
Rgf (LM3Sxxxx.H)
Mem ()
C ()
A ()
RL ()
OH ()
DBC_IFX ()
DBC_CMS ()
DBC_AMS ()
DBC_LMS ()
UseEnv=0
EnvBin ()
EnvInc ()
EnvLib ()
EnvReg (Luminary\)
OrgReg (Luminary\)
TgStat=16
OutDir (.\build\)
OutName (rtthread-lm3s)
GenApp=1
GenLib=0
GenHex=0
Debug=1
Browse=1
LstDir (.\build\)
HexSel=1
MG32K=0
TGMORE=0
RunUsr 0 0 <>
RunUsr 1 0 <>
BrunUsr 0 0 <>
BrunUsr 1 0 <>
CrunUsr 0 0 <>
CrunUsr 1 0 <>
SVCSID <>
GLFLAGS=1790
ADSFLGA { 243,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
ACPUTYP ("Cortex-M3")
RVDEV ()
ADSTFLGA { 0,12,0,0,160,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0 }
OCMADSOCM { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
OCMADSIRAM { 0,0,0,0,32,0,128,1,0 }
OCMADSIROM { 1,0,0,0,0,0,0,4,0 }
OCMADSXRAM { 0,0,0,0,0,0,0,0,0 }
OCR_RVCT { 1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,128,1,0,0,0,0,0,0,0,0,0,0 }
RV_STAVEC ()
ADSCCFLG { 13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
ADSCMISC ()
ADSCDEFN (__STDC_LIMIT_MACROS, RT_USING_ARMLIBC, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, PART_LM3S9B96, __RTTHREAD__)
ADSCUDEF ()
2024-03-21 11:05:08 +08:00
ADSCINCD (..\..\components\dfs\dfs_v1\include;Libraries;..\..\include;..\..\components\net\lwip\lwip-2.0.3\src\include\posix;..\..\components\drivers\include;..\..\libcpu\arm\common;..\..\components\dfs\dfs_v1\filesystems\devfs;..\..\components\libc\posix\ipc;drivers;..\..\components\net\lwip\lwip-2.0.3\src\include\netif;.;..\..\components\net\lwip\lwip-2.0.3\src\include;..\..\components\libc\posix\io\poll;..\..\libcpu\arm\cortex-m3;..\..\components\dfs\dfs_v1\filesystems\elmfat;..\..\components\libc\posix\io\eventfd;..\..\components\libc\compilers\common\include;applications;..\..\components\libc\compilers\common\extension\fcntl\octal;..\..\components\net\lwip\lwip-2.0.3\src\include\ipv4;..\..\components\net\lwip\port;..\..\components\finsh;..\..\components\libc\compilers\common\extension;..\..\components\libc\posix\io\epoll)
ADSASFLG { 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
ADSAMISC ()
ADSADEFN ()
ADSAUDEF ()
ADSAINCD ()
PropFld { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
IncBld=1
AlwaysBuild=0
GenAsm=0
AsmAsm=0
PublicsOnly=0
StopCode=3
CustArgs ()
LibMods ()
ADSLDFG { 17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
ADSLDTA (0x00000000)
ADSLDDA (0x00000000)
ADSLDSC ()
ADSLDIB ()
ADSLDIC ()
分离内存分配接口与内存分配算法 (#5175) * [kernel][mem] Multiple instances of small memory allocation algorithm * [kernel][mem] Change small memory management algorithm memory header flag * [kernel][mem] Fix assertion problem * [kernel][slab] Multiple instances of slab memory management algorithm * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces * [kernel][mem] Clean up memory space of small memory management objects * [kernel][kservice] Add memory application interface and thread protection interface * [kernel][kservice] Fix function return value problem * [kernel][memheap] Optimize memheaptrace print * [kernel][memheap] Support best mode * [kernel][memory] Remove semaphore lock * [kernel][memheap] Add locked flag * [kernel][memory] Support malloc memory in interrupt * [kernel][memheap] Add 'memheapcheck' cmd * [kernel][mem] Fix failure to request full memory * [kernel][memheap] Fix compilation warning * [kernel][mem] Fix mem realloc ASSERT * [examples][testcases] Add small mem testcase * [examples][mem_tc] Modify test memory size * [examples][testcases] Add slab memory management algorithm test case * [examples][testcases] fix small memory management algorithm test case * [kernel][memory] Adjusting memory allocation algorithm object definition and interface * [kernel][memory] Fix compilation warning * [examples][utest] Fix mem test case * [examples][utest] fix slab test case * [utest][testcases] Shorten test time * [kernel][memory] Formatting code * [examples][utest] Adjust test run time * [examples][utest] Formatting code * [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
ADSLDMC ()
ADSLDIF ()
ADSLDDW ()
OPTDL (SARMCM3.DLL)()(DLM.DLL)(-pLM3S9B96)(SARMCM3.DLL)()(TLM.DLL)(-pLM3S9B96)
OPTDBG 48118,4,()()()()()()()()()() (BIN\lmidk-agdi.dll)()()()
FLASH1 { 1,0,0,0,1,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0 }
FLASH2 (BIN\UL2CM3.DLL)
FLASH3 ("" ())
FLASH4 ()
EndOpt