Ford Peprah

Results 177 comments of Ford Peprah

Yes, we could implement this by reading the memory. Maybe as a separate method (e.g. `rtt_get_block_address()`). If someone wants to implement that, we would gladly accept it, otherwise we can...

Hm. I'm not sure what the best way is. What happens if you try the aforementioned?

Looks like #154 is related to this.

Remedy should be available in `v1.0.0` thanks to @denravonska.

I'm not sure what that function is doing, but in order to write to device RAM, you must connect to the target, and halt it. If you enable logging, it...

Looks like Python `3` changed these two things: * `called_once_with -> assert_called_once_with` * `assertEquals -> assertEqual` I think changing both should be fine; it looks like we use `assert_called_once_with()` in...