-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify path information in README (#43)
- Loading branch information
1 parent
d4da033
commit 5ffad27
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,10 +50,11 @@ git clone [email protected]/FreeRTOS/FreeRTOS-Cellular-Interface.git | |
|
||
At the root of this repository are these folders: | ||
|
||
* source/include : Cellular API definitions | ||
* source/include/common : reusable common code that implements the standard AT commands defined by 3GPP TS v27.007 | ||
* modules : vendor-specific code that implements non-3GPP AT commands for each cellular modem | ||
* docs : documentations | ||
* source : reusable common code that implements the standard AT commands defined by 3GPP TS v27.007. | ||
* modules : vendor-specific code that implements non-3GPP AT commands for each cellular modem. | ||
* docs : documentations. | ||
* test : unit test and cbmc. | ||
* tools : tools for Coverity static analysis and CMock. | ||
|
||
## Integrate FreeRTOS Cellular Interface with MCU platforms | ||
|
||
|