William D. Jones

Results 188 comments of William D. Jones

@whitequark Boneless Arch is finalized, correct? In the upcoming week, I plan to modify the simulator so it has feature parity w/ the arch itself. And _maybe_ add async support....

Can I please see your directory layout and `Cargo.toml` in `msp430_svd-master` (or better yet a zip of your directory if possible)? The `msp430-rt` crate shouldn't be pulled in for building...

>In the Readme it says that "you will also need msp430 and msp430-rt" so I took that to mean I should add it to the Cargo.toml using cargo add. This...

I _believe_ your first picture is bug/oversight I have to fix; by any chance, is `/home/rwilliams/msp430_svd-master` _not_ a git repo (i.e. lacks the `.git` dir)? As for the second picture:...

>However when I used cargo generate --git https://github.com/pftbest/msp430_svd to download the repo is does have the .git file and still fails compiling as seen below `cargo generate` is not intended...

Keeping this open until I decide how to fix the panics to be useful error messages.

@stianeklund I would prefer a solution besides "modify the DSLite files we have directly". I have plans to prototype a solution where I duplicate the DSLite directory hierarchy in a...

"Automatically retrieving deps for the examples" seems to already work via the `DEPS_SUBMODULES` `make` var. So removing submodules in place of a script that retrieves dependencies (_possibly with a manual...

(I'm just curious why this fix was needed in the first place- _it looks fine to me_) What was the code generated for setting/clearing `dma_running` originally, and why did it...

@kasjer Thank you for the clarification, now it makes sense :D!