Skip to content
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
merged 1 commit into from
Jun 14, 2022
Merged

Update TensorFlow Lite patch for new core folder name #92

merged 1 commit into from
Jun 14, 2022

Conversation

Aurical
Copy link
Contributor

@Aurical Aurical commented Jun 14, 2022

No description provided.

@M-ichae-l M-ichae-l merged commit dd4b39a into Ameba-AIoT:dev Jun 14, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants