Releases: Infineon/micropython
Releases · Infineon/micropython
Micropython PSoC6 v1.1.0
- TCP send queue bugfix via port custom modsocket.c implementation.
- Updates from main stream project.
Full Changelog: https://github.com/Infineon/micropython/commits/v1.1.0
Micropython PSoC6 v1.0.0
MicroPython PSoC6 port enablement
machine
classes:
ADC
ADCBlock
I2C
. Master and slave mode.I2S
Pin
PWM
RTC
SDCard
SPI
. Master and slave mode.Timer
UART
WDT
Additional modules:
network.WLAN
- Virtual File System (LFS2 and FAT format)
PSoC6 evaluation boards available:
- CY8CPROTO-062-4343W
- CY8CPROTO-063-BLE
- CY8CKIT-062S2-AI
Micropython PSoC6 v0.11.0
- Added machine.UART class
- Added machine.SDCard class (FAT and LFS2 support)
- Changes in machine API to support reference API parameters
- Added CY8CKIT-062S2-AI Kit to HIL continuous integration
- "mip lib libraries installation from device" bug fixed
- Neopixel removed from frozen modules (installable via mip)
Full Changelog: v0.10.0...v0.11.0
Micropython PSoC6 v0.10.0
What's Changed
- Added support for CY8CKIT-062S2-AI kit
Full Changelog: https://github.com/Infineon/micropython/commits/v0.10.0
Micropython PSoC6 v0.9.0
- Completion of machine.i2s class based on DMA (extmod) implementation.
Micropython PSoC6 v0.8.0
- Added machine.WDT class
Full Changelog: v0.7.0...v0.8.0
Micropython PSoC6 v0.7.0
What's Changed
- Improvements in machine.I2C class
- Fixed internal flash long file transfer
- Added machine.bitstream function
- Fixes in machine.ACD class
- Improvements in makefile system
- Added extended hardware HIL test setup
Full Changelog: v0.6.0...v0.7.0
Micropython PSoC6 v0.6.0
- Enabled machine.I2S class (blocking-mode)
- Added support for CY8CPROTO-063-BLE board
- Migrated cross-platform installation scripts to Python and extended functionality
- Reworked ModusToolbox toolchain integration for multi-board support
- Extended psoc6 tests
- Bug fixing in machine class
- Bug fixing in file system. Large file transfer #68
- Merged incoming updates from MicroPython official master
Micropython PSoC6 v0.5.0
- Added machine.Timer class support
- Added machine.ADC class support
- Added machine.ADCBlock class support
- Completed network.WLAN class functionalities
- Merged updates from upstream
What's Changed
- Ports psoc6 timer by @IFX-Anusha in #72
- Machine adc final by @NikhitaR-IFX in #73
Full Changelog: https://github.com/Infineon/micropython/commits/v0.5.0
Micropython PSoC6 v0.4.0
- Added machine.PWM class support
- Added machine.SPI class support
- Improvements in network.WLAN module (WIP)
- Added improvements and extended functions to mpy-psoc6 installation scripts
- Merged updates from upstream
Full Changelog: v0.3.0...v0.4.0