feat: publish FreeRTOS C FC02 card

This commit is contained in:
2026-07-19 16:36:02 +02:00
commit e3420748ee
208 changed files with 57240 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Vendored FreeRTOS kernel subset
- Upstream: <https://github.com/FreeRTOS/FreeRTOS-Kernel>
- Release: `V11.3.0`
- Commit: `9b777ae5c5b8e9e456065a00294d1e5f5f9facf5`
- License: MIT; see `LICENSE.md` in this directory.
- Imported: 2026-07-14.
The vendored files are unmodified upstream sources. This card needs only
`tasks.c`, `list.c`, `heap_4.c`, the GCC RISC-V port and public headers.
Hazard3-specific configuration and trap routing live outside this directory in
`include/` and `src/common/`.