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

wifi: Radio test combo 5340 #11710

Closed
wants to merge 4 commits into from

Commits on Jul 6, 2023

  1. samples: Add a config option to choose combo build

    Add a Kconfig option to choose to build for a combo build for nRF700x
    radio test. As we intend use the define in this file, it cannot be
    defined under samples/wifi/radio_test.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f127be3 View commit details
    Browse the repository at this point in the history
  2. samples: Fix handling of combo build for Wi-Fi radio test

    Wi-Fi radio test combo build is disabled by default and if enabled has
    to pull in the peripheral radio test child image to CPUNET for nRF5340.
    
    This is controlled by used of CPUNET configuration, but due to the
    mismatch in choosing different Kconfig options RPMSG child image vs.
    Peripheral radio test image, the partition manager is enabled because
    radio test sample is enabled, but no child image is enabled as CPUNET is
    disabled.
    
    Fix this by using the newly add macro that takes care of all
    dependencies.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8c16520 View commit details
    Browse the repository at this point in the history
  3. samples: wifi: radio_test: Update twister

    Use newly introduced combo build.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d00a8d3 View commit details
    Browse the repository at this point in the history
  4. samples: wifi: radio_test: Add nRF7002 EK combo build to twister

    This helps us catch issues with combo builds on RF5340, primarily for
    storing FW patches in external flash.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e3ec117 View commit details
    Browse the repository at this point in the history