pikapython/bsp/README.md

31 lines
1023 B
Markdown
Raw Normal View History

2021-12-02 23:45:16 +08:00
# Platform support
2021-12-12 07:13:15 +00:00
## MCU support
|MCU|bsp|gpio|uart|pwm|adc|i2c|spi|
|---|---|---|---|---|---|---|---|
|stm32g030c8|√|√|√|√|√|√| |
|stm32g070cB|√|√|√|√|√|√| |
|stm32f103c8|√|√|√|√|√|√| |
|stm32f103rb|√|√|√|√|√|√| |
|stm32f103rc|√|√|√|√|√|√| |
|ch32v103r8t6|√|√| | | | | |
|cm32m101a|√| | | | | | |
|w801|√| | | | | | |
|apm32f030r8|√| | | | | | |
|apm32e103vb|√| | | | | | |
|bl-706|√| | | | | | |
## Board support
|Board|bsp|gpio|uart|pwm|adc|i2c|spi|rgb|lcd|arm-2d|
2021-12-02 23:45:16 +08:00
|---|---|---|---|---|---|---|---|---|---|---|
2021-12-12 07:13:15 +00:00
|[Pika-Pi-Zero](https://item.taobao.com/item.htm?spm=a230r.1.14.1.4f2e27a8R0qWJn&id=654947372034&ns=1&abbucket=15#detail)|√|√|√|√|√|√| |√|√|√|
|QEMU-arm2d|√| | | | | | | | |√|
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.