Firmware projects based on libopencm3
Go to file
Harald Welte 11f0d5e846 contrib/jenkins.sh: Fix missing nvic.h
if we don't call 'make' in libopencm3 of a clean install, we will be
missing some generated nvic.h header files and compilation will fail
like below:

In file included from ../../libopencm3//include/libopencm3/cm3/nvic.h:147,
                 from ../../librfn/librfn/libopencm3/console_stm32.c:24:
../../libopencm3//include/libopencm3/dispatch/nvic.h:8:11: fatal error: libopencm3/stm32/f1/nvic.h: No such file or directory
 # include <libopencm3/stm32/f1/nvic.h>
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-08-11 22:44:49 +02:00
contrib contrib/jenkins.sh: Fix missing nvic.h 2022-08-11 22:44:49 +02:00
libcommon Make code compatible with picolibc >= 1.7.3 2022-07-11 17:56:55 +02:00
libopencm3@32da9f931b update libopencm3 to use the vector.h slot addition 2021-03-28 22:05:29 +02:00
librfm3 import librfm3 from https://github.com/daniel-thompson/i2c-star.git 2021-04-11 15:43:10 +02:00
librfn@80f85d0325 WIP: add librfn 2021-03-28 12:14:44 +02:00
mk add missing libcommon.mk 2021-05-09 12:05:46 +02:00
projects rfdsatt: remove redundant redeclaration of microvty_fibre 2022-07-11 17:33:55 +02:00
.gitignore WIP: add librfn 2021-03-28 12:14:44 +02:00
.gitmodules update libopencm3 to osmocom fork (for vector table patch) 2021-03-28 22:00:07 +02:00
Makefile initial checkin of rfdsatt (clone of stm32 usart example) 2021-03-27 23:34:43 +01:00