-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
The entry/exit to a critical section on the rp2 port is currently:
```
// TODO need to look and see if these could/should be spinlock/mutex
#define MICROPY_BEGIN_ATOMIC_SECTION() save_and_dis…
-
**Describe the bug**
The ports exposed [through TCP Public IP ](https://docs.runpod.io/pods/configuration/expose-ports#through-tcp-public-ip) cannot be accessed inside pods within same region.
**T…
-
Windows, Ubuntu, ARM, RISC-V (riscv32-corev-elf or riscv32-unknown-elf) same errors. For just blink:
```
PICO_SDK_PATH is E:/Download/Pico_2/pico-sdk-2.0.0
Target board (PICO_BOARD) is 'pico2'.
Us…
-
Hello,
I read from your project and wanted also to install in our RV. Unfortunatly I am only familiar with Arduino and not with Python.
Nevertheless I tried to programm with your description on an…
-
Now that this pack is available via KEIL, I have been trying to update my projects to use this new setup. My project is configured to use CMSIS-Toolbox/csolution projects. It does not appear this pack…
-
Hi.
I wonder if tinygo flash can't be used on Sequoia (macOS 15).
In my case,
```
failed to flash /var/folders/m9/xxxx/T/xxx/main.uf2: unable to locate any volume: [RPI-RP2]
```
Is everyone…
-
### Description of the bug:
Due to limitations with `config_setting` rules used in `target_compatible_with` (also see https://github.com/bazelbuild/bazel/issues/12614), I use a lot of `select`-based…
-
This would be a separate Github project. It would be GUI-based and provide intuitive operation for people who aren't power users or comfortable using a CLI interface. The GUI would collect input from …
-
the Pico port does not have a separate USB_VCP object so we resort to use `sys` stdio. while receiving works, transmitting blocks or crashes on writing. other ports like the pyboard support this. It w…