zephyr/samples
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
..
application_development samples: application_development: drop oot board/driver samples 2023-08-16 20:31:35 +02:00
arch samples: arch: rename shadow variables 2023-08-22 11:39:58 +02:00
basic samples/basic: print_sys_memory_stats() removed from hash_map, static 2023-08-22 19:12:59 -04:00
bluetooth Bluetooth: audio: ascs: Move metadata validation to stack 2023-08-22 09:59:53 +02:00
boards samples: boards: rename shadow variables 2023-08-22 11:39:58 +02:00
compression tests/samples: use integration_platforms more where it makes sense 2023-05-26 17:52:02 -04:00
cpp doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
drivers Samples: Fix XEC clock control sample code for MEC172x using new GPIOs. 2023-08-23 10:06:13 +02:00
fuel_gauge drivers: fuel_gauge: Add support for RSOC and ASOC 2023-05-19 13:40:19 -04:00
hello_world samples: hello_world: use printf 2023-08-17 10:38:26 +02:00
kernel tests: add kernel tag to all benchmarks and samples 2023-06-02 04:47:06 -04:00
modules tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
net samples/net/dhcpv4_client: remove unused var "iface" from sample 2023-08-23 14:43:56 +02:00
philosophers samples: philosophers: rename shadow variables 2023-08-22 11:39:58 +02:00
posix samples: posix: uname: Set to 1cpu as shell_thread is not SMP-safe 2023-08-21 13:27:07 +02:00
sensor samples: sensors: rename shadow variables 2023-08-22 11:39:58 +02:00
shields samples: shields: npm1300_ek: Event callbacks added 2023-08-21 10:04:03 +02:00
subsys style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
synchronization tests: synchronization: do not build on all 2023-06-13 09:38:27 -04:00
tfm_integration samples/tfm_integration: Remove 'noreturn' attribute from main 2023-06-17 07:28:42 -04:00
userspace samples/userspace: Set common malloc arena size to zero for syscall_perf 2023-06-17 07:28:42 -04:00
classic.rst
index.rst drivers: Added fuel gauge max17048 2023-03-22 14:51:33 -04:00
sample_definition_and_criteria.rst doc: use a linked reference rather than a GitHub reference. 2023-08-16 14:58:20 +02:00