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

tests: drivers: build_all: ieee802154: Add native_sim configuration #78518

Merged

Commits on Sep 17, 2024

  1. drivers: ieee802154: mcr20a: Specify the dependency on HAL_MCUX

    The mcr20a driver referencing `MCR20Overwrites.h` which is under
    `hal/nxp/mcux`.
    
    So, put `depends HAS_MCUX` for clarify the dependency.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b82c8f8 View commit details
    Browse the repository at this point in the history
  2. tests: drivers: build_all: ieee802154: Add overlay for native_sim and 64

    The native_sim has already been added to the test cases of
    `drivers.ieee802154.build.external` is not being appropriately
    processed because there is no corresponding overlay.
    
    Create an overlay as an alias of native_posix.overlay.
    
    Also, add the native_sim/native/64 platforms in the same way.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    69c5749 View commit details
    Browse the repository at this point in the history