tools/packchk/1.4.2
·
4 commits
to main
since this release
What's Changed
- Schema compliance for pdsc files no longer validated for files listed as dependencies (
-i
) #1716 - Validate overview attribute of
<description>
element is a reference to a markdown file contained in the pack that exists #1682 - PackChk does not report .cc as invalid C++ extension #1121
- Validate
<url>
starts withhttps://
#1109 - Issue a warning for description attributes and elements that exceed the recommended limit of 128 (US ASCII) characters #1324
- Report warning when deprecated attribute attr="copy" is used in
<file>
element #1371 - Validate
<board>
element<mountedDevice>
specifying an existing device #1079 - Add a validation step issuing a warning in case no license information is contained in a pack #1304
- Check for complete set of
<processor>
attributes? #1535 - Check if the device's memory attribute startup, uninit, etc. are present for all devices #1733
- Add validation that a source module cannot be concurrently added to a project by multiple components #1499
Full Changelog: tools/buildmgr/2.7.0...tools/packchk/1.4.2