Releases: Infineon/micropython
Releases · Infineon/micropython
Micropython PSoC6 v1.4.0
- Added
machine.time_pulse()
. - Minor fixes due to updates from upstream.
Micropython PSoC6 v1.3.0
- Added examples/usercimaimodule/imagimob user module for imagimob.
- Added examples/natmod/deepcraft user module for deepcraft.
- Moved ports/psoc6/mtb-libs to external submodule.
- Minor fixes and improvements in documentation and toolchain.
- Minor fixes Improvements in
machine.PWM
module.
Micropython PSoC6 v1.2.1
- Minor fixes in docs/quickrefence.rst
machine
class.
Micropython PSoC6 v1.2.0
What's Changed
- Added
machine.PDM_PCM
class. - Enabled
machine.freq()
to set the system clock frequencies formachine.I2S
andmachine.PDM_PCM
operation.
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