Unable to build unknown board ID

Hello,

Im unable to build unknown board ID. I have installed the visual studio code and PlatformIO extension. and I have tx MSP430FR2155 device which is not included in the PlatformIO library. How do i include the 430FR2155 to device list.

I have already modified platformio.ini

Error: Unknown board ID ‘lpmsp430fr2155’

You’d need to fork GitHub - platformio/platform-timsp430: TI MSP430: development platform for PlatformIO and create a lpmsp430fr2155.json with the adapted information for that, then reference your forked platform in platform = .. in the platformio.ini.

Alternatively, file a feature request in Issues · platformio/platform-timsp430 · GitHub.