-
**Describe the bug**
Building the hello world sample with llvm toolchain (shipped with docker image zephyrprojectrtos/ci:v0.26.6) breaks on linking.
compilation succeeds until linking
reproduce…
-
```
postel:firmware natevw$ make arm
AR=arm-none-eabi-ar AR_host=arm-none-eabi-ar AR_target=arm-none-eabi-ar CC=arm-none-eabi-gcc gyp firmware.gyp --depth=. -f ninja-arm -D builtin_section=.text -D C…
-
This repo adds support for the GD32 series
* GD32E23x (Cortex-M23) via `gd32e23x.cfg`
* GD32VF103 (RISC-V) via `gd32vf103.cfg`
however, there is no dedicdated support for all the other GD32 ARM c…
-
**Description:**
When attempting to debug a project created with STM32Cube in PlatformIO, the assembler (`arm-none-eabi-as`) receives the `-g2` flag, which it does not recognize, resulting in a fat…
-
whenever I step on a empty loop, gdb hangs and `Ctrl-c` stop working until I reset the board.
## Steps to reproduce
- setup the code bellow
``` C
#include
#define SEMIHOSTING
#ifdef SEMIHOST…
-
ARM Cortex-M3 is a little endian and with NATIVE_LITTLE_ENDIAN I expected performance to increase. However, it instead decreases.
For 1M cycles of hashing a 32-byte message on Teensy 3 (ARM Cortex-M…
-
**_Reported by Benjamin Walsh:_**
As an ARM kernel developer, I would like to be able to quickly test/sanitize my Cortex-M0/M0+ code.
AFAIK, there is no QEMU Cortex-M0/M0+ model. However, Cortex-M…
-
Os: win10
toolchain: stable-x86_64-pc-windows-msvc
config.toml
```
[target.thumbv7m-none-eabi]
# uncomment this to make `cargo run` execute programs on QEMU
runner = "qemu-system-arm -cpu cor…
-
I spend a bit of time struggling with this, and I was surprised I couldn't find a nice resource online, so these are minimum changes I needed to run it.
First realise that qemu needs a "machine" an…
-
According to the TRM(`lm80-p0436-100_d_snapdragon_410e_apq8016e_tech_reference_manual_revd.pdf`, page 3357), msm8916 supports NIDnT(Narrow Interface for Debug and Test) feature, implemented in a QDSD(…