boards: mimxrt700_evk: Fix USB failures
1. Update the USB clock init code 2. Pass a flag to USB HAL driver for cache management Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
d7f6aa2f3c
commit
bc5a60c812
2 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
#
|
||||
|
||||
zephyr_compile_definitions_ifdef(CONFIG_NXP_LP_FLEXCOMM LPFLEXCOMM_INIT_NOT_USED_IN_DRIVER=1)
|
||||
zephyr_compile_definitions_ifdef(CONFIG_UDC_DRIVER USB_DEVICE_CONFIG_BUFFER_PROPERTY_CACHEABLE=1)
|
||||
|
||||
zephyr_compile_definitions(FSL_SDK_DRIVER_QUICK_ACCESS_ENABLE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue