3 Star 0 Fork 0

Dozingfiretruck / xr872_sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

XRADIO Skylark SDK

XRADIO Skylark SDK supports XR872/XR808 series wireless MCUs.

Configuration

  • Edit "gcc.mk" to define GCC path to your own path, eg.
  CC_DIR = ~/tools/gcc-arm-none-eabi-4_9-2015q2/bin

Building

  • Building commands
  $ cd ${prj_gcc_path}     # eg. cd project/demo/wlan_demo/gcc
  $ make config            # run `./configure.sh` to select SDK configuration
  $ make config_clean      # remove files generated by `make config`
  $ make lib               # build libraries and copy them to "lib"
  $ make lib_clean         # remove files in "src" generated by `make lib`
  $ make lib_install_clean # Remove libraries in "lib" generated by `make lib`
  $ make                   # build the executable binary
  $ make clean             # remove files generated by `make`
  $ make image             # create the image file
  $ make image_clean       # remove files generated by `make image`
  $ make objdump           # generate the disassembled file
  $ make build             # same as `make lib && make && make image`
  $ make build_clean       # same as `make image_clean clean lib_clean lib_install_clean`

Links

空文件

简介

xr872_sdk 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/Dozingfiretruck/xr872_sdk.git
git@gitee.com:Dozingfiretruck/xr872_sdk.git
Dozingfiretruck
xr872_sdk
xr872_sdk
master

搜索帮助