Skip to content

Commit

Permalink
docs: update dependency graph on README
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDias committed Dec 5, 2022
1 parent c8a910f commit 3add44b
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ This is a sample project for testing C code for STM32 microcontrollers using the
* Assert verification and prints the failures via huart3.
* Use of Docker container.

I know! Maybe... you're thinking it's overengineer to blink a LED. However, look on the bright side. The goal is to give an example of how to apply these practices and tools.

## Project structure

``` text
Expand Down Expand Up @@ -133,6 +135,8 @@ To generate the dependency graph, build the test project as previously described
make dependency
```

Check the file build/graph_image.png.

Dependency graph for test project.

![Dependency graph](docs/images/dependency_graph.png "Dependency graph")
Expand Down
Binary file modified docs/images/dependency_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions docs/images/dependency_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3add44b

Please sign in to comment.