From 7caa4c22bd5ecd6a5a6b78d0b9e6d3317440eea2 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Wed, 20 Nov 2024 22:49:32 +0100 Subject: [PATCH] Update README Remove Travis CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eec9850a..87b4a859 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MightyCore -[![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) +[![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 the [Urboot](#write-to-own-flash) bootloader. Most Arduino UNO-compatible libraries will work with this core. If not, it's fairly straightforward to [port a library](#library-porting). This core requires at least Arduino IDE v1.6, where v1.8.9 or newer is recommended. IDE 2.x should also work.