zephyr/samples/net
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
..
capture samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
cloud modules: mbedtls: convert mbedTLS log levels to Zephyr log levels 2022-08-17 12:03:52 +02:00
common
dhcpv4_client ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
dns_resolve all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
dsa ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
eth_native_posix samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
gptp ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
gsm_modem devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ipv4_autoconf all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
lldp samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
lwm2m_client samples: net: lwm2m_client: Updated RD client event handler 2022-08-04 13:42:55 +02:00
mdns_responder ethernet: remove defconfig/proj setting of ethernet drivers 2022-08-15 14:32:45 +02:00
mqtt_publisher samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
openthread/coprocessor samples: net: openthread: coprocessor: remove Kconfig IEEE802154 choice 2022-08-10 11:57:34 +02:00
promiscuous_mode all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
sockets net: socketcan: decouple SocketCAN and CAN controller headers 2022-08-18 10:19:29 +02:00
stats samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
syslog_net logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
telnet all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
virtual all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
vlan samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
wifi samples: net: Remove label property from devicetree overlays 2022-07-19 10:30:39 +02:00
wpan_serial samples: net: wpan_serial: initialize devices at compile time 2022-08-19 11:51:26 +02:00
wpanusb samples: net: wpan(usb|serial): filter based on zephyr,ieee802154 2022-08-10 11:57:34 +02:00
zperf net: zperf: Extract zperf into library 2022-08-10 11:15:21 +02:00
net.rst