Feature request: Search functionality with wildcards or regular expression-like patterns
I’d like to propose an improvement to the search functionality in the "Pinout & Configuration" → "Pinout View" section of STM32CubeMX.
Currently, the search allows filtering by port names and peripheral signals. It would be extremely helpful if the search could support wildcards or regular expression-like patterns. For example:
- Searching for SPI?_MOSI would return all pins associated with SPI1_MOSI, SPI2_MOSI, SPI3_MOSI, etc.
- Searching for PA[0-9]+ could list all pins from PA0 to PA15.
This enhancement would significantly improve usability, especially when working with large pinouts or when trying to locate signal mappings across multiple instances of peripherals.
Thank you for considering this suggestion!
Best Simon
