3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 22 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More doc tweaks More... about 14 years ago
Fix up some doc bugs More... about 14 years ago
Treat warning as errors in tests More... about 14 years ago
Changed test to use new 250kbps mode More... about 14 years ago
Merge cleanups More... about 14 years ago
sed s/boolean/bool/g More... about 14 years ago
astyle -A1 -s2 More... about 14 years ago
Merge gcopeland/constremove More... about 14 years ago
As a just in case I misunderstood some of the constant-ness changes, I completely took out all of the constant correctness enahcements. Also added a powerUp() method. More... about 14 years ago
Merge branch 'p_enable' into constremove More... about 14 years ago
Adds explicit CRC width and PA level. Changes hardware initialization order to minimize noisy/false message reception. Removed begin call from constructor as begin now has delay which creates timer race initialization. The delay exists to allow for power on/reset radio settling which can otherwise prevent CONFIG bits from holding. Added a method to allow CRC hardware validation to be disabled. This is a requirement for various promiscuous listening RF applications. Setting CRC width now forces CRC hardware validation enable. More... about 14 years ago
Removed method argument const qualifiers. More... about 14 years ago
Reverted constructor changes. Changed SPI bus speed. Fixed setAutoAck for specific pipelines per suggestion. More... about 14 years ago
Added 3rd test case, static payload More... about 14 years ago
Simplify specification of test configs slightly More... about 14 years ago
Added a second test configuration More... about 14 years ago
Fixed bug in setcrclength and setdatarate which was mishandling the bits More... about 14 years ago
prepare tests to run with configuration parameters More... about 14 years ago
Created an all-up script runner More... about 14 years ago
bugfix More... about 14 years ago
Added a test script to control the test, using python. More... about 14 years ago
Added working test More... about 14 years ago
Created skeleton of new test More... about 14 years ago
Fixed missing includes, thanks to Spoiler for reporting the problem. More... about 14 years ago
comments More... about 14 years ago
Purge 'boolean' type, use 'bool' instead More... about 14 years ago
comments More... about 14 years ago
Reduce example payload size. Does this help reliability? More... about 14 years ago
Clean up read() to use new-style read_register, which reduces it to two lines of code More... about 14 years ago
Implement dynamic payloads, with an example More... about 14 years ago