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:
Florian Grandel 2023-09-08 10:47:28 +02:00 committed by Chris Friedt
commit e6f55318d7

View file

@ -239,7 +239,7 @@ manifest:
groups:
- hal
- name: hal_ti
revision: ae1db23f32dde779cdfc4afaa9a60ea219310a64
revision: 9fa5827c44b6a81dced9efafb4095dafabea7421
path: modules/hal/ti
groups:
- hal