alpha
Login
or
Join now
arthomnix.dev
/
eepy
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
eepy
/
eepy-sys
/
src
/
at
f8c04237c1307e64af6183c56d9cead837f0da2b
12 files
arthomnix
eepy: remove broken InvalidateCache syscall This syscall caused weird HardFaults, and also invalidated the entire XIP cache which isn't ideal. The flash syscalls now automatically flush the cache for only the area that was modified, by writing to the flash memory-mapped addresses as specified in the RP2040 datasheet section 2.6.3.2.
1y ago
8d820067
critical_section.rs
eepy: remove broken InvalidateCache syscall This syscall caused weird HardFaults, and also invalidated the entire XIP cache which isn't ideal. The flash syscalls now automatically flush the cache for only the area that was modified, by writing to the flash memory-mapped addresses as specified in the RP2040 datasheet section 2.6.3.2.
1 year ago
critical_section_impl.rs
eepy-launcher: add serial functionality
1 year ago
exec.rs
memory protection, exec syscall, make launcher unprivileged
1 year ago
flash.rs
eepy: remove broken InvalidateCache syscall This syscall caused weird HardFaults, and also invalidated the entire XIP cache which isn't ideal. The flash syscalls now automatically flush the cache for only the area that was modified, by writing to the flash memory-mapped addresses as specified in the RP2040 datasheet section 2.6.3.2.
1 year ago
header.rs
memory protection, exec syscall, make launcher unprivileged
1 year ago
image.rs
eepy-sys: switch manual enum conversions to strum::FromRepr
1 year ago
input.rs
eepy-sys: switch manual enum conversions to strum::FromRepr
1 year ago
input_common.rs
eepy-launcher: implement all serial commands eepytool: initial commit elf2epb: fix padding handling
1 year ago
lib.rs
eepy-launcher: implement all serial commands eepytool: initial commit elf2epb: fix padding handling
1 year ago
misc.rs
eepy: add GetTimeMicros syscall
1 year ago
syscall.rs
eepy-sys: switch manual enum conversions to strum::FromRepr
1 year ago
usb.rs
eepy-sys: switch manual enum conversions to strum::FromRepr
1 year ago