git subrepo pull components/f4ll
subrepo: subdir: "components/f4ll" merged: "f86c164d" upstream: origin: "ssh://git@codeberg.org/abody/f4ll.git" branch: "master" commit: "f86c164d" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
This commit is contained in:
parent
d72d3af2a7
commit
66575aa1b4
13 changed files with 291 additions and 155 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