Add badges, link url
- Add coverity and travis-ci badges - Link title to project url - Remove version information from header text Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
cb1bb48bb5
commit
811205ec48
10
README.md
10
README.md
|
@ -1,9 +1,13 @@
|
||||||
# mcuboot
|
# [mcuboot](http://mcuboot.com/)
|
||||||
|
|
||||||
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/12307/badge.svg)][coverity]
|
||||||
|
[![Build/Test](https://img.shields.io/travis/runtimeco/mcuboot/master.svg?label=travis-ci)][travis]
|
||||||
|
|
||||||
|
[coverity]: https://scan.coverity.com/projects/mcuboot
|
||||||
|
[travis]: https://travis-ci.org/runtimeco/mcuboot
|
||||||
|
|
||||||
This is mcuboot, version 0.9.0
|
This is mcuboot, version 0.9.0
|
||||||
|
|
||||||
## Overview
|
|
||||||
|
|
||||||
MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to
|
MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to
|
||||||
define a common infrastructure for the bootloader, system flash layout on
|
define a common infrastructure for the bootloader, system flash layout on
|
||||||
microcontroller systems, and to provide a secure bootloader that enables
|
microcontroller systems, and to provide a secure bootloader that enables
|
||||||
|
|
Loading…
Reference in New Issue