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.

eepy: fix flash caching attributes

+1 -1
+1 -1
eepy/src/main.rs
··· 143 143 (0b0 << 28) // disable XN 144 144 | (0b110 << 24) // AP: privileged or unprivileged read-only 145 145 | (0b000 << 19) // TEX 146 - | (0b011 << 16) // S, C, B: non-shareable, writeback 146 + | (0b110 << 16) // S, C, B: shared, write-through 147 147 | (0b00000000 << 8) // all subregions enabled 148 148 | (23 << 1) // size: 2^(23 + 1) = 16M 149 149 | (0b1 << 0) // enable