-
Notifications
You must be signed in to change notification settings - Fork 100
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
build(Other): Add Support for Native Windows Builds, Add RISCV_LOAD
Support for MAX78000 and MAX78002
#653
build(Other): Add Support for Native Windows Builds, Add RISCV_LOAD
Support for MAX78000 and MAX78002
#653
Conversation
This is complete for M4-core builds targeted via |
Awesome. Thanks for the update. Tag @mharringADI. Will give it a try out. |
Thanks! |
0426753
to
a4c44b0
Compare
- Use native Windows mkdir/rmdir command prompt instructions - Safely check uname to detect MSYS2
This reverts commit 7413f9d.
RISCV_LOAD
Support for MAX78000 and MAX78002
878f695
to
d1a84a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prophesized native windows build
The new Build scope was also merged into main if you want to add that to your PR title. |
@andrewmclachlanadi FYI the following projects still require some Unix utilities. I'm leaving them for now since they represent legacy projects in our build tests. The MSDK repo isn't ready to remove them just yet, but they'll be updated before the next release.
|
and there was much rejoicing @Analog-Devices-MSDK/msdk_developers FYI this is merged |
Pull Request Template
Description
This removes dependencies on Linux utilities (
sed
,cut
,rmdir
, etc.) for builds on native Windows. Now, the only requirement to run a native Windows build is a native make executable.The primary driver behind this was our upcoming integration with the ONE IDE installer. (see https://jira.analog.com/browse/DEVTOOLS-96)
How to Review: Check out this branch and run functional tests of your choice in your environment of your choice.
Tests
Functional Tests
MSYS2
Note: "MSYS2" = existing environment in MSDK.
ONE IDE
"ONE IDE" = building only with make supplied by the ONE IDE.
Backwards Compatibility
The following projects were functionally tested from our existing MSYS2 environment with the changes proprosed in this PR. This confirms backwards compatibility with existing/legacy projects that use combined .elfs (
Makefile
/Makefile.ARM
/Makefile.RISCV
)RV_ARM_Loader
Functional TestsThe RV_ARM_Loader does its job. It loads the source code and starts the RISC-V core correctly. Our peripheral drivers themselves need some work for the RISC-V core.
Checklist Before Requesting Review