Skip to content

Commit

Permalink
Update readme with CI and release status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dlkj committed Jan 2, 2025
1 parent cd80adc commit d7406bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# usbd-ethernet
CDC-NCM USB ethernet implementation for usb-device

[![Library build](https://github.com/dlkj/usbd-ethernet/actions/workflows/lib_build.yml/badge.svg)](https://github.com/dlkj/usbd-ethernet/actions/workflows/lib_build.yml)
[![Examples RP2040 build](https://github.com/dlkj/usbd-ethernet/actions/workflows/examples_rp2040_build.yml/badge.svg)](https://github.com/dlkj/usbd-ethernet/actions/workflows/examples_rp2040_build.yml)
[![Security audit](https://github.com/dlkj/usbd-ethernet/actions/workflows/audit.yml/badge.svg)](https://github.com/dlkj/usbd-ethernet/actions/workflows/audit.yml)

[![crates.io](https://img.shields.io/crates/v/usbd-ethernet.svg)](https://crates.io/crates/usbd-ethernet)
[![docs.rs](https://docs.rs/usbd-ethernet/badge.svg)](https://docs.rs/usbd-ethernet)

CDC-NCM USB ethernet implementation for [`usb-device`](https://crates.io/crates/usb-device).

0 comments on commit d7406bf

Please sign in to comment.