-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nRF24/RF24
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nRF24/RF24
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: esp-idf
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 27 files changed
- 2 contributors
Commits on Nov 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f4ba3f - Browse repository at this point
Copy the full SHA 2f4ba3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 990b3a9 - Browse repository at this point
Copy the full SHA 990b3a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c36d33 - Browse repository at this point
Copy the full SHA 1c36d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17de728 - Browse repository at this point
Copy the full SHA 17de728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 171ba3e - Browse repository at this point
Copy the full SHA 171ba3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebea017 - Browse repository at this point
Copy the full SHA ebea017View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5649ff - Browse repository at this point
Copy the full SHA b5649ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04274ee - Browse repository at this point
Copy the full SHA 04274eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126bd02 - Browse repository at this point
Copy the full SHA 126bd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for db35235 - Browse repository at this point
Copy the full SHA db35235View commit details -
Configuration menu - View commit details
-
Copy full SHA for b354b86 - Browse repository at this point
Copy the full SHA b354b86View commit details -
* Remove TinyUSB code * Use USB CDC for ESP32-S2 and USB Serial JTAG for ESP32-S3 * Add support for adding local PlatformIO overrides * Fix SPI pin initialization And stop setting properties that are in a "union" with the actual pin numbers. * Fix SPI mode * Properly initialize device config struct * Remove not properly working status register check The check did not work properly, since CS is not asserted! * Make sure transaction functions are called It also worked without it, but if we don't acquire the bus, we will have issues when the bus is used by multiple devices and we control the CS line manually. * Stop using DMA for small transactions DMA usually performs worse than no DMA for transactions with just a few dozen of bytes, thus we disable it. * Reduce queue_size to 1 No benefit in using a larger queue_size, since we are using blocking/polling transactions. * Use max_transfer_sz again * Remove unnecessary properties * Use `extern "C"` for app_main function only * Use internal bus configuration in example
Configuration menu - View commit details
-
Copy full SHA for 4e205ce - Browse repository at this point
Copy the full SHA 4e205ceView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...esp-idf