Skip to content

Commit 7eca791

Browse files
committed
Remove third_party directory from the documentation and the PC-lint configuration.
1 parent 2b3aa1d commit 7eca791

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,17 @@ MicroTBX was developed with [MISRA-C compliance](misra.md) in mind. This is a so
3030

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

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

4038
# Usage
4139

4240
1. Add the following line to each source-file, where you intend to make use of MicroTBX:
43-
```
44-
#include "microtbx.h"
45-
```
41+
```c
42+
#include "microtbx.h"
43+
```
4644

4745
# Licensing
4846

lint/project-settings.lnt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
+libclass(angle)
33

44
// project specific search directories
5-
-ithird_party/aes256
65
-iport/LINUX
76

0 commit comments

Comments
 (0)