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:
Attila Body 2025-06-17 15:24:19 +02:00
parent d72d3af2a7
commit 66575aa1b4
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
13 changed files with 291 additions and 155 deletions

View file

@ -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
)