Skip to content

Commit a019468

Browse files
committed
add CI state badge
1 parent e4cbf46 commit a019468

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
- [tinyUART](#tinyuart)
2-
* [Releases](#releases)
3-
* [Features](#features)
4-
* [Interface](#interface)
5-
+ [Generics](#generics)
6-
+ [Ports](#ports)
7-
* [Architecture](#architecture)
8-
* [Timing](#timing)
9-
+ [TX](#tx)
10-
+ [RX](#rx)
11-
* [Resource allocation](#resource-allocation)
12-
* [References](#references)
13-
1+
[![Unittest](https://github.com/akaeba/tinyUART/workflows/Unittest/badge.svg)](https://github.com/akaeba/tinyUART/actions)
142

153
# tinyUART
164
Lightweight [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter) core written in VHDL.
175

6+
- [Releases](#releases)
7+
- [Features](#features)
8+
- [Interface](#interface)
9+
* [Generics](#generics)
10+
* [Ports](#ports)
11+
- [Architecture](#architecture)
12+
- [Timing](#timing)
13+
* [TX](#tx)
14+
* [RX](#rx)
15+
- [Resource allocation](#resource-allocation)
16+
- [References](#references)
17+
1818

1919
## Releases
2020

0 commit comments

Comments
 (0)