libopencm3-template icon indicating copy to clipboard operation
libopencm3-template copied to clipboard

Simple empty template to base your poject on

Results 6 libopencm3-template issues
Sort by recently updated
recently updated
newest added

Issue: Currently in the Makefile both DEVICE and LDSCRIPT cannot be specified at the same time. This makes it difficult to have different linker script while keep all the other...

Following the build instructions in the README I get the following error: ``` make: Entering directory '/home/brian/projects/libopencm3_test/libopencm3' GENHDR include/libopencm3/stm32/f0/irq.json /usr/bin/env: ‘python’: No such file or directory make: *** [Makefile:59: include/libopencm3/stm32/f0/irq.json.genhdr]...

When running make flash I get this error: ``` FLASH awesomesauce.elf make: *** [../rules.mk:159: awesomesauce.flash] Error 1 ``` From what I understand, there's probably something related to openocd. However, I...

# Issue The template offers good support for C projects and attempts to include C++ projects as well. Unfortunately, when using C++ files, the `rules.mk` fails to include C++ standard...

Hello, I have cloned this repository as a submodule of my own repository to have a setup customized to my board. The problem is that whenever I try to build...