forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TI] Update Openthread & TI SDK references (project-chip#31456)
* Use Correct DMM library for M33F * Shift FreeRTOS Tickrate to 1ms to free up CPU. * Update SDK ref. * Update OT-TI ref * Update Openthread TI reference * Restyled by gn --------- Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
e512bf7
commit b21ea7d
Showing
6 changed files
with
14 additions
and
9 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
Submodule ot-ti
updated
16 files
+3 −3 | CMakeLists.txt | |
+6 −0 | boards.cmake | |
+1 −0 | script/build | |
+3 −0 | script/release | |
+5 −1 | src/CMakeLists.txt | |
+5 −4 | src/FreeRTOSConfig.h | |
+180 −47 | src/alarm.c | |
+72 −41 | src/alarm_micro.c | |
+11 −2 | src/openthread-core-cc13xx_cc26xx-config-matter.h | |
+13 −5 | src/openthread-core-cc13xx_cc26xx-config-thci.h | |
+11 −2 | src/openthread-core-cc13xx_cc26xx-config.h | |
+6 −1 | src/openthread.syscfg | |
+181 −72 | src/radio.c | |
+39 −24 | src/uart.c | |
+21 −0 | third_party/ti_simplelink_sdk/CMakeLists.txt | |
+1 −1 | third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx |
Submodule repo_cc13xx_cc26xx
updated
from 769275 to 93adb5
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