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.

update readme

arthomnix 78326692 05172ce0

+1 -1
+1 -1
README.md
··· 5 5 Summary of crates: 6 6 * `eepy` - eepyOS kernel 7 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 + * `eepy-derive` - proc macro crate for eepy-sys (the name is a misnomer as it doesn't actually contain any derive macros, but it's too late to change now) 9 9 * `eepy-launcher` - the userspace component of eepyOS which handles the launcher UI 10 10 * `eepy-gui` - barebones UI library for eepyOS applications based on `embedded-graphics` 11 11 * `eepy-example-app` - example userspace application for eepyOS