connectedhomeip
[NXP][Zephyr] Add experimental Ethernet support to NXP zephyr platforms
#35643
Merged

  • .github/workflows
    • File
      examples-nxp.yaml
  • config/nxp
    • chip-module
      • File
        CMakeLists.txt
      • Kconfig.defaults
      • File
        Kconfig.features
    • cmake
      • File
        common.cmake
  • examples
    • all-clusters-app/nxp/zephyr
      • boards
        • rd_rw612_bga_ethernet.overlay
        • File
          rd_rw612_bga_ethernet_fdata.conf
      • File
        prj_ethernet.conf
    • laundry-washer-app/nxp/zephyr
      • boards
        • rd_rw612_bga_ethernet.overlay
        • File
          rd_rw612_bga_ethernet_fdata.conf
      • File
        prj_ethernet.conf
    • platform/nxp/common/app_task
      • include
        • File
          AppTaskBase.h
        • File
          AppTaskZephyr.h
      • source
        • File
          AppTaskBase.cpp
        • File
          AppTaskZephyr.cpp
    • thermostat/nxp/zephyr
      • boards
        • rd_rw612_bga_ethernet.overlay
        • File
          rd_rw612_bga_ethernet_fdata.conf
      • File
        prj_ethernet.conf
  • scripts/build
    • build
      • File
        targets.py
    • builders
      • File
        nxp.py
    • testdata
      • File
        all_targets_linux_x64.txt
  • src/platform
    • Zephyr
      • File
        ConfigurationManagerImpl.cpp
    • nxp/zephyr
      • BUILD.gn
      • File
        ConnectivityManagerImpl.cpp
      • File
        ConnectivityManagerImpl.h
      • Ethernet
        • File
          ConnectivityManagerImplEth.cpp
        • File
          ConnectivityManagerImplEth.h
        • File
          EthManager.cpp
        • File
          EthManager.h
        • File
          NxpEthDriver.cpp
        • File
          NxpEthDriver.h
      • args.gni
    • telink
      • File
        CHIPDevicePlatformConfig.h

Loading comments...

Loading