Skip to content

Commit 5ffad27

Browse files
authored
Modify path information in README (#43)
1 parent d4da033 commit 5ffad27

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ git clone git@github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git
5050

5151
At the root of this repository are these folders:
5252

53-
* source/include : Cellular API definitions
54-
* source/include/common : reusable common code that implements the standard AT commands defined by 3GPP TS v27.007
55-
* modules : vendor-specific code that implements non-3GPP AT commands for each cellular modem
56-
* docs : documentations
53+
* source : reusable common code that implements the standard AT commands defined by 3GPP TS v27.007.
54+
* modules : vendor-specific code that implements non-3GPP AT commands for each cellular modem.
55+
* docs : documentations.
56+
* test : unit test and cbmc.
57+
* tools : tools for Coverity static analysis and CMock.
5758

5859
## Integrate FreeRTOS Cellular Interface with MCU platforms
5960

0 commit comments

Comments
 (0)