2021-09-30 14:47:41 +03:00
2021-09-30 13:28:58 +03:00
2021-09-04 20:30:56 +03:00
2021-09-30 13:28:58 +03:00
2021-09-06 10:18:20 +03:00
2021-09-30 13:28:58 +03:00
2021-09-04 20:30:56 +03:00
2021-09-04 20:30:56 +03:00
2021-09-04 20:30:56 +03:00
2021-09-30 13:28:58 +03:00
2021-09-04 20:30:56 +03:00
2021-09-30 14:47:41 +03:00
2021-09-04 20:30:56 +03:00
2021-09-04 20:30:56 +03:00
2021-09-04 20:30:56 +03:00
2021-09-04 20:30:56 +03:00

Build

First time:

  1. git submodule update --init
  2. make -C libopencm3
  3. cmake -S . --preset=default

or older cmake:

  1. cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=toolchain-STM32F1.cmake

And then to build an .elf

  1. cmake --build build --verbose

RTT debug console

run this while openocd is running

while true; do telnet localhost 9090; sleep 1; done
Description
lora hacks using stm32f103 maple mini
Readme 68 KiB
Languages
C 95.3%
Makefile 3.4%
CMake 1.3%