Skip to content

Commit

Permalink
Remove third_party directory from the documentation and the PC-lint c…
Browse files Browse the repository at this point in the history
…onfiguration.
  • Loading branch information
feaser committed Mar 24, 2020
1 parent 2b3aa1d commit 7eca791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,17 @@ MicroTBX was developed with [MISRA-C compliance](misra.md) in mind. This is a so

Adding MicroTBX to your software project is a simple four step process:

1. Copy all the files from the `source`, the `source\third_party`, and the
correct `source\port\XXX` port directory to your project.
2. Configure your project such that the added `.c` files are compiled and linked during
a build.
1. Copy all the files from the `source` and the correct `source\port\XXX` port directory to your project.
2. Configure your project such that the added `.c` files are compiled and linked during a build.
3. Add the directories that contain the `.h` files to your compiler's include path.
4. Customize the MicroTBX configuraton in `tbx_conf.h`, if desired.

# Usage

1. Add the following line to each source-file, where you intend to make use of MicroTBX:
```
#include "microtbx.h"
```
```c
#include "microtbx.h"
```

# Licensing

Expand Down
1 change: 0 additions & 1 deletion lint/project-settings.lnt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
+libclass(angle)

// project specific search directories
-ithird_party/aes256
-iport/LINUX

0 comments on commit 7eca791

Please sign in to comment.