Releases: ambiot/micropython
Release Ameba V1.1.0
Version 1.1.0 - 2022/12/19
Feature:
-
Add build support for dev board AMB23 RTL8722DM (previously known as RTL8722DM_MINI)
-
Add 'ambd_micropython` repo as a submodule and source of BSP
-
Edit build system to set building with generic ARM GCC toolchain as default
-
Enable more pins to be available to users
-
Fix bugs found in SPI module
-
Add FLASH module for saving and writing to flash memory on the stamp module
-
Add build Support for dev board BW16(RTL8720DN)
-
Add VFS on Flash and VFS on SDCard
API Updates:
Update and standardize all peripheral APIs under machine module and sync to RP2 port's flavor, which include
-
GPIO
-
PWM
-
ADC
-
I2C
-
SPI
-
UART
-
Timer
-
FLASH
-
SDCard
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
-
Add more post-build tool C++ source code
-
Update image upload tool for Windows, Linux and MacOS
-
Fix RTC issue of not printing out date that user have input
-
Fix SPI issue of not able to write and read correctly
Pre Release Ameba V1.1.0
Version 1.1.0 - QC - V01 - 2022/01/27
Version 1.1.0 - QC - V02 - 2022/11/17
Feature:
- Add build support for dev board
AMB23 RTL8722DM(previously known as RTL8722DM_MINI) - Add 'ambd_micropython` repo as a submodule and source of BSP
- Edit build system to set building with generic ARM GCC toolchain as default
- Enable more pins to be available to users
- Fix bugs found in SPI module
- Add
FLASHmodule for saving and writing to flash memory on the stamp module - Add build Support for dev board
BW16(RTL8720DN) - Add VFS on Flash and VFS on SDCard
API Updates:
Update and standardize all peripheral APIs under machine module and sync to RP2 port's flavor, which include
- GPIO
- PWM
- ADC
- I2C
- SPI
- UART
- Timer
- FLASH
- SDCard
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
- Add more post-build tool C++ source code
- Update image upload tool for Windows, Linux and MacOS