zephyr/subsys
Kumar Gala 93d0f8c58d dfu: Fix build issue with gcc8
We get the following warning when buiding with gcc8:

	error: 'packed' attribute ignored for type 'u32_t *'
	{aka 'unsigned int *'} [-Werror=attributes]

Use UNALIGNED_GET() to access the data since we don't know the
alignment.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-01-31 03:13:52 -06:00
..
app_memory app_shmem: auto-initialize partitions 2019-01-30 23:15:51 -05:00
bluetooth
console
cpp
debug
dfu dfu: Fix build issue with gcc8 2019-01-31 03:13:52 -06:00
disk
fb
fs nvs: fix alloc/data wra log format string 2019-01-29 17:49:44 +01:00
logging logging: Handle panic occuring before log initialization 2019-01-30 23:26:13 +01:00
mgmt
net net: sntp: get rid of the callback function 2019-01-31 10:14:12 +02:00
power
random
settings
shell shell: documentation update 2019-01-30 13:05:56 +01:00
stats
storage
usb
CMakeLists.txt
Kconfig