modules: hal: ti: fix timer integration issues
Updates the TI hal modules to include the following fixes in Zephyr's ClockP API implementation: * The unused stubs.h header was removed. * The ClockP implementation contained some cruft due to an incomplete migration from the ms based to the tick based kernel timer API. * The ClockP implementation assumed timeouts and periods to be given in ms although TI's API always expected ticks. * A fix for a major conversion bug in TI's own usage of the ClockP API throughout the SimpleLink framework is included. Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
parent
ffecd8d0fc
commit
e6f55318d7
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -239,7 +239,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_ti
|
||||
revision: ae1db23f32dde779cdfc4afaa9a60ea219310a64
|
||||
revision: 9fa5827c44b6a81dced9efafb4095dafabea7421
|
||||
path: modules/hal/ti
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue