Conversation
|
Hello @burgrp thank you for working on this. Have you seen this page? I think you will find it helpful. 😸 |
targets/embedfire-py32f002b.json
Outdated
| "build-tags": ["embedfire_py32f002b"] | ||
| } | ||
|
|
||
| /* |
There was a problem hiding this comment.
Please remove these comments from the JSON. Thanks!
targets/embedfire-py32f002b.json
Outdated
| { | ||
| "inherits": ["py32f002b"], | ||
| "flash-command": "pyocd load -t py32f002bx5 {bin}", | ||
| "build-tags": ["embedfire_py32f002b"] |
targets/embedfire-py32f030.json
Outdated
| { | ||
| "inherits": ["py32f030_64k_8k"], | ||
| "flash-command": "pyocd load -t py32f003x8 {bin}", | ||
| "build-tags": ["embedfire_py32f030"] |
There was a problem hiding this comment.
Please adjust format, and remove comments.
|
@burgrp I have switched the branch for this PR to Can you please rebase it against the latest Planning on ordering a few of these myself, thanks for working on it! |
|
@burgrp You are updating |
|
You are right... I will fix it and hopefully it will be possible to merge the PR. |
Hi, this is a port of of Puya PY32F super-cheap micro-controllers.
There are two new boards and supported (available on Aliexpress) for PY32F030 and PY32002b.
PY32F030 and PY32002b are supported, PY32F002a and PY32F071 will follow.
It follows the STM32 SVD pattern - there's a small TinyGo SVD repository dependent on Rust py32-rs repo. The repository is here: https://github.com/burgrp/py32-svd . I think it would be worth to move it to tinygo-org.