Skip to content

Commit 0a8b082

Browse files
committed
Merge branch 'master' into develop
2 parents f211302 + 786bbc7 commit 0a8b082

File tree

8 files changed

+8
-482
lines changed

8 files changed

+8
-482
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: "[Bug]"
5-
labels: ''
4+
title: ""
5+
labels: 'Bug'
66
assignees: ''
77

88
---

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Build
22

3-
on: [pull_request, push]
3+
on: [pull_request, push, repository_dispatch]
44

55
jobs:
66
build:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ["cpb"]
10+
arduino-platform: ["metro_m0_tinyusb", "metro_m4_tinyusb", "cpb", "nrf52840"]
1111

1212
runs-on: ubuntu-latest
13-
13+
1414
steps:
1515
- name: Setup Python
1616
uses: actions/setup-python@v1
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit TinyUSB Library for Arduino
22

3-
[![Build Status](https://github.com/adafruit/Adafruit_TinyUSB_Arduino/workflows/Build/badge.svg)](https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
3+
[![Build Status](https://github.com/adafruit/Adafruit_TinyUSB_Arduino/workflows/Build/badge.svg)](https://github.com/adafruit/Adafruit_TinyUSB_Arduino/actions) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
44

55
This library works with platform that includes [TinyUSB stack](https://github.com/hathach/tinyusb), typically you will see **Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
66

0 commit comments

Comments
 (0)