Results 9 issues of Thomas

- [x] I've [run a search on the existing bug reports](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests) to make sure I'm not filing a duplicate (you can use the search box at the top left corner)...

feedback wanted

Hello, While stress testing the mesh I've come across a problem where at some point (20 - 30 seconds) mesh nodes would start dropping out and no longer transmitting any...

bug

I've been receiving packets from rbc_mesh_event_get (RBC_MESH_EVENT_TYPE_CONFLICTING_VAL) with a valid register number, but an invalid data length (249) and an unknown BLE source address. This usually occurs with a high...

bug

Just something I noticed, not sure if it was intentional or not. In the PLP test, when PHP is used to store the P register, the V flag is set....

- [x] I've [run a search on the existing bug reports](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests) to make sure I'm not filing a duplicate (you can use the search box at the top left corner)...

bug

There are no tests that check if the Z-flag is set if the result of a 16-bit add (both decimal and non-decimal mode) is 0. I had a bug in...

bug

### Problem description Drawing many large sixel frames in succession is very slow and will make Termux unresponsive. You can't CTRL-C out of the application anymore and sometimes also the...

Subtracting 0 from 0 will still set the carry flag because the SPC700, like many CPUs, uses two's complement subtraction. Naive subtract implementations will pass the tests now because there's...

It would be nice to be able to serialize/deserialize the types. It could be implemented as a feature flag, as many other crates do.