-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: nRF24/RF24
base: v1.4.5
head repository: nRF24/RF24
compare: v1.4.6
- 9 commits
- 20 files changed
- 4 contributors
Commits on Jul 22, 2022
-
Fix Raspberry Pi company name (#858)
The RP2040, Pico SDK and the Pico documentation are all produced by Raspberry Pi ( https://www.raspberrypi.com/ ) and not by Raspberry Pi Foundation ( https://www.raspberrypi.org/ )
1Configuration menu - View commit details
-
Copy full SHA for ccdc571 - Browse repository at this point
Copy the full SHA ccdc571View commit details
Commits on Jul 23, 2022
-
make utilities/CMakeLists.txt respect RF24_NO_IRQ (#859)
This is needed to update the pyRF24 pkg to use latest master. This does not affect RF24 lib builds because RF24_NO_IRQ is respected in the root CMakeLists.txt. But, the pyRF24 pkg doesn't actually use the root CMakeLists.txt. Instead, the pyRF24 pkg only uses utility/CMakeLists.txt.
1Configuration menu - View commit details
-
Copy full SHA for 89358b2 - Browse repository at this point
Copy the full SHA 89358b2View commit details
Commits on Sep 1, 2022
-
Also amends an outdated comment in the definition.
1Configuration menu - View commit details
-
Copy full SHA for f85cd06 - Browse repository at this point
Copy the full SHA f85cd06View commit details
Commits on Sep 2, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 9850c05 - Browse repository at this point
Copy the full SHA 9850c05View commit details
Commits on Sep 6, 2022
-
Fix
pgm_read_ptr()(fixes bblanchon/ArduinoJson#1790) (#864)Calling this macro caused the following error: 'const void*' is not a pointer-to-object type when defined by another library (in this instance ArduinoJSON) see bblanchon/ArduinoJson/#1790
1Configuration menu - View commit details
-
Copy full SHA for 0bb5af4 - Browse repository at this point
Copy the full SHA 0bb5af4View commit details
Commits on Sep 11, 2022
-
See nRF24/RF24Mesh#210 To allow users to configure the PA level in higher layers of the stack, do not set PA level in radio.begin();.
1Configuration menu - View commit details
-
Copy full SHA for 8ad2886 - Browse repository at this point
Copy the full SHA 8ad2886View commit details
Commits on Sep 18, 2022
-
Fix
pgm_read_byte/word()definitions (#871)* make other pgm_read_* macros complaint with unified API Corresponding to #864, this completes compliance with the unified ArduinoCore-API about - `pgm_read_word()` - `pgm_read_byte()` see https://github.com/arduino/ArduinoCore-API/blob/e26862e453c1234e1c23506d1839bfa68999d911/api/deprecated-avr-comp/avr/pgmspace.h#L102-L103 * add some boards to the Arduino & PIO CI * run clang-format on changed files fix param name * install arduino-pico core in arduino CI install cpp-linter from PyPI keep installing AVR, megaAVR, MBED, SAM, & SAMD platforms in addition to arduino-pico
1Configuration menu - View commit details
-
Copy full SHA for fa6a075 - Browse repository at this point
Copy the full SHA fa6a075View commit details -
add printf support to ESP32/8266 and arduino-pico cores (#873)
* add printf support to ESP* and arduino-pico cores * add ESP32/8266 boards to PlatformIO CI Arduino CLI seems to have trouble getting the esp* core that corresponds to the fqbn prefix
1Configuration menu - View commit details
-
Copy full SHA for f91fe7e - Browse repository at this point
Copy the full SHA f91fe7eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d7c4041 - Browse repository at this point
Copy the full SHA d7c4041View commit details
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 v1.4.5...v1.4.6