文件最后提交记录最后更新时间
ci: ci compile use sdk only ci compile use sdk only Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
time: fix armv8 clock_gettime fix armv8 clock_gettime Signed-off-by: Tianyu Wang <wangtianyu41@huawei.com> 1 年前
smp: add smp support code for hi3095 and cxx add smp support code for hi3095 and cxx testcase Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 9 个月前
demos: add support code for hi3095 add support code for hi3095 Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
drivers: move stm from drivers to arch move stm from drivers to arch Signed-off-by: saarloos <9090-90-90-9090@163.com> 2 年前
docker: add aarch64-openeuler tool chain in docker description: docker环境增加aarch64-openeuler编译工具链 Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 2 年前
forte: forte adapte forte adapte, add forte test demo Signed-off-by: liuxi <liuxi63@huawei.com> 2 年前
doc: update testsuites and perf readme update testsuites and perf readme Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
uniproton: interrupt stack overflow docs update, add interrupt stack protection and testcase Signed-off-by: wuxiaoqing <wuxiaoqing14@huawei.com> 1 年前
riscv: add riscv libc,math build and test,adapt shell to virt *add riscv libc,math test build and test *adapt shell component to qemu-riscv64-virt *fix some boot bug from riscv64-virt Signed-off-by: luojun <luojun.oerv@isrc.iscas.ac.cn> 2 年前
demos: add support code for hi3095 add support code for hi3095 Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
igh: add nic register function add nic register function Signed-off-by: Tianyu Wang <wangtianyu41@huawei.com> 1 年前
time: fix armv8 clock_gettime fix armv8 clock_gettime Signed-off-by: Tianyu Wang <wangtianyu41@huawei.com> 1 年前
lwip: lwip adapte lwip udp success version based on uvp Signed-off-by: liuxi <liuxi63@huawei.com> 1 年前
modbus: modbus adapte description: UniProton适配modbus修改,添加测试用例合入 Signed-off-by: liuxi <liuxi63@huawei.com> 2 年前
demos: add support code for hi3095 add support code for hi3095 Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
uniproton: support sd3403 Support uniproton to run on sd3403/hieulerpi with oEE mica. Signed-off-by: Wanming Hu <huwanming@huawei.com> 8 个月前
uniproton: support sd3403 Support uniproton to run on sd3403/hieulerpi with oEE mica. Signed-off-by: Wanming Hu <huwanming@huawei.com> 8 个月前
uart: add drivers、uart、shell basic functions add drivers、uart、shell basic functions Signed-off-by: saarloos <9090-90-90-9090@163.com> 2 年前
adapte: ecat soem adapte ecat soem adapte sd3403 and ascend310B Signed-off-by: Tianyu Wang <wangtianyu41@huawei.com> 4 个月前
m4: remove m4's dependency on libc_nano description: Remove m4's dependency on libc_nano during building Signed-off-by: shichuchao <shichuchao@huawei.com> 2 年前
adapte: micro-ros demo micro-ros demo on sd3403 and ascend310B Signed-off-by: Tianyu Wang <wangtianyu41@huawei.com> 4 个月前
ci: ci compile use sdk only ci compile use sdk only Signed-off-by: zhaohonghao <zhaohonghao3@huawei.com> 1 年前
uart: add drivers、uart、shell basic functions add drivers、uart、shell basic functions Signed-off-by: saarloos <9090-90-90-9090@163.com> 2 年前
readme.txt

本目录下放置的是UniProton测试工程。

├─bsp # 提供的板级驱动与OS对接; ├─build # 提供编译脚本编译出最终镜像; ├─config # 配置选项,供用户调整运行时参数; ├─posixtestsuite # 适配UniProton的posix test suites; ├─rhealstone # 适配UniProton的rhealstone性能测试; ├─include # UniProton实时部分提供的编程接口API; └─libs # UniProton实时部分的静态库,build目录中的makefile示例已经将头文件和静态库的引用准备好,应用可直接使用;

qemu使用: cd build sh build_app.sh sim qemu-system-arm -M mps2-an386 -cpu cortex-m4 --semihosting -kernel UniPorton_test_xxx.bin

注意: qemu不支持rhealstone测试, 默认不编译

调试: qemu-system-arm -M mps2-an386 -cpu cortex-m4 --semihosting -kernel Uniproton_xxx_test.bin -s -S gdb Uniproton_xxx_test.elf