Updated WDT task for lib dependencies and global link#62
Closed
kdao18 wants to merge 25 commits into
Closed
Conversation
ksthakkar
requested changes
Mar 12, 2026
Contributor
ksthakkar
left a comment
There was a problem hiding this comment.
The adjusted logic is OK, needs to be tested. However the build does not pass due to issues with the WDT_4 library.
Action items:
- Fix issues within WDT lib
- Fix CPP linter issues
- Plan a testing date (w1 of spring quarter) to ensure this works.
Fixed clang formatting for WDT.cpp Merged main and kd-ag/mz_wdt2 branches to resolve merge conflicts for apps, bse, main.cpp
Deploying embedded with
|
| Latest commit: |
018e0f4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://13130257.embedded-ah0.pages.dev |
| Branch Preview URL: | https://kd-ag-mz-wdt2.embedded-ah0.pages.dev |
Collaborator
Author
|
Fixed Cpp linter issues and WDT lib dependecies issue |
Collaborator
Author
|
ready for review and merge |
Contributor
|
Good work, great testing. Merging with branch "kz-features" to keep main a working copy of kz fw. |
This was referenced Apr 15, 2026
Closed
Merged
Closed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Used platformIO to properly include WDT_T4 library. Updated static variables to global for apps_last_run_tick and bse_last_run_tick. Changed frequency and timeout times to match kz_driving branch to 100 ms.