platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
139 stars 105 forks source link

Create STFLabs_B107AA.json #325

Closed akkoyun closed 8 months ago

akkoyun commented 9 months ago

Add "STF Labs B107AA" module to boards.

MCUdude commented 8 months ago

I doubt the PlatformIO team wants to add every possible hardware that might utilize PlatformIO to their list of supported devices. I do get that they have official Arduino boards and such, but a 3rd party niche hardware device? I doubt it.

In your case, it builds upon MegaCore, and all that's needed is to provide a dedicated platformio.ini file that's specific to that particular hardware. That's why I provide a template for those who want to utilize PlatformIO's MegaCore implementation. With a platformio.ini file, the user has the power to change all the settings he or she wants.