platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.82k stars 788 forks source link

Support for MiniCore from MCUDude for ATmega*8 family #2360

Closed autoiue closed 5 years ago

autoiue commented 5 years ago

Hi,

Can you add support for MiniCore from @MCUdude ? This provide useful parameters for the BOD, clock source/frequency, a custom version of wiring.h implementing support of these parameters in the code and implement some other useful functions for power management. It also provide options to flash a chip with or without their bootloader of choice : Optiboot.

Supported chips:

This core is useful when working on custom hardware.

The repo can be found here : MCUdude/MiniCore and the board manager URL if it helps : package_MCUdude_MiniCore_index.json

Thanks in advance.

MCUdude commented 5 years ago

I'm planning to add support for MiniCore in the future, but first I'd like platformio/platform-atmelavr #137 to be resolved first.

autoiue commented 5 years ago

That would be great, your work made mine a great deal easier, thanks !

ivankravets commented 5 years ago

Duplicate of https://github.com/platformio/platform-atmelavr/issues/137