mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
fix readme
This commit is contained in:
parent
719fe89678
commit
a0f67da8f6
@ -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, stm32f103c8t6,esp8266.
|
||||
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 64kB**,such as stm32g030, stm32f103c8t6,esp8266.
|
||||
|
||||
### (2)Develop enviroment
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
# 1.简介
|
||||
|
||||
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 32KB,RAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
|
||||
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 64KB,RAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
|
||||
|
||||
PikaPython 也称 PikaScript、PikaPy。
|
||||
|
||||
@ -181,7 +181,7 @@ http://pikascript.com
|
||||
# 3.特性
|
||||
### (1)运行环境
|
||||
|
||||
支持裸机运行,可运行于 **RAM ≥ 4kB** ,**FLASH ≥ 32kB** 的mcu中,如stm32g030, stm32f103c8t6,esp8266。
|
||||
支持裸机运行,可运行于 **RAM ≥ 4kB** ,**FLASH ≥ 64kB** 的mcu中,如stm32g030, stm32f103c8t6,esp8266。
|
||||
|
||||
### (2)开发环境
|
||||
支持串口下载 Python 脚本。
|
||||
|
@ -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, stm32f103c8t6,esp8266.
|
||||
Support run in mcu without OS or file system. Can run in everywhere with **RAM ≥ 4kB** and **FLASH ≥ 64kB**,such as stm32g030, stm32f103c8t6,esp8266.
|
||||
|
||||
### (2)Develop enviroment
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
# 1.简介
|
||||
|
||||
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 32KB,RAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
|
||||
PikaPython 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 64KB,RAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
|
||||
|
||||
PikaPython 也称 PikaScript、PikaPy。
|
||||
|
||||
@ -131,7 +131,7 @@ http://pikascript.com
|
||||
# 3.特性
|
||||
### (1)运行环境
|
||||
|
||||
支持裸机运行,可运行于 **RAM ≥ 4kB** ,**FLASH ≥ 32kB** 的mcu中,如stm32g030, stm32f103c8t6,esp8266。
|
||||
支持裸机运行,可运行于 **RAM ≥ 4kB** ,**FLASH ≥ 64kB** 的mcu中,如stm32g030, stm32f103c8t6,esp8266。
|
||||
|
||||
### (2)开发环境
|
||||
支持串口下载 Python 脚本。
|
||||
|
Loading…
x
Reference in New Issue
Block a user