Skip to content
Permalink

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: v1.4.5
Choose a base ref
...
head repository: nRF24/RF24
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.6
Choose a head ref
  • 9 commits
  • 20 files changed
  • 4 contributors

Commits on Jul 22, 2022

  1. 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/ )
    lurch authored Jul 22, 2022
    1 Configuration menu
    Copy the full SHA
    ccdc571 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. 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.
    2bndy5 authored Jul 23, 2022
    1 Configuration menu
    Copy the full SHA
    89358b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. adjust writeFast docs (#866)

    Also amends an outdated comment in the definition.
    2bndy5 authored Sep 1, 2022
    1 Configuration menu
    Copy the full SHA
    f85cd06 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. add manual trigger to docs CI (#868)

    solves #867
    2bndy5 authored Sep 2, 2022
    1 Configuration menu
    Copy the full SHA
    9850c05 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. 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
    bblanchon authored Sep 6, 2022
    1 Configuration menu
    Copy the full SHA
    0bb5af4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Do not set PA level on begin

    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();.
    TMRh20 committed Sep 11, 2022
    1 Configuration menu
    Copy the full SHA
    8ad2886 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. 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
    2bndy5 authored Sep 18, 2022
    1 Configuration menu
    Copy the full SHA
    fa6a075 View commit details
    Browse the repository at this point in the history
  2. 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
    2bndy5 authored Sep 18, 2022
    1 Configuration menu
    Copy the full SHA
    f91fe7e View commit details
    Browse the repository at this point in the history
  3. bump version (patch)

    2bndy5 committed Sep 18, 2022
    1 Configuration menu
    Copy the full SHA
    d7c4041 View commit details
    Browse the repository at this point in the history
Loading