Dominic Clifton

Results 269 comments of Dominic Clifton

@daleckystepan You can't debug unit tests when using docker or WSL as your IDE (which doesn't run in docker or WSL shell) can't run the GDB binaries or the resulting...

> Are you sure remote debugging is not an option? https://code.visualstudio.com/docs/remote/wsl I use eclipse.

Hey, the idea of recording total packs is an interesting one, however there is an issue in that it will also increase the counter incorrectly if you're testing with only...

I'm sure a simple text search of the repo would reveal it. My bet is the linker scripts.

> It is likely this will also work for H725, H733, and H735. IIRC the memory layout is different. The main difference is the H72x dont have the crypto peripherals,...

@David-OConnor You just need to rebase your local branch on `master` with just the changes required then 'force push' over your remote branch.

The only requirement is that the final baud rate must be EQUAL or LOWER than the desired baud rate. In my project I used an iterative approach instead of the...