-
Another SVD mismatch with the reference manual.
Pretty much what it says on the tin. The `DMAOS` field of the `CTRLA` register for TC peripherals is not present in the SVD files for all processors …
-
It's easily fixed by search/replace whole word only and case sensitive `async` to `r#async` but I though it would be good to report this.
encountered when running `svd2rust` on http://www.keil.com/…
-
Dear
I am using the NRF52832, using the following prj
```
##########
# for GPIO
##########
CONFIG_GPIO=y
##########
# for BLE
##########
CONFIG_BT=y
CONFIG_SENSOR=y
##########
# f…
-
Describe the bug
running tests/kernel/sched/schedule_api/ error, it showed me assertion failed.
To Reproduce
Steps to reproduce the behavior:
sanitycheck --hardware-map ~/mec1.file --device-t…
-
**Describe the bug**
After one case was been flashed into the board:” ARC(R) HS Development Kit”, there is no case’s information in serial log, and only display the commit ID info.
For example , af…
-
I've tried following this, both the existing install and fresh install and end up with `No board named 'nrf52_ruuvi' found` in both cases, so it seems I'm missing something.
(also `pip3 install -r…
-
I'm playing with `samples/net/sockets/dumb_http_server_mt` sample on `nucleo-f429zi` board. I have tried several network stack configurations and found out that when I increase number of `NET_TCP_BACK…
-
Hi!
I would like to package u2f-token to Debian. I've already packaged the [Tomu bootlader](https://salsa.debian.org/debian/firmware-tomu) (it's waiting in the Debian NEW queue). My goal is to make…
-
Compiling example https://os.mbed.com/teams/mbed/code/mbed_blinky/ in online compiler for target FF_LPC546XX results in error:
Error: Library name 'platform' is not unique (defined in '/extras/mbed…
-
From the documentation for this repo it seems the only way to switch off power to the CM3 using this firmware will be to send a sleep command. In my use case, I'd like to build a power button into the…