-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement nRF24L01 driver #1
Draft
2bndy5
wants to merge
49
commits into
main
Choose a base branch
from
impl-rf24
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+13,525
−28
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 281707d - Browse repository at this point
Copy the full SHA 281707dView commit details -
includes - CI workflow - funding info - dependabot config
Configuration menu - View commit details
-
Copy full SHA for 76b9d59 - Browse repository at this point
Copy the full SHA 76b9d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c32533 - Browse repository at this point
Copy the full SHA 7c32533View commit details -
Configuration menu - View commit details
-
Copy full SHA for a397862 - Browse repository at this point
Copy the full SHA a397862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a571e1 - Browse repository at this point
Copy the full SHA 2a571e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541e3c2 - Browse repository at this point
Copy the full SHA 541e3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d23af - Browse repository at this point
Copy the full SHA f3d23afView commit details
Commits on Jul 10, 2024
-
- prefer to `use rf24_rs::radio::prelude::*` in user code to pull in all the required radio traits. - support LNA_CUR bit in non-plus/clones - prefer to `use rf24_rs::radio::{RF24 Nrf24Error}` in user code because namespaces will be very important in the future
Configuration menu - View commit details
-
Copy full SHA for 0d613e3 - Browse repository at this point
Copy the full SHA 0d613e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75db3d4 - Browse repository at this point
Copy the full SHA 75db3d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68b6de - Browse repository at this point
Copy the full SHA a68b6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa274b0 - Browse repository at this point
Copy the full SHA aa274b0View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7051e01 - Browse repository at this point
Copy the full SHA 7051e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edefdd - Browse repository at this point
Copy the full SHA 0edefddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c62d56 - Browse repository at this point
Copy the full SHA 3c62d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd92ff - Browse repository at this point
Copy the full SHA fbd92ffView commit details
Commits on Jul 12, 2024
-
use macro to reduce duplicated code in unit tests
rust is so cool! This new macro generates rust code at compile time and then compiles everything with the generated code in place of the macro calls.
Configuration menu - View commit details
-
Copy full SHA for 53a4137 - Browse repository at this point
Copy the full SHA 53a4137View commit details
Commits on Jul 18, 2024
-
cast bool input as u8 when clearing status flags
removes the need to construct a mutable byte
Configuration menu - View commit details
-
Copy full SHA for 8cf3280 - Browse repository at this point
Copy the full SHA 8cf3280View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14c41ee - Browse repository at this point
Copy the full SHA 14c41eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6df82a - Browse repository at this point
Copy the full SHA f6df82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d0fb2 - Browse repository at this point
Copy the full SHA f0d0fb2View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 961bc5d - Browse repository at this point
Copy the full SHA 961bc5dView commit details
Commits on Oct 8, 2024
-
introduce supplemental docs (using mkdocs) and WIP examples (incomplete at this time) migrate to using [just](https://just.systems) as a task runner and utilize it in CI jobs.
Configuration menu - View commit details
-
Copy full SHA for e8c4717 - Browse repository at this point
Copy the full SHA e8c4717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984252c - Browse repository at this point
Copy the full SHA 984252cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4bbd8 - Browse repository at this point
Copy the full SHA eb4bbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8460599 - Browse repository at this point
Copy the full SHA 8460599View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cdf02f - Browse repository at this point
Copy the full SHA 7cdf02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f762264 - Browse repository at this point
Copy the full SHA f762264View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d6c64 - Browse repository at this point
Copy the full SHA f2d6c64View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c1c577 - Browse repository at this point
Copy the full SHA 6c1c577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d51e0 - Browse repository at this point
Copy the full SHA 96d51e0View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8abb14 - Browse repository at this point
Copy the full SHA a8abb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fee94 - Browse repository at this point
Copy the full SHA a8fee94View commit details
Commits on Oct 16, 2024
-
- implements print_details() - adds 1 example in typescript - more WIP on rust example - rename enums.rs to types.rs - move all bindings to bindings folder - rename lib folder to library (for gitignore reasons) - add a new CI related to examples only
Configuration menu - View commit details
-
Copy full SHA for b572ade - Browse repository at this point
Copy the full SHA b572adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a7e9c - Browse repository at this point
Copy the full SHA 62a7e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b52620 - Browse repository at this point
Copy the full SHA 5b52620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bb77c - Browse repository at this point
Copy the full SHA 49bb77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb5d33 - Browse repository at this point
Copy the full SHA dbb5d33View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7478aa2 - Browse repository at this point
Copy the full SHA 7478aa2View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ef7171 - Browse repository at this point
Copy the full SHA 8ef7171View commit details
Commits on Oct 24, 2024
-
also check radio is in TX mode before send() executes to prevent infinite loops avoid using binding generators' object renaming behavior; uses rust namespacing instead
Configuration menu - View commit details
-
Copy full SHA for 2d43231 - Browse repository at this point
Copy the full SHA 2d43231View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25f26c8 - Browse repository at this point
Copy the full SHA 25f26c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb9e1b - Browse repository at this point
Copy the full SHA adb9e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d38464 - Browse repository at this point
Copy the full SHA 2d38464View commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40db4c9 - Browse repository at this point
Copy the full SHA 40db4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ac2d4 - Browse repository at this point
Copy the full SHA 02ac2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc47fc - Browse repository at this point
Copy the full SHA 9fc47fcView commit details
Commits on Oct 30, 2024
-
considering we might be distributing multiple rust crates from 1 repo. also review rust docs - added API layout to landing page - filled in some missing info in functions' docs review `print_details()` output - show pipe information in `print_details()` - show TX address in `print_details()` - fix IRQ settings' output
Configuration menu - View commit details
-
Copy full SHA for 06f1b25 - Browse repository at this point
Copy the full SHA 06f1b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4b6ed - Browse repository at this point
Copy the full SHA 9d4b6edView commit details -
implicitly cast to bool in bindings
Only the node binding's `StatusFlags` and `WriteConfig` interfaces must use explicit boolean values. To implicitly cast those interfaces' values to boolean would - incur much more overhead - lose precise typing information See napi-rs docs about Env and Context.
Configuration menu - View commit details
-
Copy full SHA for 29581f2 - Browse repository at this point
Copy the full SHA 29581f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.