-
Hi,
I am trying to flash a nordic nrf52832 with pyocd. When I try to flash a fw with softdevice included in same image (or if I flash first softdevice and then fw image or vice versa), the fw doesnt …
-
To avoid denial of service of a complete application by attacking one single box it is necessary to restart single boxes by the debug box.
For further explanation of the issue/feature here some quo…
-
I'm involved with the MicroPython project, which has just added support for littlefs as the on-device filesystem. We'd like to write some integration tests, which will include simulating power-loss ev…
jimmo updated
7 months ago
-
I am struggling to get a connection to the raspberry PI pico working. It also doesn't work in Memcardrex on windows. I have no trouble programming the Pico over the serial port in arduino
```
`n…
-
Hi,
we (@jurajsomorovsky @ic0ns @mmaehren @XoMEX @Kavakuo) are performing an analysis of the RFC-compliance of open-source TLS implementations. Below we list our findings for this implementation. We …
-
### Suggested enhancement
Expose the necessary APIs so that the QUIC protocol can leverage mbedTLS.
### Justification
For [microsoft/msquic](https://github.com/microsoft/msquic), we are inves…
-
### Description
Expected behavior: a call to `psa_cipher_update` on AES-CTR used with the nominal sequence of operations succeeds to encrypt 36 bytes.
Actual behavior: `psa_cipher_update` re…
-
I flashed infinity_chibios with matrix borrowed from QMK into my Infinity60 v1.1. One thing I notice is it responses slower than the mbed version and drops keys when I type faster. I searched around a…
-
As of https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/341, FreeRTOS now has support for the RP2040. It would be great if platformio enabled FreeRTOS as a framework for RP2040.
-
I'm wondering if memory allocation is safe with respect to interrupts. I see in the MicroBitRadio class that it executes `new FrameBuffer()` within the RADIO_IRQHandler function. What happens if the…