nRF Connect VSCode extension wrong revision format parsing

Hi there,

Trying to follow the Hardware V2 model for Zephyr on a custom nRF5340 based board and trying to create revisions, we're having a problem with the revision format needing to be lowercase in the `board.yml` file for Zephyr to build and use it correctly (see attached image), but the VSCode extension expects uppercase strings and otherwise fails to find the matching revisions.
Ideally, if the format is uppercase for legacy reasons, the format string should simply be uppercased before being compared.



 

Related