platformio / platform-maxim32

Maxim Integrated MAX32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/maxim32
Apache License 2.0
3 stars 1 forks source link

Add support for MAX32660 #2

Open SunboX opened 3 years ago

SunboX commented 3 years ago

Can you please add support for the MAX32660-EVSYS board?

valeros commented 3 years ago

Hi @SunboX ! It seems the only available framework in this platform doesn't support this board, so it's not possible at the moment.

SunboX commented 3 years ago

Oh, that's sad. Actually I program it using the Eclipse version provided by Maxim. The board should be not much different to the other ones (MAX326xx). It's also a Cortex M4.

alxrey commented 2 years ago

Wouldn't be possible to use CMSIS framework ? The IDE provided by Maxim (derived from Eclipse CDT) use CMSIS libraries and provide PeriphDriver libraries that make programming on Maxim MCU very easy.

valeros commented 2 years ago

HI @alxrey ! Unfortunately, there are no plans to support additional frameworks for this platform, mainly because of the lack of support from the vendor side. You can contact the Maxim team just to let him know you'd like to use their PeriphDriver libraries with PlatformIO.