All Projects → XradioTech → xradio-skylark-sdk

XradioTech / xradio-skylark-sdk

Licence: other
Xradio wireless MCU rtos SDK,supporting XR872 and XR808

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
Makefile
30231 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].