This repository contains ING918XX/ING916XX SDK source code, including platform header files, bundle binaries, and examples.
ING918XX/ING916XX are fully integrated Bluetooth Low Energy wireless communication SoC(s) targeting Bluetooth 5.1 and 5.3 specification.
Download setup file & install our SDK package, which includes not only source code, but also GUI tools and documentation.
- Install Gnu Arm toolchain;
- Install CMSIS;
- Clone or download this repository;
- Run gen_files to prepare files;
- Browse to examples in examples for Gnu Arm toolchain;
- Set environment variable
CMSIS_BASE
to the full path of CMSIS; - Run
make
; - Use Flash Downloader to download programs.
-
Download setup file & install our SDK package;
-
Fork/Clone this repository;
-
Edit /path/to/sdk/wizard/cfg/settings.json while Wizard is closed: change sdk to the path of the cloned repository:
{ "sdk": "path/to/cloned/repository", }
-
Start Wizard;
-
Click menu item Tools -> "Re-generate bundle files" in Wizard.
master
is used for releases;develop
is used for developing.
Contributions - reporting/fixing bugs, adding features, adding documentation - are all welcome. We accept
contributions via Github Pull Requests in the develop
branch.
Copyright 2019-2023 INGCHIPS
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.