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.
CMake: Add initial support #13566
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
Uh oh!
There was an error while loading. Please reload this page.
CMake: Add initial support #13566
Changes from 1 commit
52dd933f4e40126dc5f5ad836489311b2ca59a7d778408289a63fa601d6f86f8f9bf40929adbe5c453e5a08be8c70d92298a74bf130e888653d71285709dd2554a5d3b78ef7a71c48e06b5ef8a915d552f18622e10f4212f0072e78dabb28bd45acbb03e94fe2f38ab08eb1e31bb6be37dd7337debffb6e172eb32d1508d4b13332396ddc70e1770d335dfddecfee288b21238395221224c79a42efe469d3d88e35128b0267c364dfa8d9fdc05170fef11e0606f4e1b100be3d1b524154af48a342cd9294f8568c2f89e9918a1380894f8cc02c015490e5d3a1ebedf257f39aeaac5e808b3cec2e744208c876bc176fd50a5f53181f1a3d69c1fa350c30d925de3462d20e19de400211cc8b4822cb9960cdde395ca1259ec933b1dbeb4102bfbaeae57343ad66687a6b67a2058f856d6b01ddb7db3c614ef12f9ad14c6af15a1d64a0c8cb31ec376fb3ab81794fc678c0ba0524458ce2aa0fbe293be2d154c89f670902a1744f9d178aa4a85e7caa899d1ae5230ec7fa18cb55a9b8c5ac1b576c347f61480f7d03a042e9c7e22b19d37dd6d6043cb37ae60c65cac1b254ec13d718345793b8aba10e257b04c2255422dd57bd84baa8fa986898016a538529e888328963662e32f0ddc75a448986fc82e8c2d283e69a42ad9de0eee75c9cacafbf84a5b2bab2bad2be577e7c0d93f8a02cee0aa49f7171f6252bc5b5062bb5f2d67c670bb812a411ea55c391acc3558a7abf552af9faeadce77c5327a32e4276cf2f7e80fa8bd48415c3fa52b976f495346c35960bf468366f65c0073ae1dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
A linker script needs symbols (stack size, app size, etc). They are basic values or defines. Not any array like or string like macros. We should filter these, as they are not valid anyway. The other option to fix this would be to fix all the macros but I dont think it is needed as these config values won't be used in the linker script anyway. Not allowed in ld files macros with spaces, like MACRO={0, 2, 3} or MACRO=(4 * 2000).Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing