William D. Jones

Results 58 issues of William D. Jones

Exactly what it says on the tin. * `setup.py` working properly on my mind (both `boneless` and `boneless_sim` packages installed). * Tests are properly discovered for both `boneless` and `boneless_sim`....

Current AT2XT PAUSE/BREAK behavior (one or more keystrokes) on IBM 5150 is to eat the next keystroke without displaying anything. Subsequent keystrokes display as normal. Changes in lock key states...

We really should do more than `unwrap`. And return actual proper error information. I like using [`eyre`](https://github.com/yaahc/eyre), an `anyhow` variant that can be customized. There are a number of sites...

SVDs generated currently a byte-wise size of 2; they need to have a bit-wise size of 16. see also https://github.com/pftbest/msp430g2553/issues/6.

If you generate an SVD file using `msp430_svd`, there are some registers which are missing fields completely (`TAIV` timer register), and others where fields aren't documented (Watchdog timer password). This...

Leaving this here for later. According to ARM's [Schema](https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Utilities/CMSIS-SVD.xsd#L589-L591) for SVD: > registers section contains all registers owned by the peripheral. In case a peripheral gets derived it does not...

**Describe the bug** Last bug report for now, I swear :). The CDC portion of the `cdc_msc` demo does not appear to like being given more than a packet's worth...

Bug 🐞

I have created a minimized tree of files, _with one duplicate hard link_, that causes `rsync` to error out with a cryptic `File-list index 24 not in 31 - 32...

I finally got around to compiling Cowgol. For starters, I was able to get 8086 codegen working from Linux using the following: ``` bin/cowfe-16bit.nncgen.exe -Irt/ -Irt/msdos/ examples/mandel.cow mandel.cob bin/cowbe-8086.nncgen.exe mandel.cob...

I've been seeking a C replacement for my vintage programming (since I don't care much for asm), and I'd at some point to try Cowgol. I've been multitasking a bit...