drivers: udc_ambiq: Implemented UDC driver for apollo4p

Added implementation for udc_ambiq with its required Kconfig and
CMakelist updates.

Signed-off-by: Chew Zeh Yang <zeon.chew@ambiq.com>
This commit is contained in:
Chew Zeh Yang 2024-09-19 10:08:37 +08:00 committed by Anas Nashif
commit 659582b06f
5 changed files with 1009 additions and 0 deletions

View file

@ -70,4 +70,9 @@ config AMBIQ_HAL_USE_ADC
help
Use the ADC driver from Ambiq HAL
config AMBIQ_HAL_USE_USB
bool
help
Use the USB driver from Ambiq HAL
endif # AMBIQ_HAL