File tree Expand file tree Collapse file tree 14 files changed +52
-28
lines changed Expand file tree Collapse file tree 14 files changed +52
-28
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ API Reference Guide
4
4
.. toctree ::
5
5
:maxdepth: 2
6
6
7
- Network API < net /index >
7
+ System < system /index >
8
8
Peripherals <peri/index >
9
+ Network API <net/index >
9
10
Protocols <proto/index >
10
11
Drivers <drivers/index >
11
12
Storage <storage/index >
12
- System <system/index >
13
13
Utilities <utils/index >
14
14
Cryptography <crypto/index >
15
15
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ Network API
8
8
RAW Socket API <socket >
9
9
BSD Socket API <bsd_socket >
10
10
Modem Interface APIs <modem >
11
- Radio Interface Layer - RIL <ril >
11
+ Radio Interface Layer ( RIL) <ril >
Original file line number Diff line number Diff line change 1
1
Radio Interface Layer - RIL
2
2
===========================
3
3
4
- .. include :: /inc/ril.inc
4
+ .. toctree ::
5
+ :maxdepth: 1
6
+
7
+ RIL API <ril/ril >
8
+ SIM Toolkit Interface <ril/stk >
5
9
Original file line number Diff line number Diff line change
1
+ RIL API
2
+ =======
3
+
4
+ .. include :: /inc/ril.inc
5
+
Original file line number Diff line number Diff line change
1
+ SIM Toolkit Interface
2
+ =====================
3
+
4
+ .. include :: /inc/ril_stk.inc
5
+
Original file line number Diff line number Diff line change
1
+ GNSS Hardware API
2
+ =================
3
+
4
+ .. note :: For Neoway N58 and Quectel EC200U-CNAA module only.
5
+
6
+ .. include :: /inc/gnss.inc
Original file line number Diff line number Diff line change
1
+ GPS Driver Interface API
2
+ ========================
3
+
4
+ .. include :: /inc/gpsdriver.inc
5
+
Original file line number Diff line number Diff line change
1
+ GPS Library API
2
+ ===============
3
+
4
+ .. include :: /inc/gpslib.inc
5
+
Original file line number Diff line number Diff line change 1
1
GPS Library
2
2
===========
3
3
4
- .. toctree ::
5
- :maxdepth: 2
6
-
7
4
Logicrom gps library does all the heavy lifting and makes it easy to use
8
5
and interface any GNSS module. Features of gps library:
9
6
@@ -53,19 +50,9 @@ Following are the supported chipset or modules:
53
50
* Quectel EC200UCN-AA LTE Cat.1 Module
54
51
55
52
56
- GPS Library API
57
- ---------------
58
-
59
- .. include :: /inc/gpslib.inc
60
-
61
- GPS Driver Interface API
62
- ------------------------
63
-
64
- .. include :: /inc/gpsdriver.inc
65
-
66
- GNSS Hardware API
67
- -----------------
68
-
69
- .. note :: For Neoway N58 and Quectel EC200U modules only.
53
+ .. toctree ::
54
+ :maxdepth: 1
70
55
71
- .. include :: /inc/gnss.inc
56
+ GNSS Hardware <gnss/gnss_hardware >
57
+ GPS Library <gnss/gps_lib >
58
+ GPS Driver <gnss/gps_driver >
Original file line number Diff line number Diff line change 5
5
:maxdepth: 1
6
6
7
7
Logicrom Library <logicrom >
8
- OS API < os >
8
+ RTOS Interface < rtos >
9
9
System Calls <syscall >
10
- Task Timers <task_timer >
11
- Timers <timers >
12
10
FOTA API <fota >
13
11
Command Processor <command_proc >
14
- Message Queue <messageq >
12
+ Message Queue <messageq >
You can’t perform that action at this time.
0 commit comments