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

Zephyr 3.5 update #1995

Merged
merged 35 commits into from Feb 9, 2024
Merged

Commits on Feb 6, 2024

  1. Copy the full SHA
    e728367 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a6c1ce9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5f58633 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a4dd663 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    726cd13 View commit details
    Browse the repository at this point in the history
  6. fix(sensors): Avoid duplicate Kconfig/DTS name.

    * Upstream added an equivalent fuel gauge driver, so namespace
      our Kconfig symbol and DTS compatible for the MAX17048 driver.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    98481f9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6092ec9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    35e3272 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    93680b0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    cd864ef View commit details
    Browse the repository at this point in the history
  11. fix(ble): Ensure large enough string for setting name.

    * Fix warning related to potentially large number of profiles
      causing overflow of allocated string for the setting name.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    26aac19 View commit details
    Browse the repository at this point in the history
  12. refactor: Move to new sys_poweroff API.

    * Move to new `sys_poweroff` API for our deep sleep functionality.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    fdf9246 View commit details
    Browse the repository at this point in the history
  13. refactor: Remove explicit blocklist item.

    * `sof` is now not enabled by default as a west dep, so need to
      add it to the blocklist ourselves.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    d450750 View commit details
    Browse the repository at this point in the history
  14. fix(kscan): Adjust composite kscan priority

    * Composite kscan needs a dedicated priority to be sure it is
      initialized after the other kscan instances.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    53e3c93 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    4c20bc3 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    b413f24 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    dd7b38c View commit details
    Browse the repository at this point in the history
  18. fix(shields): LVGL fixes for nice!view screen

    * Bump the LVGL mem pool size needed for custom screen.
    * Fixes for LVGL drawing/label usage.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    85251cc View commit details
    Browse the repository at this point in the history
  19. fix(bt): Updated snapshots for BLE tests.

    * Core Zephyr changes tweaked the output from the
      BT stack for our unit tests.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    c13d253 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    8be1084 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    fbfdadc View commit details
    Browse the repository at this point in the history
  22. fix(boards): Make &bootloader work on nrf52 for now.

    * Use `NRF_STORE_REBOOT_TYPE_GPREGRET` to get bootloader behavior
      to work for now until retained bootmode is implemented.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    19acd38 View commit details
    Browse the repository at this point in the history
  23. fix(boards): Remove unused pin settings.

    * Remove unused pin settings that used deprecated
      devicetree properties.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    3c96aff View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    014dbc6 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    1c67567 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    349f80b View commit details
    Browse the repository at this point in the history
  27. fix(display): Set a default mem size for built-in

    * Set a reasonable default LVGL mem pool size for our built-in
      status screen.
    petejohanson committed Feb 6, 2024
    Copy the full SHA
    7b3931a View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    ba129be View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Copy the full SHA
    9028a43 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    09e67f6 View commit details
    Browse the repository at this point in the history
  3. fix(display): Tweaks to memory Kconfig settings.

    * Don't default heap mempool by default now that there's a dedicated
      LVGL mempool
    * Set proper defaults for CiZ display hardware/custom screen.
    * Double the dedicated display thread stack size for CiZ.
    petejohanson committed Feb 9, 2024
    Copy the full SHA
    fbdf4b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eba2555 View commit details
    Browse the repository at this point in the history
  5. fix(pm): Tweaks for deep sleep/PM.

    * Restore enabling of PM_DEVICE, make ZMK_SLEEP work with
      the ZMK Uno shield on nrf52840dk_nrf52840 board.
    petejohanson committed Feb 9, 2024
    Copy the full SHA
    b404983 View commit details
    Browse the repository at this point in the history
  6. fix(pm): Restore sleep suspension of devices.

    * After the move to `sys_poweroff`, restore the behavior of
      suspending devices before entering sleep state.
    petejohanson committed Feb 9, 2024
    Copy the full SHA
    7561a66 View commit details
    Browse the repository at this point in the history
  7. fix(docs): More Zephyr docs link updates.

    Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
    petejohanson and caksoylar committed Feb 9, 2024
    Copy the full SHA
    31c673d View commit details
    Browse the repository at this point in the history