Files
seader/Makefile
T
CinderSocket 836f91fad7 fix: enhance scratchpad safety and optimize memory handling
- Strengthened scratchpad bounds validation and ensured pointer range checks.
- Improved memory management with fallback allocation and robust cleanup.
- Adjusted SEADER_UART_RX_BUF_SIZE to 300 for better headroom.
- Added safeguards against frame/header underflows in scratchpad handling.
- Ensured proper alignment for UART worker and zero-copy transmission paths.
2026-03-03 12:44:41 -08:00

20 lines
265 B
Makefile

all: gitsub asn1 build
gitsub:
git submodule update --init --recursive
asn1:
asn1c -S ./lib/asn1/skeletons -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all seader.asn1
build:
ufbt
launch:
ufbt launch
format:
ufbt format
clean:
rm -rf dist