1
0
Fork 0
some learning code trying to use libopencm3 to read values from dht11 temperature sensor
Go to file
Arti Zirk 826084b927 Replace DCC printf logging with SEGGER RTT
It turns out that RTT also works with OpenOCD starting from v0.11
2021-06-27 18:32:43 +03:00
RTT Replace DCC printf logging with SEGGER RTT 2021-06-27 18:32:43 +03:00
libopencm3@3b89fc5999 Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.clang-format Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.editorconfig Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.gitignore Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00
.gitmodules init 2021-05-01 21:46:58 +03:00
Makefile Replace DCC printf logging with SEGGER RTT 2021-06-27 18:32:43 +03:00
README.md init 2021-05-01 21:46:58 +03:00
main.c Replace DCC printf logging with SEGGER RTT 2021-06-27 18:32:43 +03:00
openocd.cfg Replace DCC printf logging with SEGGER RTT 2021-06-27 18:32:43 +03:00
rules.mk Add dcc debug write and fix mcu part number 2021-06-26 11:34:10 +03:00

README.md

Build

  1. git submodule update --init (This is only needed once)
  2. make -C libopencm3 # (Only needed once)
  3. make