nuttx/arch/arm/src/efm32
yangsong8 5a39e83c05 usbdev: extend the usb req len to size_t
Some USB controllers can receive or send multiple data packets then
generate one interrupt. This mechanism can reduce the number of data
copies. Extend req buf to accommodate this.

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2024-08-30 01:32:02 +08:00
..
hardware Fix nuttx coding style 2023-12-13 17:29:08 +01:00
chip.h
efm32_adc.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_adc.h
efm32_bitband.c
efm32_bitband.h
efm32_clockconfig.c Fix Error: chip/efm32_clockconfig.c:109:20: error: unused function 'efm32_synchronize' [-Werror,-Wunused-function] 2022-10-30 16:03:35 +01:00
efm32_clockconfig.h
efm32_config.h
efm32_dma.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
efm32_dma.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_flash.c arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
efm32_gpio.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
efm32_gpio.h
efm32_gpioirq.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_i2c.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
efm32_i2c.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_idle.c power: add PM_IDLE_DOMAIN to pm.h and remove definations 2022-07-29 11:15:40 +08:00
efm32_irq.c arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
efm32_leserial.c spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
efm32_lowputc.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
efm32_lowputc.h
efm32_pm.h
efm32_pwm.c arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
efm32_pwm.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_rmu.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
efm32_rmu.h
efm32_rtc.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_rtc_burtc.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_serial.c up_putc: int up_putc, enter_critical_section may be called 2024-05-09 13:45:02 +08:00
efm32_spi.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
efm32_spi.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
efm32_start.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
efm32_start.h
efm32_timer.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_timer.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_timerisr.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_usb.h arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
efm32_usbdev.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
efm32_usbhost.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
Kconfig Fix Kconfig style 2023-12-09 13:44:46 -08:00
Make.defs arch/cortex-m/Make.defs: unify arch common source include 2022-04-30 21:50:16 +08:00