-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Give friendly error message in BLE examples when wrong stack is selected Instead of cryptic errors users will get a clear message. * Add BLE HID mouse example (supported on xG24 DevKit, xG27 DevKit) * Implement analog microphone driver * Improvements for the ADC and analog microphone driver * add "tensorflow_lite_micro" sw component to nano matter "no_radio" variant add SilabsTFLite library with examples * Remove example with tensorflow lite standard library * add missing licenses * Uncrustify TFlite library, update copyright year * Add the TFlite library examples to the build test * Add Bluetooth mouse example for the XIAO MG24 Sense * Create README.md for package folder * Update package/README.md: add troubleshooting section * Update readme.md * Update generate_gsdk.py * Update package/README.md * generate_gsdk.py: fix gsdk.a creation for linux system * Update README.md * adding Tamas review changes * Add config file for generate_gsdk.py This makes configuring the generator script for each user easier. * Update gitignore with generate_gsdk.cfg * add instructions for generate_gsdk.cfg file * Fix config parser in generate_gsdk.py * Add the TFLite library to the readme * Bump the core version to 2.3.0 --------- Co-authored-by: Zoltan Fegyveres <[email protected]> Co-authored-by: Áron Gyapjas <[email protected]> Co-authored-by: Leonardo Cavagnis <[email protected]> Co-authored-by: Leonardo Cavagnis <[email protected]>
- Loading branch information
1 parent
b049267
commit c51e6c0
Showing
309 changed files
with
72,529 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
package/gen | ||
package/gen_gsdk* | ||
package/install_host* | ||
package/generate_gsdk.cfg | ||
installed.json |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.