zephyr/samples
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
application_development boards: remove unused tag from supported list 2022-08-10 11:57:34 +02:00
arch devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
basic drivers: led: Remove unnecessary Kconfig settings 2022-08-11 17:46:43 +02:00
bluetooth devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
boards devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
compression samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
drivers devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
hello_world samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
kernel samples: condvar: extra stack space for custom threads 2022-08-18 17:23:18 +02:00
modules devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
net devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
philosophers samples: do not use CONFIG_TEST_EXTRA_STACK_SIZE 2022-08-03 11:22:20 +02:00
posix include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
sensor devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
shields devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
subsys devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
synchronization samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
tfm_integration modules: tfm: Exclude non-secure TF-M application from build 2022-08-09 13:59:02 +02:00
userspace test: syscall_perf: Do not re-define csr_read 2022-07-18 12:22:00 -04:00
classic.rst
index.rst