-
Notifications
You must be signed in to change notification settings - Fork 108
docs(Documentation): Update User Guide to Support June 2023 Release #683
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
Conversation
This reverts commit ca6c8b7.
Examples section has been updated with "Common Examples" vs part-specific examples (preview) |
Examples/MAX32662/Demo/main.c
Outdated
@@ -33,7 +33,7 @@ | |||
|
|||
/** | |||
* @file main.c | |||
* @brief Demo | |||
* @brief This example demonstrates the use of the TFT Display, UART Terminal, RTC, Pushbuttons, and LEDs on the MAX32662EVKIT. |
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.
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.
Fixed 83fdfed
Thanks, blacklisted the MAX32572. 66c25f7 |
Pull Request Template
Description
This PR updates the MSDK User Guide. A preview of the new version can be viewed here: https://jake-carter.github.io/msdk/USERGUIDE/
Major changes:
Add support for the details PyMarkdown extension. The User Guide is now populated with helpful notes/warning dropdowns with improved formatting.

Add documentation for headless/command-line installations (preview)
General formatting improvements with the addition of custom CSS
Update Tables for Build Config Variables (preview)
Add documentation on VS Code Disassembly View (preview)
Add
setenv.sh
as an option for Command-Line setup instructions (preview)Document make targets for flashing (
make flash.openocd
) (preview)Fix typo in BSP Search Directory code example (preview)
Add auto-generated tables of examples for all microcontrollers (preview)
Add MAX32662 web links now that part is released.
Add CoreMark library section (preview)
Add Debugger documentation (preview)
Checklist Before Requesting Review