1 Star 0 Fork 0

heyongxinxin / xradio-skylark-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
wuzhuowen 提交于 2019-11-15 20:48 . xradio skylark sdk 1.0.0 rc3

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

1
https://gitee.com/heyongxinxin/xradio-skylark-sdk.git
git@gitee.com:heyongxinxin/xradio-skylark-sdk.git
heyongxinxin
xradio-skylark-sdk
xradio-skylark-sdk
master

搜索帮助