104 Commits (697d0f845d26692929ea3cb15a968c64f6925856)

Author SHA1 Message Date
Mathieu Choplain 5ef21f3af2 drivers: timer: cortex_m_systick: support SysTick reset in low-power mode 4 months ago
Mathieu Choplain 006d6e5cb7 drivers: timer: cortex_m_systick: add hook-based LPM timer support 4 months ago
Mathieu Choplain 677e6275fa drivers: timer: cortex_m_systick: make idle timer a Kconfig choice 4 months ago
WenBin Zhang ab0915630e tracing: Add systick tracing 6 months ago
Andrey VOLKOV 213da72d06 timer: cortex_m_systick: use direct interrupt handler instead of C-function 11 months ago
Andrey VOLKOV 59db014f43 timer: cortex_m_systick: minor refactoring 11 months ago
Dawid Niedzwiecki 75f7ffb2c9 Revert "timer: cortex_m_systick: handle cycle count overflow with idle timer" 2 years ago
Dawid Niedzwiecki 733bddb32e timer: cortex_m_systick: idle timer: handle no sleep case 2 years ago
Dawid Niedzwiecki 4104f54987 timer: cortex_m_systick: handle idle timer overflow 2 years ago
Dawid Niedzwiecki 2ae09993ca timer: cortex_m_systick: handle cycle count overflow with idle timer 2 years ago
Dawid Niedzwiecki 457d437841 timer: cortex-m systick: add idle timer 2 years ago
Grant Ramsay 236318332b drivers: systick: Fix Cortex-M SysTick dropping 1 cycle per tick 2 years ago
Grant Ramsay e032f9520d drivers: systick: Fix Cortex-M systick jumping forward and back again 2 years ago
Gerard Marull-Paretas 12b2ee54e3 drivers: timer: s/device.h/init.h 2 years ago
Gerard Marull-Paretas 9c961571a2 modules: cmsis: move glue code to modules/cmsis 2 years ago
Nicolas Pitre 49580bd374 drivers: systick: implement option for sys_clock_cycle_get_64() 2 years ago
Gerard Marull-Paretas 4863c5f05b sys/util: extend usage of DIV_ROUND_UP 2 years ago
Gerard Marull-Paretas a5fd0d184a init: remove the need for a dummy device pointer in SYS_INIT functions 2 years ago
Zachary J. Fields c29dcb3a98 cortex-m: warnings: Address -Wextra warnings 2 years ago
Gerard Marull-Paretas 178bdc4afc include: add missing zephyr/irq.h include 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Gerard Marull-Paretas b1ced75386 drivers: timer: move initialization setup to drivers 4 years ago
Simon Guinot aa8e34302a drivers: systick: fix cycle count in sys_clock_set_timeout() 4 years ago
Anas Nashif 5d6c219210 drivers: device: do not reuse tag name 'device' 4 years ago
Anas Nashif c076d94eec kernel: remove tickless idle 4 years ago
Anas Nashif 771cc9705c clock: z_clock_isr -> sys_clock_isr 4 years ago
Anas Nashif 12b53d121e clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 4 years ago
Anas Nashif 9c1efe6b4b clock: remove z_ from semi-public APIs 4 years ago
Trond Einar Snekvik 86c793af3f sys: util: Replace MIN(MAX(a, b), c) with CLAMP 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Flavio Ceolin e1e4a402e2 drivers: timer: Explicitly setting argument as unused 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Stephanos Ioannidis c442203c08 arch: arm: aarch32: Fix incorrect z_arm_{int,exc}_exit usage 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Carlo Caione aec9a8c4be arch: arm: Move ARM code to AArch32 sub-directory 6 years ago
Ioannis Glaropoulos ea2324dd2a drivers: timer: SysTick: enforce proper min & max SysTick LOAD values 6 years ago
Peter Bigot 3594f136d7 drivers: systick: avoid starving clock announcements 6 years ago
Ioannis Glaropoulos b3574bdad7 drivers: systick: fix calculation of absolute cycles count in ISR 6 years ago
Peter Bigot f16a403e64 drivers: timer: SysTick: rework late overflow check 6 years ago
Ioannis Glaropoulos f7aa227c07 drivers: timer: SysTick: document internal function and variables 6 years ago
Ioannis Glaropoulos 35886463dd drivers: timer: SysTick: remove unnecessary masking 6 years ago
Andrei Gansari 2adccabf6a drivers: remove arm's qemu systick workaround 6 years ago
Andrew Boie 8c98a97581 arm: arch code naming cleanup 6 years ago
Piotr Zięcik 0c0c0d93ea drivers: timer: Do not use CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 6 years ago
Anas Nashif 68c389c1f8 include: move system timer headers to include/drivers/timer/ 6 years ago
Ioannis Glaropoulos 4a1ebfa049 drivers: timer: SysTick: revert clearing pending events 6 years ago
Ioannis Glaropoulos 2895da02a4 drivers: timer: systick: clear pending events when resetting timeout 6 years ago
Ioannis Glaropoulos a0a861bfd7 drivers: timer: systick: fix off-by-one setting in tickless mode 6 years ago
Ioannis Glaropoulos b1b4ec126d drivers: timer: systick: fix off-by-one setting 6 years ago
Andy Ross 110cab8aa3 drivers/timer/systick: Improve clock slippage under irq_lock load 6 years ago