Skip to content

Release Version 3.1.3

Compare
Choose a tag to compare
@ambiot ambiot released this 29 Jun 02:13
· 15 commits to master since this release

Version 3.1.3 – 2022/06/29
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 library
    • Update example DHT_tester.ino
  • Update ard_socket.c
    • Fix the IPv6UDPServer/Client example issue
  • Update osPriority in main.cpp
    • Update RTOS priority from osPriorityRealtime decrease to osPriorityLow

Misc:

  • Update AmebeOneWire.zip
  • Update Ameba_TensorFlowLite.zip
    • Add support of BW16
  • Update boards.txt
    • Update "build.tarch=cortex-m33"
    • Update "build.core=ambd"
    • Update "build.mcu=RTL8722DM" or "build.mcu=RTL8720DN"
    • Update vid, pid, upload.protocol, build.usb_product
  • Update TensorFlow Lite patch
  • Correcting typo
  • Add image tools V1.0.8
    • Support linux, macos, and windows platform
    • Merge Upload tool and image tool
    • Add Auto Upload Mode option
    • Add Erase Flash option
  • Add menu selection for Auto Upload Mode and Erase Flash
    • Update "board.txt"
    • Update "platform.txt"
  • Add BW16-TypeC fritzing files

What's Changed

New Contributors

Special Thanks

To see how to contribute to the project, see this reference: Contributing