-
I am afresher of platformio for gd32. I am trying upload the blink demo to my board, which has a usb to serial ic (CH340N)。
the .ini is:
`[env]
platform = https://github.com/CommunityGD32Cores/plat…
-
-
Hi,
I found your code. It looks promising, but I have some troubles how to use it.
I see stored parameters p, v and l. I see an initialisation with s._setup_sm(). I see a ENC_TICKS_PER_MM paramete…
-
Can anyone help me resolve this error?
Warning! Ignore unknown configuration option `monitor_flags` in section [env]
Warning! `src_filter` configuration option in section [env:include_tree] is dep…
-
**Describe the bug you encountered:**
The `examples/usb_device` example does not present as a USB device to my MacOS host.
**What did you expect to happen instead?**
I expected it to be enu…
-
Investigate and document the performance of PIO inquire functions.
If these functions are costly, consider caching information (where possible) to reduce the cost of these functions. Note that even…
-
PIO Core Call Error: "[Errno 2] No such file or directory: 'platformio'"
I get that when attempting to install a library via the UI.
This is on a fresh install of CLION on Ubuntu.
If I shel…
-
Hello,
As your project uses scanvideo library from pico-extras, I don't know if you are aware of the VGA demo base from Pimoroni (), but it seems to implement all you want to prototype your project…
-
When PIO_TEST_CLOSE_OPEN_FOR_SYNC is ON, we first close a file and then reopen it.
After PIO_closefile is called, all existing var_desc_t type handles (obtained from previous PIO_def_var/PIO_inq_va…
-
The recommended way to produce figures with transparent backround appears to be the following:
```python
fig.update_layout(
paper_bgcolor="rgba(0,0,0,0)",
plot_bgcolor="rgba(0,0,0,0)"
)
…
Viech updated
3 months ago