-
Notifications
You must be signed in to change notification settings - Fork 0
Update SimpleLink F3 SDK from 7.40.00.64 to 8.10.00.55 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: f3.7.40.00.64
Are you sure you want to change the base?
Conversation
This commit updates ble5stack examples F2 and F3 SDK versions
fbf6ff07 SimpleLink lpf3-8.10.00.55 update This commit updates to the SimpleLink F3 8.10.00.55 SDK release. cp -pr ../temp/lowpower-f3-sdk/* # new file: source/third_party/hsmddk/include/TestTools/Regress_vip/mb_freertos/Makefile 542955ae Added required CC2340R5 IAR version git-subtree-dir: simplelink-lowpower-f3-sdk git-subtree-split: fbf6ff0719b4debdd5071aa530780ac02c3ef1a0
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary: SDK Update 7.40.00.64 → 8.10.00.55This PR updates the SimpleLink F3 SDK, introducing changes across the Radio Control Layer and memory management subsystems. The update adds scheduler stop time cancellation logic and refactors event handling architecture. Key FindingsRadio Control Layer Changes: Event handling was refactored to separate command and dispatch interrupt flags through new functions hal_get_command_ifg_reg and hal_get_dispatch_ifg_reg. The partial setup event handling now uses RCL_Scheduler_postEvent instead of direct flag manipulation, adding approximately 50 ns overhead while improving encapsulation. Memory Management: Link Layer: Power Consumption: The SDK update prioritizes robustness through enhanced scheduler synchronization and event handling architecture at the cost of increased execution time in stop operations. |
This PR updates example projects to use SimpleLink SDK 8.10.00.55, replacing the previous dependency 7.40.00.64.