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

Configure Feed

Select the types of activity you want to include in your feed.

1# eepyOS (WIP) 2 3eepyOS is a barebones, application-specific, single-tasking operating system in Rust for my [Touchscreen E-Paper Input Module for the Framework 16](https://github.com/arthomnix/FW16_EPD), designed to allow safe execution of user programs. Currently a major work in progress. 4 5Summary of crates: 6* `eepy` - eepyOS kernel 7* `eepy-sys` - library providing safe abstractions over the kernel's syscall interface and binary format 8* `eepy-launcher` - the userspace component of eepyOS which handles the launcher UI 9* `eepy-gui` - barebones UI library for eepyOS applications based on `embedded-graphics` 10* `eepy-example-app` - example userspace application for eepyOS 11* `eepy-serial` - library crate for the USB serial interface 12* `elf2epb` - utility for converting ELF binaries to eepyOS's binary format 13* `fw16-epd-bsp` - Board Support Package for the Touchscreen E-Paper Input Module 14* `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 15* `tp370pgh01` - Driver for the specific display used on the Touchscreen E-Paper Input Module (display only; touch is handled directly in the kernel)