Skip to content

Commit

Permalink
Added CircleCI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanm committed Aug 8, 2017
1 parent 0fe33c5 commit 4119954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![CircleCI](https://circleci.com/gh/bogdanm/udynlink.svg?style=shield&circle-token=8f507dac9e4c9d4e730416a21a8013eab6f9e952)

# Overview

`udynlink` is a dynamic linker for ARM Cortex-M MCUs. It compiles code into a binary blob that can be loaded and executed at runtime on the MCU. The binary blob can be either loaded into RAM or executed directly from the flash memory (execute in place). The dynamic linker can be used for various purposes, such as:
Expand Down

0 comments on commit 4119954

Please sign in to comment.