zephyr/samples/subsys/usb
Florian La Roche 5727503489 style: move ALWAYS_INLINE to the beginning to resolve compiler warnings
With gcc from the zephyr sdk and -Wold-style-declaration is giving this
output:
zephyr/arch/arm/core/aarch32/cortex_a_r/fault.c:101:1: warning:
  'inline' is not at beginning of declaration [-Wold-style-declaration]
  101 | static void ALWAYS_INLINE
                    z_arm_fpu_caller_save(struct __fpu_sf *fpu)
      | ^~~~~~

I searched to all of the source code to find these further occurances
where inline is not at the beginning of a function declaration.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2023-08-23 14:44:23 +02:00
..
audio samples/usb: Fix filtering for POSIX arch 2023-05-04 16:48:01 -04:00
cdc_acm sample/tests: remove CONFIG_USB_COMPOSITE_DEVICE usage 2023-07-26 14:37:15 +02:00
cdc_acm_composite sample/tests: remove CONFIG_USB_COMPOSITE_DEVICE usage 2023-07-26 14:37:15 +02:00
console usb: device_next: use specific macros for string descriptors 2023-05-26 09:48:19 -04:00
dfu doc: update stale links to MCUboot documentation 2023-06-07 04:40:47 -04:00
hid samples: usb: hid: remove SYS_INIT 2023-08-04 10:41:38 +02:00
hid-cdc samples: usb: rename shadow variables 2023-08-22 11:39:58 +02:00
hid-mouse style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
inf
mass doc: update LittleFS Github repo URLs 2023-06-07 04:40:47 -04:00
shell doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
testusb samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
webusb samples: subsys: usb: webusb: Fix Win10 detection 2023-07-10 09:26:30 +02:00
usb.rst