General Update and Prepare Feature Support - #116
Merged
Conversation
RadWolfie
marked this pull request as draft
July 6, 2026 15:31
Member
Author
|
Marked as a draft pull request for any review remarks that need to be changed or for any additional changes required. The configuration variable changes will be created in a separate pull request in the future. |
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.
Some modifications have been made to either improve the code or add planned feature support.
TEST_SKIP_OPTandTEST_SKIP_ENDmacros for future feature support.TEST_SKIP_OPTis intended for scenarios where a portion of the tests cannot be executed due to certain conditions.TEST_SKIP_ENDis intended for scenarios where entire tests cannot be executed under certain conditions, such as when a retail kernel does not export every symbol while a dev/debug kit does.nxdk_patchheader file for changes that need to be upstreamed. It is best to document what is missing from the nxdk repository here, then submit pull requests upstream to update the nxdk repository.TEST_ENDmacro by integrating a return statement, removing the need for redundant return statements in individual tests.Makefileby:.cfiles only once instead of repeatedly scanning for every file compilation.update device dummy comment.macro argument parenthesization.