William D. Jones

Results 188 comments of William D. Jones

@minghuaw Just circling back to this issue... I think there's 2 problems, for 3 use cases: ## Use Cases 1. Create a generic, device-independent application, supplying a generic interrupt vector/exceptions...

`"--target" "x86_64-unknown-linux-gnu"` is being passed, so the docs will naturally fail to compile. I guess I don't understand why this ever worked at all until now...

Fixing this is pending on https://github.com/rust-lang/docs.rs/issues/1683.

@RossPorter506 [Probably not blocked](https://github.com/rust-lang/docs.rs/pull/2107), but as I've not had anything to release since then, there's been no opportunity to rebuild the docs. Maybe I can poke someone on docs team...

@ssnover95 What is the exact version of rust nightly you are using? I just checked the listing from the last time I built my own [AT2XT](https://github.com/cr1901/AT2XT) application on Nov 16,...

The first failure was indeed due to `inetd`. This got lost in my scrollback: ``` + case $QEMU_NETWORK in + '[' '!' -e /dev/net/tap0 ']' + echo 'Need to create...

I've never used Rust on an MSP430 with more than 10kB (8+2kB) of RAM. MSP430's max out at 512kB ROM and 66kB RAM. However, from what [I can gather](https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/406886/reserving-ram-space-beyond-64k/1442521#1442521), actual...

>It's still effectively going to be invisible if the timescale is set to ps and the sim clock is in ns, etc because nobody is ever going to zoom in...

@Peter-Herrmann Thanks for your detailed explanation, it's helping me debug my own issues _immensely_. The `mtval` mask gets set [here](https://github.com/riscv-non-isa/riscv-arch-test/blob/37e34be51a5f0bdaeaf7dec76ea5a1fc7691798d/riscv-test-suite/env/arch_test.h#L1432) by the `SET_REL_TVAL_MSK` macro expansion. I looked inside your zip;...

Yes, it's still on my radar. Though, I've been working on trying to finish several things this past month, and am coming around to the PRs I owe you.