pikapython/bsp/README.md

25 lines
982 B
Markdown
Raw Normal View History

2021-12-02 23:45:16 +08:00
# 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|√|√|√|√|√|√| | | | |
2021-12-11 13:57:33 +00:00
|stm32g070cB|√|√|√|√|√|√| | | | |
|stm32f103c8|√|√|√|√|√|√| | | | |
|stm32f103rb|√|√|√|√|√|√| | | | |
|stm32f103rc|√|√|√|√|√|√| | | | |
2021-12-02 23:45:16 +08:00
|ch32v103r8t6|√|√| | | | | | | | |
|QEMU|√| | | | | | | | |√|
|cm32m101a|√| | | | | | | | | |
|w801|√| | | | | | | | | |
|apm32f030r8|√| | | | | | | | | |
|apm32e103vb|√| | | | | | | | | |
|bl-706|√| | | | | | | | | |
2021-10-01 00:21:50 +08:00
2021-12-02 23:45:16 +08:00
# usage
2021-10-01 00:21:50 +08:00
2021-12-02 23:45:34 +08:00
#### 1. Run the bsp/xxx/pikascript/pikaPackage.exe to get source code of pikascript core and packages.
2021-12-02 23:45:16 +08:00
2021-12-02 23:45:34 +08:00
#### 2. Run the bsp/xxx/pikascript/rust-msc-latest-win10.exe to pre-compile the packages of pikascript.
2021-12-02 23:45:16 +08:00
2021-12-02 23:45:34 +08:00
#### 3. Enjoy.