zephyr/drivers/timer
Benjamin Walsh 3c39e55ab1 arc: fix unaligned variables resulting in unaligned k_cpu_sleep_mode
Force-align all variables defined via asm .word to ensure 4-byte
alignment.

The straddled_tick_on_idle_enter variable was a bool, which resolved in
an one-byte quantity. Changing it to a 32-bit integer. It would have
occupied 4 bytes anyway with alignment.

Fixes ZEP-1549.

Change-Id: If5e0aa1a75dbc73d896b44616f059d221fe191c6
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2017-01-13 01:36:08 +00:00
..
altera_avalon_timer.c arc/nios2: rename sys_cycle_get_32 to k_cycle_get_32 2016-12-21 19:50:05 +00:00
arcv2_timer0.c arc: fix unaligned variables resulting in unaligned k_cpu_sleep_mode 2017-01-13 01:36:08 +00:00
cortex_m_systick.c drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00
hpet.c drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00
Kconfig arm: nordic_nrf5: Cleanup Kconfig dependencies for timer and clocks 2017-01-09 20:55:10 +00:00
loapic_timer.c drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00
Makefile arm: remove old GDB_INFO support 2016-12-19 19:17:30 +00:00
nrf_rtc_timer.c drivers: timer: Optimize RTC driver and prevent past events 2016-12-16 12:51:15 +00:00
sys_clock_init.c drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00