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.2 Upgrade #1499

Merged
merged 21 commits into from Apr 6, 2023
Merged

Commits on Mar 27, 2023

  1. Copy the full SHA
    4d0124f View commit details
    Browse the repository at this point in the history
  2. refactor(display): Updates for LVGL v8.x changes.

    * LV_ prefix from new LVGL official Kconfig now used.
    * API changes for themes, container object removal, etc.
    * Add our own Kconfig and code for theme default small font.
    * Remove some hardcoded sizes.
    petejohanson committed Mar 27, 2023
    Copy the full SHA
    5027ed6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    36cdac5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    67ccca6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    63e71a1 View commit details
    Browse the repository at this point in the history
  6. refactor(behaviors): Rename reset behavior.

    * Upstream now has a node w/ label `reset` on many boards, so
      renaming our reset behavior node label to `sys_reset`.
    petejohanson committed Mar 27, 2023
    Copy the full SHA
    09a84ce View commit details
    Browse the repository at this point in the history
  7. refactor: Move to zephyr/ include paths.

    * Zephyr moved to properly namespaced headers, so major "rip
      the bandaid" commit to move us to those everywhere.
    petejohanson committed Mar 27, 2023
    Copy the full SHA
    af586e3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7ba54de View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    efae1ba View commit details
    Browse the repository at this point in the history
  10. refactor: Move away from deprecated label usages.

    * Move away from DT_LABEL.
    * Move to DEVICE_DT_GET for non-behavior device access.
    * Move various drivers to `gpio_spec_dt` and `DT` related macros.
    * Remove mcp23017 while at it, since better upstream driver is
      available.
    petejohanson committed Mar 27, 2023
    Copy the full SHA
    5bad121 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8b7cc91 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix(boards): Base config/overlay for rp2040 boards

    Baseline config and overlay for the following:
    
    * `rpi_pico`
    * `adafruit_kb2040`
    * `sparkfun_pro_micro_rp2040`
    * `adafruit_qt_py_rp2040`
    * `seeeduino_xiao_rp2040`
    * `boardsource_blok`
    * `01space_rp2040_042lcd`
    
    Co-authored-by: Joel Spadin <joelspadin@gmail.com>
    petejohanson and joelspadin committed Apr 4, 2023
    Copy the full SHA
    cf6fddd View commit details
    Browse the repository at this point in the history
  2. fix(logging): Disable USB driver logging.

    When enabling our high level USB logging, disable the USB driver
    logging itself entirely, to avoid logging in the driver causing
    errors when USB isn't up yet to send the logs.
    petejohanson committed Apr 4, 2023
    Copy the full SHA
    29bebf7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3a9216f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a654b2d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    48b5877 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0b37bae View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Copy the full SHA
    b74830b View commit details
    Browse the repository at this point in the history
  2. feat(docs): Add BLE feature/config pages.

    Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
    petejohanson and caksoylar committed Apr 5, 2023
    Copy the full SHA
    6e0d742 View commit details
    Browse the repository at this point in the history
  3. fix(display): Tweak EPD driver init/blanking.

    Ensure we only clear the display when turning blanking off the
    first time, not every time, to avoid duplicate clears.
    petejohanson committed Apr 5, 2023
    Copy the full SHA
    1015dda View commit details
    Browse the repository at this point in the history
  4. feat(docs): Add blog post for Zephyr 3.2.

    Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
    petejohanson and caksoylar committed Apr 5, 2023
    Copy the full SHA
    66ffaac View commit details
    Browse the repository at this point in the history