raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
131 stars 16 forks source link

Add support for looking into PICO_BOARD_HEADER_DIRS custom board header #120

Closed shalxmva closed 1 week ago

shalxmva commented 1 week ago

I added support to list board files listed from the variable PICO_BOARD_HEADER_DIRS from CMakeLists.txt.

This variable lets cmake include the proper board not only from the SDK Path.