Skip to content
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

Update nrf-connect SDK to 2.7 #218

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Update nrf-connect SDK to 2.7 #218

wants to merge 9 commits into from

Commits on Oct 15, 2024

  1. SDK 2.7.0 -- implicit double promotion warnings fix

    In [018dbcfd6679c273842084ce34c167295bc6f354](zephyrproject-rtos/zephyr@018dbcf),
    Zephyr introduced the -Wdouble-promotion compiler flag.
    
    We have some debugging logs that implicitly promote floats to double,
    and it generates a lot of warnings. This commit fixes it.
    rbaron committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3ef4464 View commit details
    Browse the repository at this point in the history
  2. Remove historical nrf52840dk_nrf52840.overlay

    This relic of the past was briefly used when I first wrote the
    nrf-connect firmware and tested it against the nrf52840dk_nrf52840 dev
    board.
    rbaron committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b8eb847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a61058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db3f90 View commit details
    Browse the repository at this point in the history
  5. Update

    It looks like ZBOSS's macro fiesta introduced a new argument in `ZB_ZCL_SET_ATTR_DESC_*` --  see [git blame](https://github.com/nrfconnect/sdk-nrfxlib/blame/11a7add841663509a20b51c0e208ad8091fe1132/zboss/production/include/zcl/zb_zcl_illuminance_measurement.h#L129)
    rbaron committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    89f7d72 View commit details
    Browse the repository at this point in the history
  6. clang-format

    rbaron committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b9c5c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    2962b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2673d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeb359 View commit details
    Browse the repository at this point in the history