Skip to content

Commit

Permalink
release 8.1.3
Browse files Browse the repository at this point in the history
release 8.1.3
  • Loading branch information
zjli-2019 authored Jun 30, 2022
2 parents 0e846f0 + 2855987 commit cd5e75c
Show file tree
Hide file tree
Showing 271 changed files with 377,026 additions and 378,882 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ING918xx is a fully integrated Bluetooth Low Energy wireless communication SoC t

### The Easy Way

[Download](https://github.com/ingchips/ING918XX_SDK_SOURCE/releases) setup file &
install our SDK package, which includes not only source code, but also GUI tools and documentation.
[Download](releases) setup file & install our SDK package, which includes not only source code,
but also GUI tools and documentation.

### The Hard Way

Expand All @@ -21,22 +21,19 @@ install our SDK package, which includes not only source code, but also GUI tools
1. Set environment variable `CMSIS_BASE` to the full path of CMSIS;
1. Run `make`.

To build Nim projects, besides of Gnu Arm toolchain & CMSIS:

1. Install Nim compiler;
1. Browse to examples in [examples for Nim](examples-nim);
1. Set environment variable `CMSIS_BASE` to the full path of CMSIS;
1. Set environment variable `NIM_PATH` to the full path of `nim` compiler;
1. Run `make`.

## Branches

1. `master` is used for releases;
1. `develop` is used for developing.

## How to Contribute

Contributions - reporting/fixing bugs, adding features, adding documentation - are all welcome. We accept
contributions via Github [Pull Requests](pulls) in the `develop` branch.

## License

Copyright 2019-2021 INGCHIPS
Copyright 2019-2022 INGCHIPS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 2 additions & 5 deletions bundles/exp/ING9187xx/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@
"l2cap_can_send_packet_now",
"l2cap_request_can_send_now_event",
"l2cap_request_connection_parameter_update",
"l2cap_send_signaling_le",
"l2cap_next_sig_id",
"l2cap_next_local_cid",
"sm_config",
"sm_add_event_handler",
"sm_private_random_address_generation_set_mode",
Expand Down Expand Up @@ -333,11 +330,11 @@
},
"rom": {
"base": 16384,
"size": 140104
"size": 140160
},
"version": [
1,
7,
22
23
]
}
Binary file modified bundles/exp/ING9187xx/platform.bin
Binary file not shown.
Loading

0 comments on commit cd5e75c

Please sign in to comment.