William D. Jones
William D. Jones
Based on the README.md, you created this core based on die short RE from siliconpr0n. I am doing a similar project for the [YM2151](https://github.com/cr1901/ym2151-decap), and am curious if you uploaded...
This pull request re-enables SPI flash write support and adds support to the firmware to transfer a firmware image using the XMODEM protocol. To use the feature, at the `H2U`...
## Context My `zigup` was built using `zig build -Dtarget=x86_64-windows-gnu` on a Linux machine running Ubuntu 20.04, using `zig` commit [0e6d2184c](https://github.com/ziglang/zig/tree/0e6d2184c). ```cmd William@DESKTOP-H0PMN4M C:\Users\William\zig\bin $ zigup master install directory 'C:\Users\William\zig\bin\zig'...
I'm willing to add (a limited version of1) this feature myself- it should be simple enough (famous last words), but the TI-provided debuggers allow you set an EEM trigger which...
Per our discussion [here](https://logs.timvideos.us/%23timvideos/%23timvideos.2018-09-02.log.html#t2018-09-02T03:47:48)
I recently had CI start [failing](https://github.com/cr1901/AT2XT/runs/7380638368#step:9:71) for some firmware I use to make sure Rust still compiles msp430 code correctly. It appears that as of #98582, Rust has stopped optimizing...
The `split` [example](https://docs.rs/heapless/latest/heapless/spsc/index.html#examples) of `heapless::spsc` attempts to avoid the need for using a `Mutex` _as well as avoiding `static` scope for `Producer` and `Consumer` by using `unsafe` code: ``` fn...
Ville, do you object if I/we change the -pedantic option to -pedantic-errors, and add -Wextra? This entails a few minor code tweaks where gcc complains (mainly below-bound array subscript), but...
Compiling with a glibc on Ubuntu (version 2.15) results in a number of warnings (not errors) that are probably harmless, but might be annoying to some users :P. I have...
Refactoring
This is a long term goal. I think we can all agree- WLA needs a refactoring, to make the code easier to parse (As well as for me to finish...