Summary: When creating a CMSIS project with the PIC32CM6408PL10048-CNANO board as the target, only 4 out of 5 examples from the Microchip.PIC32CM-PL_Examples pack (v1.0.2) are displayed in the web section. The "CNANO Explorer ADC ProxLight Example" is missing from the project selection UI, despite being correctly defined in the PDSC file.
Environment: - Pack: Microchip::PIC32CM-PL_Examples version 1.0.2 - Target Board: PIC32CM6408PL10048-CNANO - Related Pack: Microchip::CMSIS-Driver_PIC32CM-PL
Issue Details:
The PDSC file correctly defines all 5 examples with identical structure.
PDSC Example Definition (Lines 86-94): <example name="CNANO Explorer ADC ProxLight Example" folder="Examples/CNANO_Explorer_ADC_ProxLight_Example" doc="README.md"> <description>NANO Explorer ADC ProxLight Example</description> <board name="PIC32CM6408PL10048-CNANO" vendor="Microchip"/> <project> <environment name="csolution" load="CNANO_Explorer_ADC_ProxLight_Example.csolution.yml"/> <environment name="iar" load="IAR/CNANO_Explorer_ADC_ProxLight_Example.ewp"/> <environment name="uv" load="Keil/CNANO_Explorer_ADC_ProxLight_Example.uvprojx"/> </project> </example>
Observations: 1. The example definition structure is identical to the 4 working examples 2. All required files exist in the pack (csolution.yml, cproject.yml, IAR/Keil project files) 3. The board reference is the same as other working examples 4. Minor inconsistency: Description says "NANO Explorer" instead of "CNANO Explorer" (missing "C")
Steps to Reproduce: 1. Open Keil MDK or CMSIS-enabled IDE 2. Create a new CMSIS project 3. Select board: PIC32CM6408PL10048-CNANO 4. View available examples in the web section 5. Observe that "CNANO Explorer ADC ProxLight Example" is not listed
Expected Behavior: All 5 examples defined in the PDSC should appear in the web project selection UI.
Request: Please investigate why this specific example is not being indexed/displayed in the web UI while the other 4 examples from the same pack are visible.