zephyr/samples/subsys
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
canbus samples: canbus: canopen: add program download support 2020-05-08 10:53:42 +02:00
console cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
fs samples: subsys: fs: Add new board configurations to fat_fs sample 2020-05-07 14:47:43 +02:00
ipc samples: subsys: openamp: use new-style DT macros for shared memory 2020-05-05 10:08:28 -05:00
logging timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
mgmt samples/susbys/mgmt/mcumgr/smp_svr: add nrf5 configs 2020-04-20 15:57:52 +02:00
nvs drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
power/device_pm device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
settings boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
shell samples: shell: shell_module: add demo hexdump command 2020-05-06 09:42:02 +02:00
tracing samples: fix configuration for systemview/cpu stats 2020-04-29 22:30:19 -04:00
usb usb: samples: Add USB Audio Headset sample 2020-05-08 15:12:27 +02:00
subsys.rst