xous-core icon indicating copy to clipboard operation
xous-core copied to clipboard

The Xous microkernel

Results 74 xous-core issues
Sort by recently updated
recently updated
newest added

As part of the USB mass storage exploration, I built a proof of concept app that ties PDDB keys to a mass storage disk's LBA: https://github.com/gsora/xous-core/tree/gsora/pddbdisk. Each read/write call to...

It seems that `std::fs::metadata` always returns `Ok()` -- even if a key in the dict is not present. In the case of **mtxcli** this causes a second `/unset` command to...

Rust 1.66 breaks lto `fat` due to a panic inside sin()/cos() routines. This issue is to investigate this further. Two options: 1. Create pure Rust versions of sin/cos that don't...

Blocked

Just so we can track how far the branches are drifting...

Hi, Sorry if i'm missing something here and thanks for the pretty damn awesome project. It looks like the updater is pulling from the jenkins build bot (via https), checking...

Greetings, I have read [this post](https://www.crowdsupply.com/sutajio-kosagi/precursor/updates/call-for-developers-precursor-chat-client) and I am surprised that there is [no mention](https://github.com/betrusted-io/xous-core/labels/Chat%20Client) to XMPP, which is not only a messaging protocol, it is also capable for VoIP,...

When the PDDB was first implemented, AES-GCM-SIV was not available as a standard primitive in the Python Cryptography library. It's now available, and pyaesni, a dependency upon which the stopgap...

The purpose of this branch is to reduce the number of dependencies on the PDDB so that it is easier to port it to new hardware platforms. The original notion...

Tracking for WIP changes that track NTO changes