-
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
Fix Build Issues, Improve Test Coverage #483
Merged
Merged
Conversation
This file contains 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
* Consolidate Cordio docs to User Guide * Add Cordio BLE documentation to User Guide * Update all READMEs with links to the online User Guide * Update all READMEs with project-specific build notes * General documentation clean up * Add documentation on custom boards * Add Examples section to UG * Add documentation for some missing BSPs --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com>
* Build from Python script * Add BOARD_MAX32520FTHR definition * Fix Flash build for MAX32520FTHR (no pushbutton) * Fix LP build for MAX32520FTHR * Throw error on LockDebug build for MAX32520FTHR (requires pushbutton) * Fix SPI_MasterSlave build for MAX32520FTHR * Throw error on Watchdog build for MAX32520FTHR (requires pushbutton) * Add LED defines to MAX32650FTHR * Throw error on SPIXF build for MAX32650FTHR (no flash IC) * Throw error on SPIXF_ICC build for MAX32650FTHR * Remove external flash drivers for MAX32650FTHR * Throw error on USB_CompositeDevice_MXC_HID build for MAX32650FTHR (no flash IC) * Remove mx25.c from MAX32650FTHR builds * Fix USB_HIDKeyboard build errors for MAX32650FTHR * Default to internal flash when building for MAX32666FTHR * Throw error on TFT_Demo build for MAX32655 (no TFT) * Use external flash only for EvKit_V1 * Throw error on Display build for MAX32665 FTHR boards * Add LEDN definitions for FTHR boards
* Update MAX32672 examples - fix bugs, mismatching comments, and update documentation --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com>
- Add ability for build system to check for known error strings - Add progress bars and pretty output (rich) - Add requirements.txt
Jacob-Scheiffler
approved these changes
Mar 10, 2023
sihyung-maxim
approved these changes
Mar 10, 2023
Jake-Carter
added a commit
that referenced
this pull request
Mar 10, 2023
* Clang-formatter: Updated to Node.js 16 (previously on deprecated Node 12). (#446) * Cleaning Up ME21 Examples (#470) --------- Co-authored-by: eddie <eddie@edwinfairchild.com> * forgot to revert name of script being called (#480) --------- Co-authored-by: Eddie <eddie.amaya@analog.com> * faster PER test (#482) * Fix Build Issues, Improve Test Coverage, Sync with Release (#483) * Update User Guide & Readmes (#473) * Consolidate Cordio docs to User Guide * Add Cordio BLE documentation to User Guide * Update all READMEs with links to the online User Guide * Update all READMEs with project-specific build notes * General documentation clean up * Add documentation on custom boards * Add Examples section to UG * Add documentation for some missing BSPs --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> * Fix Miscellaneous Build Errors for March Release (#474) * Build from Python script * Add BOARD_MAX32520FTHR definition * Merge #470 to Release (#475) --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> * Resolve build issues for all target/board combos * Improve build.py - Add ability for build system to check for known error strings - Add progress bars and pretty output (rich) - Add requirements.txt --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> * New Workflow: Rebuild and Strip Periph Drivers (#457) * Add a new workflow for building the peripheral driver libraries with stripped debug symbols. --------- Co-authored-by: Jake-Carter <Jake-Carter@users.noreply.github.com> * (Bot) Auto rebuild periph drivers. --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> Co-authored-by: Eddie <62710807+EdwinFairchild@users.noreply.github.com> Co-authored-by: eddie <eddie@edwinfairchild.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Eddie <eddie.amaya@analog.com> Co-authored-by: Ying Cai <110848915+yc-adi@users.noreply.github.com> Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> Co-authored-by: Jake-Carter <Jake-Carter@users.noreply.github.com>
Jake-Carter
added a commit
that referenced
this pull request
Mar 22, 2023
* Update User Guide & Readmes (#473) * Consolidate Cordio docs to User Guide * Add Cordio BLE documentation to User Guide * Update all READMEs with links to the online User Guide * Update all READMEs with project-specific build notes * General documentation clean up * Add documentation on custom boards * Add Examples section to UG * Add documentation for some missing BSPs --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> * Fix Miscellaneous Build Errors for March Release (#474) * Build from Python script * Add BOARD_MAX32520FTHR definition * Fix Flash build for MAX32520FTHR (no pushbutton) * Fix LP build for MAX32520FTHR * Throw error on LockDebug build for MAX32520FTHR (requires pushbutton) * Fix SPI_MasterSlave build for MAX32520FTHR * Throw error on Watchdog build for MAX32520FTHR (requires pushbutton) * Add LED defines to MAX32650FTHR * Throw error on SPIXF build for MAX32650FTHR (no flash IC) * Throw error on SPIXF_ICC build for MAX32650FTHR * Remove external flash drivers for MAX32650FTHR * Throw error on USB_CompositeDevice_MXC_HID build for MAX32650FTHR (no flash IC) * Remove mx25.c from MAX32650FTHR builds * Fix USB_HIDKeyboard build errors for MAX32650FTHR * Default to internal flash when building for MAX32666FTHR * Throw error on TFT_Demo build for MAX32655 (no TFT) * Use external flash only for EvKit_V1 * Throw error on Display build for MAX32665 FTHR boards * Add LEDN definitions for FTHR boards * Merge #470 to Release (#475) * Update MAX32672 examples - fix bugs, mismatching comments, and update documentation --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> * Merge Main into Release (#484) * Clang-formatter: Updated to Node.js 16 (previously on deprecated Node 12). (#446) * Cleaning Up ME21 Examples (#470) --------- Co-authored-by: eddie <eddie@edwinfairchild.com> * forgot to revert name of script being called (#480) --------- Co-authored-by: Eddie <eddie.amaya@analog.com> * faster PER test (#482) * Fix Build Issues, Improve Test Coverage, Sync with Release (#483) * Update User Guide & Readmes (#473) * Consolidate Cordio docs to User Guide * Add Cordio BLE documentation to User Guide * Update all READMEs with links to the online User Guide * Update all READMEs with project-specific build notes * General documentation clean up * Add documentation on custom boards * Add Examples section to UG * Add documentation for some missing BSPs --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> * Fix Miscellaneous Build Errors for March Release (#474) * Build from Python script * Add BOARD_MAX32520FTHR definition * Merge #470 to Release (#475) --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> * Resolve build issues for all target/board combos * Improve build.py - Add ability for build system to check for known error strings - Add progress bars and pretty output (rich) - Add requirements.txt --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> * New Workflow: Rebuild and Strip Periph Drivers (#457) * Add a new workflow for building the peripheral driver libraries with stripped debug symbols. --------- Co-authored-by: Jake-Carter <Jake-Carter@users.noreply.github.com> * (Bot) Auto rebuild periph drivers. --------- Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> Co-authored-by: Eddie <62710807+EdwinFairchild@users.noreply.github.com> Co-authored-by: eddie <eddie@edwinfairchild.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Eddie <eddie.amaya@analog.com> Co-authored-by: Ying Cai <110848915+yc-adi@users.noreply.github.com> Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> Co-authored-by: Jake-Carter <Jake-Carter@users.noreply.github.com> * (Bot) Auto rebuild periph drivers. * Fix missed merge conflict * (Bot) Auto rebuild periph drivers. * Fix ln_args parsing bug on MSYS2 (#479) * (Bot) Auto rebuild periph drivers. * Remove stray readmes * (Bot) Auto rebuild periph drivers. * Build Action: Disable Python cache, set 3.10 explicitly (#488) * Fix RISC-V Debug Functional Test Errors (#489) * Use MXC_NVIC_SetVector for AI87 imagenet-riscv * Signal M4 before entering while(1) for Hello_World-riscv * (Bot) Auto rebuild periph drivers. * Run UG's through grammarly * clang-format * Address Review Notes --------- Co-authored-by: Abigail Wolf <abigail.wolf@analog.com> Co-authored-by: abby wolf <124625843+AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: AbbyWolf-ADI <AbbyWolf-ADI@users.noreply.github.com> Co-authored-by: Kevin Gillespie <Kevin.Gillespie@analog.com> Co-authored-by: kevin-gillespie <kevin.gillespie@maximintegrated.com> Co-authored-by: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Co-authored-by: Jacob Scheiffler <86001820+Jacob-Scheiffler@users.noreply.github.com> Co-authored-by: Eddie <62710807+EdwinFairchild@users.noreply.github.com> Co-authored-by: eddie <eddie@edwinfairchild.com> Co-authored-by: Eddie <eddie.amaya@analog.com> Co-authored-by: Ying Cai <110848915+yc-adi@users.noreply.github.com> Co-authored-by: Jake-Carter <Jake-Carter@users.noreply.github.com>
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.
No description provided.