From ff98caf2292c700e267b901571e26c33d6e8fd57 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Tue, 22 Jun 2021 18:45:17 +0200 Subject: [PATCH] Update Travis CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6171eaf86..edc45e0a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MightyCore -[![Build Status](https://travis-ci.org/MCUdude/MightyCore.svg?branch=master)](https://travis-ci.org/MCUdude/MightyCore) [![MegaCore forum thread](https://img.shields.io/badge/support-forum-blue.svg)](http://forum.arduino.cc/index.php?topic=379427.0) +[![Build Status](https://travis-ci.com/MCUdude/MightyCore.svg?branch=master)](https://travis-ci.com/MCUdude/MightyCore) [![MegaCore forum thread](https://img.shields.io/badge/support-forum-blue.svg)](http://forum.arduino.cc/index.php?topic=379427.0) An Arduino core for ATmega8535, ATmega16, ATmega32, ATmega164, ATmega324, ATmega644 and ATmega1284, all running a [Optiboot](#write-to-own-flash). Most Arduino UNO compatible libraries will work with this core. If not, it's fairly straight forward to [port a library](#library-porting). This core requires at least Arduino IDE v1.6, where v1.8.7 or newer is recommended.