git subrepo pull components/f4ll
subrepo: subdir: "components/f4ll" merged: "3e904a2" upstream: origin: "ssh://git@codeberg.org/abody/f4ll.git" branch: "master" commit: "3e904a2" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
This commit is contained in:
parent
d72d3af2a7
commit
27af775a37
9 changed files with 278 additions and 146 deletions
|
@ -1,3 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
add_library(f4ll STATIC
|
||||
src/console_handler.cpp
|
||||
src/crc_handler.cpp
|
||||
|
@ -5,6 +7,7 @@ add_library(f4ll STATIC
|
|||
src/fault.cpp
|
||||
src/memcpy_dma.cpp
|
||||
src/packet_usart.cpp
|
||||
src/ringbuffer.cpp
|
||||
src/str_util.cpp
|
||||
src/usart_core.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue