-
Yotta produces the linking command line with all objects paths. It becomes too long for Windows. Perhaps some other mechanism should be adopted while linking to avoid command lines longer than the lim…
-
I just started using this extension and it has been working wonderfully for auto-completion. However, I am not able to get it to work for any kind of clang diagnostics. All the diagnostic settings are…
-
https://github.com/rust-embedded/gpio-cdev
Sysfs interface for GPIO is now deprecated: https://github.com/rust-embedded/rust-sysfs-gpio/issues/38
I'm using kernel 5.11 and the old way does not w…
-
Firstly, what an amazing effort! Thank you for this initiative!
Being new to the embedded world, I note a severe lack of unit tests in general. As C is often used, I put that down to the effort of …
huntc updated
3 years ago
-
Having followed the given instructions, My First attempt to load the project produces a dialog box with the following message
The project 'mksRobinNano' contains the unknown tool 'CMSISDAP_ID'.
On…
-
I'm seeing `iree-run-module` hang indefinitely with this call stack:
```
[Inline Frame] iree-run-module.exe!iree_futex_wait(void * expected_value, unsigned int) Line 148 (d:\dev\projects\iree\runtim…
-
after add this files to proect, error build. File not found -
#include "i2c.h"
#include "usart.h"
#include "gpio.h"
#include "spi.h"
-
This needs a more formal write up, but the root issue is that:
* The current waker infrastructure of `embassy-sync` uses an "AtomicWaker" style waker
* AtomicWakers only support storing the waker …
-
I have a situation where I need to daisy chain three different sensors on the same I2C channel. With the pattern in this codebase, the driver takes ownership of the I2C device not allowing it to be s…
-
A little while back I was trying to create a UART bitbang library.
I took a look at https://crates.io/crates/bitbang-hal however it was incompatible since for nrf51, the Timers usable for a serial …