Firmware projects based on libopencm3
Go to file
Harald Welte 63c07a8bd1 rfdsatt: remove redundant redeclaration of microvty_fibre
rfdsatt.c:501:16: warning: redundant redeclaration of 'microvty_fibre' [-Wredundant-decls]
  501 | extern fibre_t microvty_fibre;
      |                ^~~~~~~~~~~~~~
In file included from rfdsatt.c:35:
../../libcommon/include/libcommon/microvty.h:48:16: note: previous declaration of 'microvty_fibre' was here
   48 | extern fibre_t microvty_fibre;
      |                ^~~~~~~~~~~~~~
2022-07-11 17:33:55 +02:00
contrib add contrib/jenkins.sh for build verification and publcation of builds 2021-05-09 12:00:31 +02:00
libcommon microvty: Implement backspace and ctrl+c support; ignnore TAB + ESC 2021-05-07 12:22:28 +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