Ben Schattinger

Results 70 comments of Ben Schattinger

Though I imagine for other cases where integrity can't be trusted (like the Steam Deck in the original question if read-write was enabled), files in the already-deployed directory could be...

Disk space and bandwidth are my primary concerns: if I update a 4kB config file or 1MB binary on the 10GB filesystem, I would like to only use a few...

SMP is totally supported—one of embassy's supported chips, the RP2040, operates in SMP with dual cores. Here's an example of activating the second core with embassy: https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/multicore.rs

I don't believe Embassy has any sort of multicore scheduler though—you spawn tasks on a specific core and they will never switch, so tasks on the same core will never...

I no longer have time to maintain this project—if you are interested, I am open to transferring maintainership.

I no longer have time to maintain this project—however, rebuilding it should be as simple as installing Node.js, yarn, and Rust, then following the [build instructions](https://github.com/lights0123/n-link/tree/main/desktop#n-link).

The original build of SDL for Nspire originally used `-fshort-enums`, which is against the C spec. I believe I generated my bindings to follow that. It's possible that your build...

> I was wondering what version of Rust this does compile on? Latest I've tested is nightly-2020-05-31 (I keep https://lights0123.com/ndless-rust/Installing/index.html up to date with that) > `asm!()` is not stabalized...

I don’t have time to maintain this, but I’d be happy to give maintainer status to someone. On Jul 24, 2023, at 18:36, Pranshu Tanwar ***@***.***> wrote: guys yall wanna...

Added you, I'll give you crates.io access in a bit On Feb 24, 2024, at 4:18 PM, lolpro11 ***@***.***> wrote: I don’t have time to maintain this, but I’d be...