Brad Campbell
Brad Campbell
This isn't a bug in this driver as far as I can tell, however there may be a temporary fix in the cc2520 kernel module as a workaround until the...
Correct me if I'm wrong, but after a quick perusal of the driver I can't find anywhere where it checks if the CRC was correct. This means that packets are...
I was thinking it would be useful to by default have the kernel module drop packets that fail the CRC, and not ever pass them to the character device. This...
I would like to see a `tup clean` command. I'm not sure if this was a conscious decision to not have this command or if nobody has asked for it....
### Pull Request Overview It seems like this got changed somewhere along the way. The "`" ended up in the middle of the command. This makes it much easier to...
### Pull Request Overview This pull request adds a new process checker to verify signatures. It does not actually include a signature verifier, but does provide the scaffolding needed to...
### Pull Request Overview This PR implements #3828 to add a fully asynchronous `SequentialProcessLoaderMachine`. This intersects with process checking, and this PR includes many changes to process checking as well....
### Pull Request Overview Typically errors are negative, so having the pconsole display completion codes as `isize` makes them easier to read. ### Testing Strategy Easier to do now that...
### Pull Request Overview Remove `dyn` from RadioDriver. ### Testing Strategy travis ### TODO or Help Wanted n/a ### Documentation Updated - [x] Updated the relevant files in `/docs`, or...
### Pull Request Overview #3518 ### Testing Strategy travis ### TODO or Help Wanted n/a ### Documentation Updated - [x] Updated the relevant files in `/docs`, or no updates are...