File tree 2 files changed +19
-8
lines changed
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
- # Arduino AVR Boards
2
-
3
- [ ![ Check Arduino status] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/check-arduino.yml/badge.svg )] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/check-arduino.yml )
4
- [ ![ Compile Examples status] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/compile-platform-examples.yml/badge.svg )] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/compile-platform-examples.yml )
5
- [ ![ Spell Check status] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/arduino/ArduinoCore-avr/actions/workflows/spell-check.yml )
6
-
7
- This repository contains the source code and configuration files of the Arduino AVR Boards
8
- [ platform] ( https://arduino.github.io/arduino-cli/latest/platform-specification/ ) .
1
+ Upstream-updated framework-arduino-avr package
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " framework-arduino-avr-upstream" ,
3
+ "version" : " 1.8.6" ,
4
+ "description" : " Arduino AVR Core (upstream)" ,
5
+ "keywords" : [
6
+ " framework" ,
7
+ " arduino" ,
8
+ " microchip" ,
9
+ " avr" ,
10
+ " upstream"
11
+ ],
12
+ "homepage" : " https://www.arduino.cc/reference/en" ,
13
+ "license" : " LGPL-2.1-or-later" ,
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/fermino/platformio-ArduinoCore-avr-upstream"
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments