diff options
| author | gab-k <[email protected]> | 2025-12-14 01:30:12 +0100 |
|---|---|---|
| committer | gab-k <[email protected]> | 2025-12-14 01:30:12 +0100 |
| commit | b43b99a571e81fb99f6603d9534f7d4bb55e8d02 (patch) | |
| tree | 54c9ea1055b453ecf3f1a3591569733cd898adfd /src | |
| parent | a412a8e50d07fc789ea598f101a94570b1f33fc4 (diff) | |
bsp: nxp: add support for RW612 (FRDM-RW612)
- Added `rw61x` family support.
- Added `frdm_rw612` board support.
- Update `get_deps.py` to include mcux-sdk for RW61x.
- Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples.
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/chipidea/ci_hs/hcd_ci_hs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/portable/chipidea/ci_hs/hcd_ci_hs.c b/src/portable/chipidea/ci_hs/hcd_ci_hs.c index b5324a754..fe2895f6a 100644 --- a/src/portable/chipidea/ci_hs/hcd_ci_hs.c +++ b/src/portable/chipidea/ci_hs/hcd_ci_hs.c @@ -61,6 +61,9 @@ bool hcd_dcache_clean_invalidate(void const* addr, uint32_t data_size) { #include "ci_hs_lpc18_43.h" +#elif TU_CHECK_MCU(OPT_MCU_RW61X) +#include "ci_hs_rw61x.h" + #else #error "Unsupported MCUs" #endif |
