Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
309c39f40f1971378bd9b6c9ccee763419a363c0
/
drivers
/
timer
7cbdb6c
drivers/timer: Restore non-tickless tick count behavior
by Andy Ross
· 6 years ago
d30c9ae
drivers: nrf_power_clock: Migrate to DTS.
by Piotr Zięcik
· 6 years ago
75f77db
include: misc: util.h: Rename min/max to MIN/MAX
by Carlos Stuart
· 6 years ago
5bfe861
drivers: timer: Fix broken dependency for nrf_rtc_timer
by Krzysztof Chruscinski
· 6 years ago
5d0d5c0
drivers: counter: Counter API implementation for nRF Series (RTC).
by Krzysztof Chruscinski
· 6 years ago
e03c3d8
drivers: timer: conflict RTC timer with RTC1 counter
by Peter A. Bigot
· 6 years ago
da0d9ba
drivers: counter: Counter API implementation for nRF Series (RTC).
by Krzysztof Chruscinski
· 6 years ago
666cf22
arch: allow system clock driver selection for cortex m
by Bobby Noelte
· 6 years ago
a936510
boards: remove pulpino board
by Anas Nashif
· 6 years ago
c48971c
driver: arcv2_timer0: fixes and optimize the timer driver
by Wayne Ren
· 6 years ago
d0ad419
timer: xtensa: restore smp_timer_init()
by Daniel Leung
· 6 years ago
9653e15
drivers: timer: Add RTC-based system timer for Atmel SAM0 series MCU
by Martin Benda
· 6 years ago
58d8afb
interrupt_controller: RV32M1: add intmux driver / DT bindings
by Marti Bolivar
· 6 years ago
502d306
soc: riscv32: add RV32M1 SoC as openisa_rv32m1
by Marti Bolivar
· 6 years ago
ac36886
drivers: nrf: timer: add inline qualifier where inlining is intended
by Peter A. Bigot
· 6 years ago
084363a
drivers: timer: nrf: refactor for speed and correctness
by Peter A. Bigot
· 6 years ago
71882ff
drivers: timer: nrf: drop unnecessary counter mask
by Peter A. Bigot
· 6 years ago
4b24e88
drivers: timer: nrf: use irq_lock instead of spinlock
by Peter A. Bigot
· 6 years ago
d9ec5ec
hpet: remove HPET_TIMER_*_EDGE and HPET_TIMER_LEVEL_*
by Anas Nashif
· 6 years ago
1d11945
hpet: remove unused HPET_TIMER_LEGACY_EMULATION
by Anas Nashif
· 6 years ago
2621f6d
hpet: remove unused HPET_TIMER_DEBUG option
by Anas Nashif
· 6 years ago
5aa44e6
timer: cleanup dependencies in kconfig
by Anas Nashif
· 6 years ago
37fbff6
drivers: nrf: Adjust clock_control and timer drivers for nRF9160
by Andrzej Głąbek
· 6 years ago
2e68765
drivers: clock control: rename nrf5_power_clock source and header
by Ioannis Glaropoulos
· 6 years ago
302a746b
drivers: clock control: nrf: rename CLOCK_CONTROL_NRF5 Kconfig symbol
by Ioannis Glaropoulos
· 6 years ago
3642f67
drivers/timer/hpet: Fix logic for !TICKLESS
by Andy Ross
· 6 years ago
b69d0da
arch/x86_64: New architecture added
by Andy Ross
· 6 years ago
f2d0591
drivers/timer/hpet: Fix default IRQ
by Andy Ross
· 6 years ago
936d8bd
drivers: timer: fix disable systick function
by David Vincze
· 6 years ago
f8022b2
driver: arcv2_timer0: optimze the code
by Wayne Ren
· 6 years ago
37b4d2c
drivers: arcv2_timer0: bug fixes
by Wayne Ren
· 6 years ago
f477f56
driver: arcv2_timer0.c: minor changes according to review
by Wayne Ren
· 6 years ago
fceaf89
driver: refactor the arcv2 timer0 driver
by Wayne Ren
· 6 years ago
8ff96b5
drivers: Add 'U' to unsigned variable assignments
by Patrik Flykt
· 6 years ago
d2f5078
drivers: timer: nrf_rtc_timer: fix handling for 24-bit counter
by Peter A. Bigot
· 6 years ago
42cfd4f
kernel: expose k_busy_wait() to user mode
by Andrew Boie
· 6 years ago
7aeeb92
drivers/timer/xtensa_sys_timer: Add hook for old-style interrupt handling
by Andy Ross
· 6 years ago
39b2a09
drivers/timer: New xtensa timer with tickless support
by Andy Ross
· 6 years ago
f04f797
drivers/timer: New, tickless-capable RISC-V machine timer driver
by Andy Ross
· 6 years ago
03f007e
drivers/timer: Reworked NRF driver with tickless support
by Andy Ross
· 6 years ago
002a9f4
drivers/timer/hpet: Completely new, simplified, tickless-capable driver
by Andy Ross
· 6 years ago
9ff98f7
drivers/timer: Add more default stubs
by Andy Ross
· 6 years ago
c0a184c
drivers/timer: Select tickless via driver kconfig flag
by Andy Ross
· 6 years ago
0f444c8
drivers/timer: Add a standard workaround for known qemu issues
by Andy Ross
· 6 years ago
c535300
drivers/timer: New ARM SysTick driver
by Andy Ross
· 6 years ago
e4aa946
timer: xtensa_sys_timer: set compare register at init
by Daniel Leung
· 6 years ago
4071f2c
drivers: timer: use weak functions after declaration
by Anas Nashif
· 6 years ago
aa2bdbe
drivers: Remove board.h include
by Kumar Gala
· 6 years ago
cfe6203
kernel: Checkpatch fixups
by Andy Ross
· 6 years ago
987c0e5
kernel: New timeout implementation
by Andy Ross
· 6 years ago
96013b0
system_timer.h: Change "now" uptime API to be simpler for drivers
by Andy Ross
· 6 years ago
bf531ac
drivers/timer: Add default z_clock_set_timeout() fallback
by Andy Ross
· 6 years ago
722a888
timer: Clean up hairy tickless APIs
by Andy Ross
· 6 years ago
1a1a953
include/system_timer.h: Timer API cleanup
by Andy Ross
· 6 years ago
ab48827
drivers/timer: Unify timeout setting APIs
by Andy Ross
· 6 years ago
fa99ad6
sys_clock: Fix up tick announce API
by Andy Ross
· 6 years ago
317178b
sys_clock: Fix unsafe tick count usage
by Andy Ross
· 6 years ago
b2e4283
sys_clock: Make sys_clock_hw_cycles_per_tick() a proper API
by Andy Ross
· 6 years ago
cbb77be
sys_clock.h: Remove sys_clock_ticks_per_sec()
by Andy Ross
· 6 years ago
220d4f83
sys_clock.h: Make "global variable" APIs into proper functions
by Andy Ross
· 6 years ago
10bd2e6
drivers: timer nRF: use new BabbleSim config option
by Alberto Escolar Piedras
· 6 years ago
30fbf56
drivers: timer nRF: simplify kconfig depend
by Alberto Escolar Piedras
· 6 years ago
ba4a01e
drivers: timer: native_posix: Support SYSTEM_CLOCK_DISABLE
by Alberto Escolar Piedras
· 6 years ago
36365e3
drivers: timers: systick: Enforce a barrier in _timer_cycle_get_32.
by Adithya Baglody
· 7 years ago
a9f32d6
tracing: remove stray event_logger code
by Anas Nashif
· 7 years ago
a224878
kernel: event_logger: remove kernel_event_logger
by Anas Nashif
· 7 years ago
b6304e6
tracing: support generic tracing hooks
by Anas Nashif
· 7 years ago
1d27b40
tests: benchmarks: timing_info: Enable benchmarks for riscv32.
by Adithya Baglody
· 7 years ago
79f65d4
tests: benchmarks: timing_info: Enable benchmarks for nios2.
by Adithya Baglody
· 7 years ago
bb918d8
tests: benchmarks: timing_info: Enable benchmarks for xtensa.
by Adithya Baglody
· 7 years ago
db0c5ca
arch: arc: Added benchmark related hooks.
by Adithya Baglody
· 7 years ago
0866d18
irq: Fix irq_lock api usage
by Flavio Ceolin
· 7 years ago
8cf8db3
Kconfig: Use a short, consistent style for prompts
by Ulf Magnusson
· 7 years ago
24abedb
driver: timer: nrf: Remove redundant RTC_COUNTER reads.
by Piotr Zięcik
· 7 years ago
1dfd33b
drivers: timer: nrf: Optimize k_cycle_get_32().
by Piotr Zięcik
· 7 years ago
00b0761
native_posix: Add missing headers and function prototypes
by Alberto Escolar Piedras
· 7 years ago
50a08d9
loapic timer: LVTT should be programmed before ICR
by Zide Chen
· 7 years ago
2fe998c
kernel: Deprecate sys_clock_us_per_tick variable.
by Piotr Zięcik
· 7 years ago
5f44309
drivers: timer: nrf: Fix expected_sys_ticks issue in case of k_busy_wait
by Ramakrishna Pallala
· 7 years ago
120b8fc
drivers: timer: Kconfig: Remove redundant 'default n' properties
by Ulf Magnusson
· 7 years ago
80e6a97
kernel/drivers: fix compile warnings
by Anas Nashif
· 7 years ago
785faea
drivers: timer: nRFx: Use nrf_rtc hal for registers w sideeffects
by Alberto Escolar Piedras
· 7 years ago
7764367
esp32: update to ESP-IDF v3.0-dev-2648-gb2ff235b
by Gautier Seidel
· 7 years ago
3f3a907
drivers: timer: Use sys_clock_hw_cycles_per_tick in nrf_rtc_timer.
by Piotr Zięcik
· 7 years ago
edb2ad1
Bluetooth: controller: Remove redundant include of cmsis.h
by Vinayak Kariappa Chettimada
· 7 years ago
e2393a0
drivers: timer: nRFx: Remove redundant code
by Vinayak Kariappa Chettimada
· 7 years ago
8d2b22c
drivers: timer: expose RTC1 ISR handler function
by Ioannis Glaropoulos
· 7 years ago
788aa45
drivers: timer: remove unkown jira ID
by Anas Nashif
· 7 years ago
f49150c
arch: arm: nrf: Rename nrf5 SoC Family to nrf
by Carles Cufi
· 7 years ago
400dc79
timer: cortex_m: Fix the discontinuous readings of the cycle counter.
by Holman Greenhand
· 7 years ago
564f590
kernel: SMP timer integration
by Andy Ross
· 7 years ago
bba98a9
drivers/timer/xtensa_sys_timer: Add init/update hooks for asm2
by Andy Ross
· 7 years ago
39f78b9
drivers/timer/xtensa_sys_timer: Correctly declare ISR
by Andy Ross
· 7 years ago
6c483ea
native: timer bugfix in tickless mode part
by Alberto Escolar Piedras
· 7 years ago
66c1652
native: native_posix timer + irq fix
by Alberto Escolar Piedras
· 7 years ago
ff110b4
timer: Corrected types in nRF system timer functions
by Jan Van Winkel
· 7 years ago
7ae7498
kconfig: fix help text indentation
by Anas Nashif
· 7 years ago
6b55598
board: posix: add native_posix board definition
by Anas Nashif
· 7 years ago
429c2a4
kconfig: fix help syntax and add spaces
by Anas Nashif
· 7 years ago
eb51886
drivers: timer: Add Altera shim driver for timer soft IP
by Ramakrishna Pallala
· 7 years ago
Next »