zephyr/drivers/usb/device
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit merely makes it explicit u8.

Pointer arithmetics over void types is:
 * A GNU C extension
 * Not supported by Clang
 * Illegal across all ISO C standards

See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
CMakeLists.txt
Kconfig
usb_dc_dw.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
usb_dc_kinetis.c portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
usb_dc_nrf5.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
usb_dc_sam0.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
usb_dc_stm32.c
usb_dw_registers.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00