-
-
The [ws_issue_A](https://github.com/nworbnhoj/xous-core/tree/ws_issue_A) branch will Panic with shellchat `test ws`
```
PANIC!
Details: PanicInfo { payload: Any { .. }, message: Some(failed to fo…
-
The `test.rs` routine is a bit too sparse as an introduction to how to use the `modals` library. Expand this documentation, both my adding comments to the `test.rs` routine and also adding a chapter t…
-
When printing successive "large" messages to the `log-server`, one of them can go missing.
I have created a minimal test case that captures this condition. This is the core of the test case:
htt…
-
As I had mentioned previously, I had some troubles with "regifting" a memory buffer. This is the basic idiom:
https://github.com/betrusted-io/xous-core/blob/b084cb675c5fe5c31e749b6f5f71c13556992ade…
-
This tracks progress on improving `vault` managing of "large" sets of data. This is particularly relevant to the password database, where quite realistically users may have hundreds of passwords store…
-
the `get_text()` API should get an `Option` to have some default text populated in the dialog box:
```
pub fn get_text(&self,
prompt: &str,
maybe_validator: Option Option>,
…
-
The `ManagedMem` primitive is used to save various regions when a suspend is performed.
The display is defined as:
```rust
pub struct XousDisplay {
fb: MemoryRange,
hwfb: MemoryRange,…
-
It should be possible to create a custom CPU, however doing so does not currently seem possible. Something is missing within the Renode C# compiler.
As an example CPU:
```cs
using System;
using …
-
I was using the simple `factory_reset.ps1` to wipe/update my freshly received Precursor. During one of the steps (I believe when it was doing `python usb_update.py --soc soc_csr.bin --force`,) the era…