Commit Graph

14 Commits

Author SHA1 Message Date
07c4b92335 depot: update recipe hashes 2023-10-04 13:22:08 +02:00
73771669f1 depot: update recipe hashes 2023-03-13 14:32:54 +01:00
44e2cd14a0 depot: update recipe hashes 2022-08-17 12:03:26 +02:00
efbed6f7bf depot: update recipe hashes 2021-04-20 12:10:58 +02:00
91f8281618 depot: update recipe hashes 2020-10-09 13:35:57 +02:00
7d0cb9620b depot: update recipe hashes 2020-08-25 11:50:41 +02:00
b60b591d06 depot: update recipe hashes 2020-04-17 12:40:13 +02:00
46fa8197a2 depot: update recipe hashes 2020-03-26 11:39:02 +01:00
11ef8e1ff2 depot: update recipe hashes 2019-11-28 09:06:39 +01:00
ba51800b31 depot: update recipe hashes 2019-05-06 16:15:27 +02:00
46a29532a9 depot: update recipe hashes 2019-02-26 14:47:02 +01:00
0e0b6bdde7 depot: update recipe hashes 2019-02-19 11:13:56 +01:00
ed65267bc5 depot: update recipe hashes 2019-01-14 12:34:41 +01:00
bf62d6b896 Move timer from os to base repository
Since the timer and timeout handling is part of the base library (the
dynamic linker), it belongs to the base repository.

Besides moving the timer and its related infrastructure (alarm, timeout
libs, tests) to the base repository, this patch also moves the timer
from the 'drivers' subdirectory directly to 'src' and disamibuates the
timer's build locations for the various kernels. Otherwise the different
timer implementations could interfere with each other when using one
build directory with multiple kernels.

Note that this patch changes the include paths for the former os/timer,
os/alarm.h, os/duration.h, and os/timed_semaphore.h to base/.

Issue #3101
2019-01-14 12:33:57 +01:00