diff options
| author | Ha Thach <[email protected]> | 2019-12-27 21:53:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 21:53:48 +0700 |
| commit | 01fb25ab95730317711e6da56fa5e55f4e2529e4 (patch) | |
| tree | 1df86dae8b1e6e22db25e9198e24cac2769886d6 | |
| parent | eb6a965cf57979f086e75e686ce2704de80414d0 (diff) | |
| parent | 70abfe7f45358af324613fb14c0746ae38ecf67e (diff) | |
Merge pull request #252 from hathach/develop
use github actions for build badge
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0fdb93d1..82e9d5735 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: TinyUSB CI +name: Build on: [pull_request, push] @@ -2,7 +2,7 @@  -[](https://travis-ci.org/hathach/tinyusb) [](https://opensource.org/licenses/MIT) [](https://scan.coverity.com/projects/tinyusb) +[](https://travis-ci.org/hathach/tinyusb) [](https://opensource.org/licenses/MIT) [](https://scan.coverity.com/projects/tinyusb) TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function. |
