src.dualinventive.com/fw/dncm/libdi_fw
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
.settings initial 2024-08-09 12:10:16 +02:00
common initial 2024-08-09 12:10:16 +02:00
include/di_fw initial 2024-08-09 12:10:16 +02:00
src initial 2024-08-09 12:10:16 +02:00
.cproject initial 2024-08-09 12:10:16 +02:00
.project initial 2024-08-09 12:10:16 +02:00
CHANGELOG.md initial 2024-08-09 12:10:16 +02:00
CMakeLists.txt initial 2024-08-09 12:10:16 +02:00
Makefile initial 2024-08-09 12:10:16 +02:00
README.md initial 2024-08-09 12:10:16 +02:00

README.md

DI-Net Common Firmware Library

Build and run tests (dncm_main CPU)

Run openocd: make gdb-openocd

Then build the firmware in debug mode and execute gdb on the test file.

cd tests; make
cd tests; DEBUG=1 make
cd tests; DEBUG=1 TEST=blinky.c make
cd tests; DEBUG=1 TEST=blinky.c make gdb