We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513778a commit 6ebae91Copy full SHA for 6ebae91
README_zh.md
@@ -31,13 +31,14 @@
31
32
PikaScript 是一个完全重写的超轻量级 python 引擎,零依赖,零配置,可以在 **Flash ≤ 32KB,RAM≤ 4KB** 的平台下运行(如 stm32g030c8 和 stm32f103c8),极易部署和扩展,具有大量的中文文档和视频资料。
33
34
-
35

36
37
<img src="document/image/147799764-5db2cb30-ee74-4cde-a2bd-b91c358ae3d9.png" width="500"/>
38
39
PikaScript 具有框架式 C 模块开发工具,只要用 Python 写好调用 API ,就能够自动连接到 C 模块,非常方便快捷。不用手动处理任何全局表、宏定义、等等。
40
+所有的工具也是全部开源的,在 tools 目录下。
41
+
42

43
44
PikaScript 也支持 MDK、iar、RT-studio 等常见 ide 开发,能够轻松地调试 C 模块。
0 commit comments