-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat(Tools): Add Keil Project Wizard
App v0.1.0-prerelease
#992
Conversation
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.
I had to change the Options->C.C++(AC6)->Language/Code Genration->Language C option to c99 to get my project to build.
Tools/Keil/project_wizard/README.md
Outdated
7. Install the `Maxim::MAX32675` v1.3.0 pack file. | ||
8. Close Keil. | ||
9. Run the Project Wizard App located in the cloned MSDK repository - located in `msdk/Tools/Keil/project_wizard`. | ||
10. Run `ADI_Keil_Project_Wizard.exe`. |
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.
Steps 9 and 10 both instruct me to run the program.
Tools/Keil/project_wizard/README.md
Outdated
1. Install and setup [Keil MDK-Arm](https://www.keil.com/download/product/) | ||
2. Clone the [MSDK repository](https://github.com/analogdevicesinc/msdk) | ||
3. Open Keil uVision 5 | ||
4. Open the `Pack Installer` and find the `Device` Tab (usually on the left half column). |
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.
Devices tab
…c/msdk into feat/keil_project_wizard
Description
This is an initial commit to the new Keil Project Wizard Application. At the time of this PR merge, the MAX32675 is the only supported part for this app.
Checklist Before Requesting Review