pikapython/bsp/README.md

33 lines
1.0 KiB
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
2021-12-12 14:33:31 +00:00
|MCU|bsp|gpio|uart|pwm|adc|i2c|
|---|---|---|---|---|---|---|
|stm32g030c8|√|√|√|√|√|√|
|stm32g070cB|√|√|√|√|√|√|
|stm32f103c8|√|√|√|√|√|√|
|stm32f103rb|√|√|√|√|√|√|
|stm32f103rc|√|√|√|√|√|√|
|ch32v103r8t6|√|√| | | | |
|cm32m101a|√| | | | | |
2021-12-12 07:14:17 +00:00
|w801|√| | | | | | | | |
2021-12-12 14:33:31 +00:00
|apm32f030r8|√| | | | | |
|apm32e103vb|√| | | | | |
|bl-706|√| | | | | |
2021-12-12 07:13:15 +00:00
## Board support
2021-12-12 14:33:31 +00:00
|Board|bsp|gpio|uart|pwm|adc|i2c|rgb|lcd|arm-2d|
|---|---|---|---|---|---|---|---|---|---|
|[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-12-14 03:23:11 +00:00
|Raspberry Pico|√| | | | | | | | |
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.