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 | ||
Kconfig | ||
README.md | ||
SConscript | ||
SConstruct | ||
gcc_csky.ld | ||
project.cdkproj | ||
rtconfig.h | ||
rtconfig.py | ||
template.cdkproj |
README.md
CK802
简介
CK802是杭州中天微系统有限公司自主开发的极低功耗、极低成本嵌入式CPU核产品,它以8位CPU的成本获得32位CPU的运行效率与性能。 BSP基于中天微提供的一块FPGA开发板完成。
介绍 | 描述 |
---|---|
主CPU平台 | CK802 |
最高频率 | 600MHz |
SRAM | 128K |
FLASH | 256K |
编译说明
CK802板级包支持CDK集成开发环境和scons编译。使用的编译器是csky-abiv2-elf-toolchain。
IDE/编译器 | 已测试版本 |
---|---|
CDK | CDK 1.6.0 |
GCC | (C-SKY Tools V2.10.00(Minilibc), ABIV2, B20161206) 4.5.1 |
使用scons编译,需要指定环境变量RTT_EXEC_PATH为正确的编译器路径,例如:
Windows:
RTT_EXEC_PATH=r'D:\c-sky\CSKY\MinGW\csky-abiv2-elf-toolchain\bin'
Linux:
RTT_EXEC_PATH=r'/opt/csky-abiv2-elf-tools-x86_64-minilibc-20161211/bin'
BSP使用
CDK
编译仿真
打开project.cdkproj工程,点击菜单栏的Project->Build Active Project
进行编译,编译完成后点击Debug->Start/Stop Debugger
,就可以进入仿真。点击Debug->Continue Debugger
全速运行。
更新工程
在需要添加或者删除组件的时候,可以使用menuconfig
进行配置。配置完成后输入scons --target=cdk
更新工程
Scons
编译
配置好环境变量RTT_EXEC_PATH
后,使用env工具,可以在console下进入到bsp目录中,运行以下命令就可以编译该BSP:
scons
仿真
Windows平台打开CSkyDebugServer.exe,该软件会连接到仿真器并且提供一个gdb server。使用DebugServerConsole.exe在命令行下进行调试。
Linux平台使用CSkyDebugServer.elf来连接仿真器,使用DebugServerConsole.exe在命令行下进行调试。
运行结果
如果编译 & 烧写无误,当复位设备后,会在串口上看到RT-Thread的启动logo信息:
\ | /
- RT - Thread Operating System
/ | \ 3.0.4 build Jun 5 2018
2006 - 2018 Copyright by rt-thread team
msh >
4. 驱动支持情况及计划
驱动 | 支持情况 | 备注 |
---|---|---|
UART | 支持 | UART 1 |
5. 联系人信息
维护人: