firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16

Merge remote-tracking branch 'origin/main'

+3 -1
+3 -1
README.md
··· 4 4 5 5 Summary of crates: 6 6 * `eepy` - eepyOS kernel 7 - * `eepy-sys` - library providing safe abstractions over the kernel's syscall interface and binary format 7 + * `eepy-sys` - library defining the kernel's syscall interface and binary format and providing safe abstractions 8 + * `eepy-derive` - proc macro crate for eepy-sys 8 9 * `eepy-launcher` - the userspace component of eepyOS which handles the launcher UI 9 10 * `eepy-gui` - barebones UI library for eepyOS applications based on `embedded-graphics` 10 11 * `eepy-example-app` - example userspace application for eepyOS 11 12 * `eepy-serial` - library crate for the USB serial interface 13 + * `eepytool` - CLI tool for interfacing with the input module over USB serial 12 14 * `elf2epb` - utility for converting ELF binaries to eepyOS's binary format 13 15 * `fw16-epd-bsp` - Board Support Package for the Touchscreen E-Paper Input Module 14 16 * `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