-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement HIL tests * Remove the redundant pin mappings from the BGM220 Explorer Kit The button and LED pins are connected to the breakout header as well, so their duplicates were removed. * Ensure that GPIOs return to their original state on deinit After a reset the GSDK initializes all periperals - the core deinits them. Some pins remained in a high/initialzed state after this - which is addressed by this commit. - Remove VCOM enable on the Nano Matter - Reset Serial Rx/Tx pins on deinit - Reset Wire SCL/SDA pins on deinit * Fix the sketch paths in the build test script * Implement a 78 MHz CPU clock option The Matter variants use this by default, now it's also user selectable. * Add API for getting the CPU cycle count * Add direct GPIO variant of ezWS2812 * Implement Watchdog Timer support * Improve the BLE HID keyboard example * Implement option in the GSDK generator to keep the gen folder * Patch out peripheral inits in the generated SDK This way deiniting them right after boot is not needed. This also solves the issue of some pins pulsing on startup. Startup time is now faster by 5 milliseconds. * Make the deep sleep escape pin a separate config for each board This allows the pin to be configured to an accessible location on boards without a button. * Fix ambiguous set_pixel() calls in ezWS2812 Calling '.set_pixel(0, 0, 0, 0)' resulted in a compile error, now there's only one signature of set_pixel. * Add BLE scan example * Add the released and bump the dev version in the package index JSON Also replace 'x86_64-mingw32' with 'i686-mingw32' for increased compatibility. * Bump the core version to 2.2.0 * fix: Wire library endTransmission return values * add stop condition in Wire.requestFrom function * Enable the I2C clock in Wire follower mode With the device inits/reinits removed the I2C clock is not enabled by default - we have to enable it separately. * Remove dangling whitespace in Wire.cpp * Wire: properly derive from arduino::HardwareI2C Since the core is based on ArduinoCore-API, certain libraries will make assumptions on full compatibility * Add analogReadResolution function * Add a python variant of the bootstrap script * Add support for the Seeed Studio Xiao MG24 * Update matter_decommission.ino Adding the `decommission_handler()` to the `setup()` process to avoid blocking. --------- Co-authored-by: Leonardo Cavagnis <l.cavagnis@arduino.cc> Co-authored-by: Martino Facchin <m.facchin@arduino.cc> Co-authored-by: Christopher Méndez <49886387+mcmchris@users.noreply.github.com>
- Loading branch information
1 parent
9bff82c
commit b049267
Showing
3,186 changed files
with
1,174,306 additions
and
716 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
680 changes: 680 additions & 0 deletions
680
bootloaders/seeed-studio-xiao-mg24-bootloader-storage-internal-single-512k.hex
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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.