Releases: pikasTech/PikaPython
Releases · pikasTech/PikaPython
v0.7.5
support RGB for PikaPi-Zero (stm32g030)
v0.7.4
Support PWM in the standard device and fit for stm32g030
v0.7.3
Support standard device for STM32F103C8 and STM32G070CB:
GPIO
UART
ADC
DELAY
v0.7.2
Support ADC UART GPIO for STM32G070
v0.7.1
Add PikaStdDevice and Compiler support for while and if
v0.7.0
- support "if" and "while" for the first step.
- support True and False
- support direct set Value, like "a = 2"
- save memory up to 20%
- accelerated the run speed.
- added unit tests to 60.
v0.6.0
update core to v0.4.0, compiler to v0.5.1
- 45% memory saving!
- enhanced compiler stability.
v0.5.0
support init script in main.py