PikaScript development documentation
中文文档: https://pikadoc.readthedocs.io/zh/latest/index.html
PikaScript is a completely rewritten ultra-lightweight python engine with zero dependencies, zero configuration, and can run under less than 4KB of RAM (such as stm32g030c8 and stm32f103c8), making it extremely easy to deploy and scale.
You can help us improve the document by Pull Request on the document source repo: https://github.com/pikasTech/pikadoc-en
- 1. Introduction
- 2. Get Start
- 2.1. How to Get Started with PikaScript using KEIL Simulator
- 2.2. Pika Pie Development Board Quick Start
- 2.3. Use BSP project
- 2.4. Start with RT-Thread package
- 2.5. Start with CMSIS-PACK
- 2.6. Start with the Docker Development Environment
- 2.7. Start with the LVGL GUI Simulation Project
- 2.8. Play Python on Raspberry Pi Pico in MDK
- 2.9. ARM-2D based GUI simulation project
- 3. Porting
- 4. Module Development
- 5. Standard Library
- 6. C Module - bind C code to Python module
- 7. Kernal API
- 8. Contribute
- 9. Business cooperation
- 10. Development Meeting