William D. Jones

Results 188 comments of William D. Jones

@Dolu1990 Since you already committed, let's keep d7bbc2c and _not_ revert it. Looking at MiSoC/LiteX, all other CPU cores in MiSoC/LiteX expect the name of the module to stay consistent,...

@tinyfpga had trouble uploading the Python 3 version of `tinyprog` to PyPi, and has not had time to look into why. Only the Python 2 version is on PyPi. For...

``` William@William-THINK MINGW64 ~ $ uname -a MINGW64_NT-6.1-7601 William-THINK 3.0.7-338.x86_64 2019-05-24 10:50 UTC x86_64 Msys ``` Prob best to check the `uname` string for a match for `NT` or something...

@CarlFK Is that WSL? Note I have absolutely no experience with WSL :(.

This is probably a complement issue to #28.

If this PR is accepted, will this preclude `pydoclint` (`darglint` successor but not really backwards-compat) support in the future? While `pydoclint` is the tool I personally use, it seems since...

The Low Power Modes are something I'm not very familiar w/ in terms of LLVM and Rust. I vaguely remember talking about implementing it a few years ago and concluding...

>You will have to push all the caller saved registers on stack before invoking the inner handler. My idea was to make both the outer function and inner function use...

>As mentioned above that probably wont be stabilized though, so if the maintainers wish to avoid the use of that feature then I'll use the inner function with the extra...

Please see [postcard-infomem](https://github.com/cr1901/postcard-infomem), specifically the `examples` crate for my take on this exact topic :). I would advise using my crate; actually getting the API even somewhat close to ergonomic...