fix readme

This commit is contained in:
lyon 2023-01-10 14:43:48 +08:00
parent 719fe89678
commit a0f67da8f6
4 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@
# 1. Abstract
PikaPython is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM and 32KB of flash (such as STM32G030C8 and STM32F103C8).
PikaPython is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8).
PikaPython also known as PikaScript and PikaPy.
@ -171,7 +171,7 @@ https://pikadoc.readthedocs.io/en/latest/%E5%A6%82%E4%BD%95%E5%8F%82%E4%B8%8E%E7
# 3.Characteristic
### (1)Run environment
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 32kB**such as stm32g030, stm32f103c8t6esp8266.
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 64kB**such as stm32g030, stm32f103c8t6esp8266.
### (2)Develop enviroment

View File

@ -29,7 +29,7 @@
# 1.简介
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 32KBRAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 64KBRAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
PikaPython 也称 PikaScript、PikaPy。
@ -181,7 +181,7 @@ http://pikascript.com
# 3.特性
### (1)运行环境
支持裸机运行,可运行于 **RAM ≥ 4kB** **FLASH ≥ 32kB** 的mcu中如stm32g030, stm32f103c8t6esp8266。
支持裸机运行,可运行于 **RAM ≥ 4kB** **FLASH ≥ 64kB** 的mcu中如stm32g030, stm32f103c8t6esp8266。
### (2)开发环境
支持串口下载 Python 脚本。

View File

@ -30,7 +30,7 @@
# 1. Abstract
PikaPython is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM and 32KB of flash (such as STM32G030C8 and STM32F103C8).
PikaPython is an ultra-lightweight Python engine with zero dependencies and zero-configuration, that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8).
PikaPython also known as PikaScript and PikaPy.
@ -121,7 +121,7 @@ https://pikadoc.readthedocs.io/en/latest/%E5%A6%82%E4%BD%95%E5%8F%82%E4%B8%8E%E7
# 3.Characteristic
### (1)Run environment
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 32kB**such as stm32g030, stm32f103c8t6esp8266.
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 64kB**such as stm32g030, stm32f103c8t6esp8266.
### (2)Develop enviroment

View File

@ -29,7 +29,7 @@
# 1.简介
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 32KBRAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 64KBRAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
PikaPython 也称 PikaScript、PikaPy。
@ -131,7 +131,7 @@ http://pikascript.com
# 3.特性
### (1)运行环境
支持裸机运行,可运行于 **RAM ≥ 4kB** **FLASH ≥ 32kB** 的mcu中如stm32g030, stm32f103c8t6esp8266。
支持裸机运行,可运行于 **RAM ≥ 4kB** **FLASH ≥ 64kB** 的mcu中如stm32g030, stm32f103c8t6esp8266。
### (2)开发环境
支持串口下载 Python 脚本。