Marian Buschsieweke
|
bd43254702
|
core: use SPDX copyright tags
Co-authored-by: crasbe <crasbe@gmail.com>
|
2025-11-23 21:07:35 +01:00 |
|
JerelJr
|
04dafd5618
|
core: replace header guards with #pragma once
core/lib/include/ringbuffer.h: removed trailing newline
core/lib/include/irq.h: restored header guard for irq.h to resolve build errors
core/lib/include/irq.h: added trailing newline to irq.h
|
2025-04-15 14:55:38 -04:00 |
|
Benjamin Valentin
|
092b235845
|
core/init: add early_init()
Add a function to initialize LEDs and UART in early boot.
|
2023-01-08 22:25:10 +01:00 |
|
|
|
3db7c1150a
|
core: split out library code
This commit splits core into it's scheduler/IPC part and into other code
that is either used or uses the scheduler, through defined APIs.
|
2022-03-09 21:43:05 +01:00 |
|