2023-01-22 19:44:41 +02:00
2023-01-22 19:44:41 +02:00
2023-01-21 22:02:01 +02:00
2023-01-21 22:02:01 +02:00
2023-01-22 19:44:41 +02:00
2023-01-21 22:02:01 +02:00
2023-01-22 19:44:41 +02:00
2023-01-21 22:02:01 +02:00
2023-01-21 22:02:01 +02:00
2023-01-21 22:02:01 +02:00
2023-01-22 19:44:41 +02:00
2023-01-21 22:02:01 +02:00
2023-01-21 22:02:01 +02:00

RC Car using LoRa

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 if nc -z localhost 9090; then telnet localhost 9090; else sleep 1; fi; done

Print libopencm3 variables

make -f print_vars.mk print_genlink_vars

Build linker file

make -f print_vars.mk generated.STM32F103C8T6.ld
Description
No description provided
Readme 5.8 MiB
Languages
C 95.3%
Perl 2%
Makefile 1.7%
Python 0.8%