-
```
arm-none-eabi-gdb /home/silver/zubax/sapog2/firmware/build/compound.elf -ex "target extended-remote /dev/ttyACM0" -ex "monitor connect_srst enable" -ex "mon swdp_scan" -ex "attach 1" -ex "load" -…
-
I've been working quite a bit with `cansniffer`, `cangen` and `candump`. I noticed that `canplayer` seems to have an issue when I try to replay a file. I almost always get:
`sendto: No buffer space…
-
Currently, there is no emulated testing platform available for the floating point-capable ARM M-profile devices (i.e. Cortex-M4 and above).
Since the QEMU 5.0.0 will add the `netduinoplus2` machine…
-
我是做嵌入式开发的,从单片机到linux,目前基本全部替换到vscode+xmake,但是单片机上用gcc编译出来的bin体积要比keil自带编译器armcc大很多,所以想用xmake调用armcc编译器,像隔壁EIDE那样
-
我用stm32f207做tcpclient回环测试,5ms一个包,一个包1024byte。几十个包之后就会wait_forever在这个apimsg->msg.conn->op_completed信号量上。
但是能力有限不知道怎么进一步跟踪。
lwip_recvfrom->netconn_recved->tcpip_apimsg->sys_arch_sem_wait(&apimsg->msg.…
-
We have seen a performance drop for for the reference kernels, in particular for Arm Cortex-M3 (may be seen in other variants as well).
It seems to be related to https://github.com/tensorflow/tflite-…
-
@minux, please tell us what to name the GOARM=6 filename.
Can you summarize all the identifiers for ARM and tell us what they mean?
/cc @broady @davecheney
-
In the Makefile there is `MICROPY_USE_FATFS` but in `mpconfigport.h `there it is `#ifdef W60X_USE_FATFS`.
I assume both should denote the same. It feels natural to change the mpconfigport-notion? Is …
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Windows 10
- VS Code Version: 1.67.2
- C/C++ Extension Version: 1.10.2
- Other extensions you installed (and if the issue persi…
-
**Describe the bug**
It is not possible to build & run Zephyr on MinGW-w64 because of PATH Unix/Windows difference
Because of [MSYS2 PATH auto-conversion](https://www.msys2.org/docs/filesystem-pat…