MiniCore icon indicating copy to clipboard operation
MiniCore copied to clipboard

Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB

Results 45 MiniCore issues
Sort by recently updated
recently updated
newest added

Warnings while compiling with this library https://github.com/khoih-prog/TimerInterrupt that aren't happening with the stock 328P core: ``` C:\...\packages\MiniCore\hardware\avr\3.0.1\cores\MCUdude_corefiles/Arduino.h: In instantiation of 'decltype (((b < a) ? b : a)) min(const T&,...

Please add additional frequency for external XTAL **9.216MHz** I want to UART-friendly value below 10MHz and more than 7.3728MHz(already supported) For ATmega168V I I don't want to over-extend datasheet values...

Add support for 4.9152MHz clock which also provides error free UART for certain baud rates like 38400

Hi there @MCUdude and thank you for the great cores that you develop! I've been burning the bootloader to several raw ATmega328P chips on a board I have designed, and...

name.anton smirnov.arduinostudio: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some...