-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sw_services: xiltimer: Add checks for default timer functionality
updated the condition to enhance the functionality to ensure the default timer is used when ticktimer is set to None and modified xiltimer.cmake to initialize tick_timer to "None" when there is no interval timer enabled. this change prevents uninitialized variables and ensures that the logic for setting XTIMER_NO_TICK_TIMER is correctly applied, facilitating better handling of timer instances and updated library_utils.py to enable the interval timer automatically for FreeRTOS, ensuring the proper functionality. Signed-off-by: M Lakshmaiah <[email protected]> Acked-by: Appana Durga Kedareswara rao <[email protected]>
- Loading branch information
M Lakshmaiah
authored and
Siva Addepalli
committed
Oct 28, 2024
1 parent
5f03a57
commit 83aaa61
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters