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

T91x oob #15473

Closed
wants to merge 6 commits into from
Closed

T91x oob #15473

wants to merge 6 commits into from

Commits on May 23, 2024

  1. applications: connectivity_bridge: update PID/VID for Thingy:91 X

    This patch updates the PID/VID for the Thingy:91 X board to match the
    spec.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9869833 View commit details
    Browse the repository at this point in the history
  2. manifest: mcuboot: enable serial recovery for thingy91x

    This patch pulls mcuboot changes
    to enable serial recovery for thingy91x.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2c085d1 View commit details
    Browse the repository at this point in the history
  3. applications: connectivity_bridge: Add buttonless serial recovery

    Add support for buttonless serial recovery for Thingy:91 X
    to the connectivity_bridge.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f0cd63b View commit details
    Browse the repository at this point in the history
  4. scripts: Add Thingy:91 X DFU command

    This patch adds a new west command to flash the Thingy:91 X.
    It automatically detects whether to update the nrf53 or the nrf91
    and triggers the corresponding bootloader.
    After the command is finished, the new application is running.
    The command is used with a in the following way:
    ```
    west thingy91x-dfu build/zephyr/dfu_application.zip
    ```
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    503e6d8 View commit details
    Browse the repository at this point in the history
  5. ci: Updating requirements-fixed.txt

    This is an automated commit from github workflow by NordicBuilder
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0953706 View commit details
    Browse the repository at this point in the history
  6. dfu: use old path

    maxd-nordic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5cc5862 View commit details
    Browse the repository at this point in the history