https://github.com/openshwprojects/openxr872
https://github.com/openshwprojects/openxr872
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openshwprojects/openxr872
- Owner: openshwprojects
- Created: 2025-04-18T15:58:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T06:14:32.000Z (about 1 year ago)
- Last Synced: 2025-05-02T07:25:41.381Z (about 1 year ago)
- Language: C
- Size: 31.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
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
- SDK: https://github.com/XradioTech/xradio-skylark-sdk.git
- WiKi: https://github.com/XradioTech/xradiotech-wiki.git
- DOC: https://docs.xradiotech.com