├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── boards └── CC2652.json ├── platform.json └── platform.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/README.md -------------------------------------------------------------------------------- /boards/CC2652.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/boards/CC2652.json -------------------------------------------------------------------------------- /platform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/platform.json -------------------------------------------------------------------------------- /platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wiz-IO/wizio-cc/HEAD/platform.py --------------------------------------------------------------------------------