-
docs.rs fails to build the crate documentation due to `panic_implementation` ([build log](https://docs.rs/crate/panic-semihosting/0.3.0/builds/102433)).
This also affects rust-embedded/cortex-m-qui…
-
Hi,
I try to get temperature values using HTMS221 sensor using this HAL, but I get a compile error.
It appears pb9 and pb10 are SCL and SDA for I2C2
Code:
```
#![deny(unsafe_code)]
// #![d…
-
Hi!
I am trying to control [8 WS2812](https://de.aliexpress.com/item/32954138851.html?spm=a2g0s.9042311.0.0.27424c4dw7PHk7) from a Blue Pill. The Blue Pill has a STM32F103C8 and afaik it should be …
-
**Describe the bug**
This bug has been previously reported on the ESP-IDF forum, but noone actually discovered the root cause afaik: https://www.esp32.com/viewtopic.php?p=57477
I hate to say this,…
ghost updated
4 years ago
-
I get a buffer overflow when I try to run the rubble-demo on a nrf52832.
` panicked at 'log buffer overflow: failed to grant 4 Bytes (0 available)', rubble-demo/src/logger.rs:70:21
`
I tried to a…
-
Currently docs.rs [show ](https://docs.rs/cortex-m-quickstart/0.3.2/cortex_m_quickstart/)
> The requested resource does not exist
About `cortex-m-quickstart`.
-
Sorry for a possibly really dumb question but can't seem to figure it out, in the `blinky.rs` example if I change
```rust
let clocks = rcc.cfgr.freeze(&mut flash.acr);
```
to
```rust
let c…
-
**Describe the bug**
I am trying to get zephyr network examples to run under qemu_xtensa target - west outputs the elfs, however when trying to run them on qemu with `west build -t run` they generate…
-
setting the runner to:
```
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# and build to
[build]
target = "thumbv7em-none-eabihf"…
-
HI,
I try to use the rdimon spec file with the newlib from gcc 6.3.0 (arm embedded) and I have a problem with the SYS_HEAPINFO syscall. The information reported by QEMU is wrong and I think this inf…