···4455Summary of crates:
66* `eepy` - eepyOS kernel
77-* `eepy-sys` - library providing safe abstractions over the kernel's syscall interface and binary format
77+* `eepy-sys` - library defining the kernel's syscall interface and binary format and providing safe abstractions
88+* `eepy-derive` - proc macro crate for eepy-sys
89* `eepy-launcher` - the userspace component of eepyOS which handles the launcher UI
910* `eepy-gui` - barebones UI library for eepyOS applications based on `embedded-graphics`
1011* `eepy-example-app` - example userspace application for eepyOS
1112* `eepy-serial` - library crate for the USB serial interface
1313+* `eepytool` - CLI tool for interfacing with the input module over USB serial
1214* `elf2epb` - utility for converting ELF binaries to eepyOS's binary format
1315* `fw16-epd-bsp` - Board Support Package for the Touchscreen E-Paper Input Module
1416* `pervasive-spi` - Bitbanging driver for the 3-wire SPI protocol used by Pervasive Displays e-paper panels, such as the one on the Input Module