A real-time operating system, and the compiler toolchain that builds for it.
Real-time operating system
A small preemptive real-time operating system. A portable C kernel - scheduler, memory manager, timers and a full set of inter-task communication primitives - over a thin per-CPU layer and a board support package.
Documentation and public headers. The kernel itself is not in this archive.
C/C++ compiler, toolchain and interpreter
kcpp compiles C and C++ for small targets and brings the whole chain with it - assembler, linker, librarian, disassembler and the tools that turn a linked image into something a board or a simulator can load. The same binary also runs C as a script.
Manuals and examples. The compiler binaries are not in this archive.