-
When I try to build the firmware with `make PROBE_HOST=stlink ST_BOOTLOADER=1` as described in https://github.com/blackmagic-debug/blackmagic/blob/master/src/platforms/stlink/README.md, the build fail…
-
Transferring frame 0x00000000 @ 0x00000000.
Transferring frame 0x00000001 @ 0x000007D8.
Error transferring frame 0x00000000 @ 0x00000000.
Transferring frame 0x00…
-
We're looking at porting [CircuitPython](https://github.com/adafruit/circuitpython) to Zephyr. We currently support SAMD21, SAMD51, ESP8266, and nRF52832 and nrf52840. The nRF ports are in progress.
…
-
I have tried the following steps:
`$ make
Build Kconfig config file
Creating symbolic link out/board
Compiling out/src/sched.o
Compiling out/src/command.o
Compiling out/src/basecmd.o…
-
Hello! I followed all the steps in the installation guide and when I execute `make flash FLASH_DEVICE=/dev/ttyACM0` it start to flash but at the end throws `src/sam3x8e/Makefile:38: recipe for target …
-
Some filesystems don't support files and directories with hyphen on it, so it is better to replace "-" with "_" to fix it.
```
$ find . -name "*-*"
./arch/z80/src/ez80/clang-compat.asm
./arch/xt…
-
In Vivado
Hardware Manager shows unconnected and no hardware target is open
localhost(0) connected.
I checked dmesg
and it seems there are error:
Does my FPGA board working ?
[1876682.79853…
-
**Describe the bug**
When a user use `mcumgr-cli` to upload a new file to the device, the upload may stuck in the middle of uploading.
**To Reproduce**
Steps to reproduce the behavior:
1. west b…
-
I'm turning back to blackmagic again cause I'm in need to do some programming .
Don't know if I made a mistake, but I did a
` git clone https://github.com/blackmagic-debug/blackmagic.git`
and…
-
Just showing interest for a particular family i use, and cortex-m7 support in general (no rush)
https://www.microchip.com/en-us/product/ATSAMS70N19
Dev boards for this are few, expensive, and pr…