mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
25 lines
982 B
Markdown
25 lines
982 B
Markdown
# Platform support
|
|
|MCU/Board|bsp|gpio|uart|pwm|adc|i2c|spi|rgb|lcd|arm-2d|
|
|
|---|---|---|---|---|---|---|---|---|---|---|
|
|
|[PikaPi Zero](https://item.taobao.com/item.htm?spm=a230r.1.14.1.4f2e27a8R0qWJn&id=654947372034&ns=1&abbucket=15#detail)|√|√|√|√|√|√| |√|√|√|
|
|
|stm32g030c8|√|√|√|√|√|√| | | | |
|
|
|stm32g070cB|√|√|√|√|√|√| | | | |
|
|
|stm32f103c8|√|√|√|√|√|√| | | | |
|
|
|stm32f103rb|√|√|√|√|√|√| | | | |
|
|
|stm32f103rc|√|√|√|√|√|√| | | | |
|
|
|ch32v103r8t6|√|√| | | | | | | | |
|
|
|QEMU|√| | | | | | | | |√|
|
|
|cm32m101a|√| | | | | | | | | |
|
|
|w801|√| | | | | | | | | |
|
|
|apm32f030r8|√| | | | | | | | | |
|
|
|apm32e103vb|√| | | | | | | | | |
|
|
|bl-706|√| | | | | | | | | |
|
|
|
|
# usage
|
|
|
|
#### 1. Run the bsp/xxx/pikascript/pikaPackage.exe to get source code of pikascript core and packages.
|
|
|
|
#### 2. Run the bsp/xxx/pikascript/rust-msc-latest-win10.exe to pre-compile the packages of pikascript.
|
|
|
|
#### 3. Enjoy.
|