-
`mbed compile` fails looking for "mbed_rtx.h" file which apparently isn't present for TARGET_Atmel
-
```
cargo +nightly miri -V # miri 0.1.0 (76138c5 2019-02-17)
rustc -vV # 1.34.0-nightly (146aa60f3 2019-02-18)
```
How to reproduce:
```
cd tokio
git log -n1 # commit 4985e0c6084646e0de2a42…
-
### Description
I'm currently trying to debug my application with a JTAG probe. Everything works as excepted, I am able to access the registers, memory, variables and peripherals.
However …
-
Currently cortex-m uses an [unmangled variable](https://github.com/rust-embedded/cortex-m/blob/be6c39c725d2ae0cf50e36e07a27fd9a882cb71d/src/peripheral/mod.rs#L150-L153) to prevent multiple crates bein…
-
Hi,
I'm got the code to compile for my STM32F4 discovery board and it's functioning great! I can see the trace output on my console and it really helps with debugging.
On the other hand, I'm try…
-
Hi,
I installed the 1.0.0.201905070348 version of the IDE on Windows. I can now see the output from printf in the console window. Thanks for adding that support.
Is file I/O also supported? I…
-
We noticed at the Oxidize Workshop that there is a way to get the SPSC queue to fail to be made, see the example below.
I checked the `heapless` implementation, and I was not able to get this to happ…
-
The book mentions several times
> When using real hardware [don't do this]
but makes no mention of how to configure the build so that we can leave the code in, but conditionally compile it in on…
-
So I was playing with this crate, and it seems only compatible with stm32f4 0.7.0,
if you have 0.8.0 in the Cargo.toml file, you get the below error
> Compiling nucleo v0.1.0 (C:\Users\Beau\C…
-
Custom boards may choose not to include mbed-HDK / CMSIS-DAP, but still enjoy proper debugging over J-Link / SWD. Is it possible to run mbed tests in such case?