Releases: ambiot/ambd_micropython
Releases · ambiot/ambd_micropython
Release V1.1.2
Pre Release V1.1.2
Version 1.1.2 - 2022/11/16
Feature:
- Update ameba SDK and libs
- Enable macro for Flash File system support
Release V1.1.1
version 1.1.1 - 2022/05/17
Feature:
- Update ameba SDK and libs downsize FreeRTOS heap from 250KB to 100KB
- Increase MicroPython Heap size to 188KB
- Update release firmware
Release V1.1.0
Version 1.1.0 - 2022/04/06
Feature:
- Update ameba SDK and libs to the latest
- Update linker script to eliminate dependency on PSRAM
- Add build support for dev board
AMB23 RTL8722DM
(previously known as RTL8722DM_MINI) - Enable more PWM pins to use
- Fix bugs found in SPI module
- Add
FLASH
module for saving and writing to flash memory on the stamp module
API Updates:
Update peripheral modules to include support for AMB23 RTL8722DM's available pins and peripherals, that includes,
- GPIO,
- PWM
- ADC
- I2C
- SPI
- UART
Misc:
- Improve `Double-Click-Me-to-Upload.cmd' tool windows user to allow for more intuitive interaction
- Update `README.md' to provide Arduino test code for SPI
- Update Release History
Release V1.0.2
Version 1.0.2 - 2021/10/14
Feature:
- Add MacOS toolchain to support building on MacOS
- Pre-test passed for RTL8722DM_MINI
API Updates:
- Update PWM module with new API
- Re-structure SDFS module and remove warning when no SD card
Misc:
- Update WLAN and other libraries
- Update readme documentation
Release V1.0.1 with WLAN patch
Patch update:
- 2021/07/15
- Update Wlan API for loop 5 times when connecting
- Update Wlan lib, Support WPA3
Release V1.0.1
RTL8722 MicroPython SDK - V1.0.1
This is an official release with features/updates as follows,
- Added MacOS Support for firmware uploading (not compilation)
- Fixed PWM API issue with loop
- Implemented SDFS (SD FileSystem) module [Currently only support RTL8722DM_mini]
- Update welcome message and help message
- Update Ameba SDK and libraries
- Fixed network and WLAN security issues
- Fix bugs related to WiFi
- Update Readme
- Provide examples for new module
Release V1.0.0
RTL8722 MicroPython SDK - V1.0.0
This is an official release with features/updates as follows,
- OS Support Windows and Linux
- MicroPython functions and Python3 syntax support
- Implemented REPL and terminal functions
- Added Pin Mapping for RTL8722 EVB
- Added help function and help message
- Update Ameba SDK and toolchain
- Update readme documentation
- Fix bugs found in alpha release
- Added perpharel helper modules:
- GPIO
- RTC
- ADC
- Time and Delay
- PWM
- Timer
- UART
- I2C
- SPI
- Implemented network helper modules:
- WiFi
- Socket
- Provide examples for all peripheral and network modules
Alpha Release V0.0.1
Version V0.0.1(Alpha) 29/09/2020
Feature:
- Ported basic MicroPython functions
- Implemented REPL and basic terminal functions
- Added Pin Mapping for RTL8722
- Added perpharel helper modules:
- GPIO
- RTC
- Time and Delay
- PWM
- Timer
- UART
- I2C
- SPI