Closed
Description
Is your feature request related to a problem? Please describe.
I cannot use USB suspend / resume with LPC55xx MCUs on Zephyr.
Describe the solution you'd like
I'd like to enable USB_DEVICE_CONFIG_LOW_POWER_MODE
, so that I can use Zephyr's USB suspend / resume functionality on the LPC55xx MCUs.
Should I just commit this to modules/hal/nxp/mcux/middleware/mcux-sdk-middleware-usb/output/npw/device_config/ip3511fs/usb_device_config.h
or what is the recommended way to handle this?
It's currently explicitly set to 0
here: https://github.com/zephyrproject-rtos/hal_nxp/blob/master/mcux/middleware/mcux-sdk-middleware-usb/output/npw/device_config/ip3511hs/usb_device_config.h#L159
Describe alternatives you've considered
No response