d724eed9fc
* [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 |
||
---|---|---|
.. | ||
applications | ||
drivers | ||
libraries | ||
.config | ||
.ignore_format.yml | ||
Kconfig | ||
README.md | ||
SConscript | ||
SConstruct | ||
project.uvoptx | ||
project.uvprojx | ||
rtconfig.h | ||
rtconfig.py | ||
template.uvoptx | ||
template.uvprojx |
README.md
acm32f0x0板级支持包
1. 简介
ACM32F4xx芯片是上海爱信诺航芯电子科技有限公司(后续简称上海航芯)一系列支持多种低功耗模式的通用MCU。包括如下硬件特性:
|--------------------------|--------------------|
硬件 | 描述 |
---|---|
芯片型号 | ACM32F4XX系列 |
CPU | ARM Cortex-M33 |
主频 | 180MHz |
片内SRAM | 192K |
片内Flash | 512K |
-------------------------- | -------------------- |
具体型号及资源请参考上海航芯官方网站ACM32F4。
2. 编译说明
推荐使用env工具,可以在console下进入到bsp/acm32f4xx-nucleo
目录中,运行以下命令:
scons
来编译这个板级支持包。如果编译正确无误,会产生rtthread.elf、rtthread.bin文件。其中rtthread.bin需要烧写到设备中进行运行。
也可以通过scons --target=mdk5
生成keil工程,再使用keil进行编译。
3. 烧写及执行
开发板的使用请参考上海航芯官方网站相应型号的开发工具。
3.1 运行结果
如果编译 & 烧写无误,当复位设备后,会在串口上看到RT-Thread的启动logo信息:
4. 驱动支持情况及计划
片上外设 | 支持情况 | 备注 |
---|---|---|
GPIO | 支持 | PA0, PA1... PF4 ---> PIN: 0, 1...83 |
UART | 支持 | UART1/UART2 |
LED | 支持 | LED1 |
5. 联系人信息
维护人:AisinoChip < xiangfeng.liu@aisinochip.com >