platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

Support for Nicla Voice Board #751

Open mighty-sparrow opened 10 months ago

mighty-sparrow commented 10 months ago

This is not the same as #702 or #704.

Need support for the Nicla Voice board, ensuring it's possible to leverage the libraries intended for use specifically with that board (...and are already included in the framework deployed with pio).

For a sanity check, I'd like to deploy the Record_and_Stream example included with the NDP library. For PlatformIO, it's located at .platformio/packages/framework-arduino-mbed/libraries/NDP/examples/Record_and_Stream.

Here's a shortcut to the product page tech specs and docs.

Of course, if there's some other way to accomplish this I'm all too happy trying that route first.

Many thanks in advance!