rt-thread-official/bsp/bm3803
Man, Jianting (Meco) bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题

* format codes

* [libc] 整理格式

* refresh projects
2022-01-09 00:20:32 +08:00
..
applications 修改了license header,修改了sconscipt,修改了board.c指针的强制转换类型,interrupt.c添加了新的函数。 2020-10-21 15:09:33 +08:00
drivers 修改了license header,修改了sconscipt,修改了board.c指针的强制转换类型,interrupt.c添加了新的函数。 2020-10-21 15:09:33 +08:00
.config [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
Kconfig Add support for architecture sparc-v8 and soc bm3803. 2020-10-16 11:40:00 +08:00
README.md 添加了README.md 2020-10-24 18:01:18 +08:00
SConscript Add support for architecture sparc-v8 and soc bm3803. 2020-10-16 11:40:00 +08:00
SConstruct [update] CFLAGS 2021-12-17 14:28:40 +08:00
bm3803.lds Add support for architecture sparc-v8 and soc bm3803. 2020-10-16 11:40:00 +08:00
rtconfig.h [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
rtconfig.py Add support for architecture sparc-v8 and soc bm3803. 2020-10-16 11:40:00 +08:00

README.md

BM3803板级支持包

1. 简介

BM3803是中国航天科技集团公司第九研究院第七七二研究所推出的基于SPARC V8内核的抗辐射32位处理器 包括如下硬件特性:

硬件 描述
芯片型号 BM3803
CPU SPARC V8
主频 50 - 100MHz
SRAM 2MB

2. 编译说明

环境 说明
PC操作系统 Windows
编译器 sparc-gaisler-elf-gcc
构建工具 scons
  1. 下载源码
git clone https://github.com/RT-Thread/rt-thread.git
  1. 下载编译工具和调试工具
下载对应的编译工具链 https://www.gaisler.com/index.php/downloads/compilers
下载对应的调试工具 https://www.gaisler.com/index.php/downloads/debug-tools
  1. 通过env配置工程
打开env工具并切换到bsp/bm3803目录
输入menuconfig进行配置并保存
  1. 编译
配置rtconfig.py中的EXEC_PATH为对应的编译工具目录
输入scons进行编译

如果编译正确无误会产生rtthread-bm3803.elf、rtthread.bin文件。可以使用rtthread-bm3803.elf进行调试。

  1. 调试
调试环境配置请参考 https://www.gaisler.com/eclipse/qsg_sw_ide.pdf