-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TensorFlow Lite patch for new core folder name #92
Merged
Conversation
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
xidameng
pushed a commit
to xidameng/ambd_arduino
that referenced
this pull request
Jun 20, 2022
ambiot
added a commit
that referenced
this pull request
Jul 1, 2022
* [WLAN Name] Undone changes to the WiFi related src names and code * Update Platform.txt to fix Issue #62 This is to fix a user reported issue happens only when using Windows OS with `User Name` having a space in between, the `copy` command is not able to process path argument with space in between, adding quotation marks fixed the issue * Update library.properties * Update SimpleWebServerWiFi.ino Update sketch to add support for RTL8720DN(BW16) * [BugFix] Fix bug found on RTC library * [Zip Library] Update AmebaOneWire.zip to sync with latest SDK - Edit OneWire.h and change macros related to Ameba - Edit library property to support all architecture * Fix IPv6UDPServer/Client example issue * Delete Arduino_package/hardware/libraries/MQTTClient/examples/IBM_Watson_IoT_Quickstart directory Quickstart service is not supported from IBM_Watson_IoT. * Update TensorFlow Lite patch for new core folder name (#92) * Pre Release Version 3.1.3 Version 3.1.3-QC-V01 – 2022/06/06 Version 3.1.3-QC-V02 – 2022/06/14 Feature: - Add WS2812B Library and Examples - - Add examples. WS2812B_Basics. and WS2812B_Patterns - Add USBD feature and Examples - - Support for USB CDC ACM device - - Support for USB HID device - - Add example, USBCDCSerial, USBHIDKeyboard, USBHIDMouse, and USBHIDGamepad - Fix for iPhone hotspot SSIDs - - Add in examples for using UTF-8 encoding to connect to iPhone hotspots using non-ASCII SSID - - Update examples, ConnectNoEncryption, ConnectWithWE, ConnectWithWPA, and WiFiAPMode.ino - Remove example IBM_Watson_IoT_Quickstart.ino - Update example HCSR04_Ultrasonic.ino and LED_InterruptCtrl.ino - - Update GPIO pin number API Updates: - Update API for SPI - - Modify return value of transfer16 function. - - Fix for SPI buffer transfer not filling buffer with received data. - Update API for GPIO - - Update DHT_Tester.ino comment section - Update ard_socket.c - - Fix the IPv6UDPServer/Client example issue - Update DHT.cpp - - Fix some GPIO not pullup with DHT sensors - Update osPriority in main.cpp - - Update RTOS priority from osPriorityRealtime decrease to osPriorityNormal Misc: - Update AmebeOneWire.zip - Update Ameba_TensorFlowLite.zip - - Add support of BW16 - Add "Auto Upload Mode" selection in UI - Update boards.txt - - Update "build.tarch=cortex-m33" - - Update "build.core=ambd" - - Update "build.mcu=RTL8722DM" or "build.mcu=RTL8720DN" - Update TensorFlow Lite patch * Add DS1307 RTC and Time lib, Update pgmspace.h - Add DS1307 RTC lib(v1.4.1) as zip lib - Add Time lib(v1.6.1) as zip lib - Update pgmspace.h to use DS1307 RTC and the Time library Co-authored-by: ambiot <[email protected]> Co-authored-by: Michael Zhang <[email protected]> Co-authored-by: Aurical <[email protected]> Co-authored-by: zhangzhenwu <[email protected]>
ambiot
added a commit
that referenced
this pull request
Jul 28, 2022
* [WLAN Name] Undone changes to the WiFi related src names and code * Update Platform.txt to fix Issue #62 This is to fix a user reported issue happens only when using Windows OS with `User Name` having a space in between, the `copy` command is not able to process path argument with space in between, adding quotation marks fixed the issue * Update library.properties * Update SimpleWebServerWiFi.ino Update sketch to add support for RTL8720DN(BW16) * [BugFix] Fix bug found on RTC library * [Zip Library] Update AmebaOneWire.zip to sync with latest SDK - Edit OneWire.h and change macros related to Ameba - Edit library property to support all architecture * Fix IPv6UDPServer/Client example issue * Delete Arduino_package/hardware/libraries/MQTTClient/examples/IBM_Watson_IoT_Quickstart directory Quickstart service is not supported from IBM_Watson_IoT. * Update TensorFlow Lite patch for new core folder name (#92) * Pre Release Version 3.1.3 Version 3.1.3-QC-V01 – 2022/06/06 Version 3.1.3-QC-V02 – 2022/06/14 Feature: - Add WS2812B Library and Examples - - Add examples. WS2812B_Basics. and WS2812B_Patterns - Add USBD feature and Examples - - Support for USB CDC ACM device - - Support for USB HID device - - Add example, USBCDCSerial, USBHIDKeyboard, USBHIDMouse, and USBHIDGamepad - Fix for iPhone hotspot SSIDs - - Add in examples for using UTF-8 encoding to connect to iPhone hotspots using non-ASCII SSID - - Update examples, ConnectNoEncryption, ConnectWithWE, ConnectWithWPA, and WiFiAPMode.ino - Remove example IBM_Watson_IoT_Quickstart.ino - Update example HCSR04_Ultrasonic.ino and LED_InterruptCtrl.ino - - Update GPIO pin number API Updates: - Update API for SPI - - Modify return value of transfer16 function. - - Fix for SPI buffer transfer not filling buffer with received data. - Update API for GPIO - - Update DHT_Tester.ino comment section - Update ard_socket.c - - Fix the IPv6UDPServer/Client example issue - Update DHT.cpp - - Fix some GPIO not pullup with DHT sensors - Update osPriority in main.cpp - - Update RTOS priority from osPriorityRealtime decrease to osPriorityNormal Misc: - Update AmebeOneWire.zip - Update Ameba_TensorFlowLite.zip - - Add support of BW16 - Add "Auto Upload Mode" selection in UI - Update boards.txt - - Update "build.tarch=cortex-m33" - - Update "build.core=ambd" - - Update "build.mcu=RTL8722DM" or "build.mcu=RTL8720DN" - Update TensorFlow Lite patch * Add DS1307 RTC and Time lib, Update pgmspace.h - Add DS1307 RTC lib(v1.4.1) as zip lib - Add Time lib(v1.6.1) as zip lib - Update pgmspace.h to use DS1307 RTC and the Time library * [Feature] Add full implementation for I2C Slave mode - Add implementation for I2C Slave Receiver and Transmitter - Add 2 examples for testing I2C slave TX and RX mode - Update existing api and example to working with new feature Co-authored-by: ambiot <[email protected]> Co-authored-by: Michael Zhang <[email protected]> Co-authored-by: Aurical <[email protected]> Co-authored-by: zhangzhenwu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.