-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ajay Bhargav <[email protected]>
- Loading branch information
1 parent
4f0889e
commit 54c5b1e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule logicromsdk
updated
28 files
+1 −0 | docs/Doxyfile | |
+1 −1 | docs/_ext/gen_include.py | |
+5 −5 | docs/book/hw/index.rst | |
+1 −2 | docs/conf.py | |
+1 −1 | docs/requirements.txt | |
+47 −0 | include/fota.h | |
+7 −0 | include/hw/bluetooth.h | |
+2 −2 | include/hw/bluetooth_le.h | |
+45 −0 | include/hw/iomux.h | |
+72 −0 | include/hw/keypad.h | |
+18 −2 | include/hw/sdmmc.h | |
+40 −0 | include/lib.h | |
+1 −0 | include/modem.h | |
+19 −1 | include/proto/mqttclient.h | |
+13 −5 | include/ril/ril.h | |
+2 −1 | include/storage.h | |
+1 −1 | include/sys/socket.h | |
+2 −2 | include/sys/termios.h | |
+ − | lib/asr160x/liblogicromasr.a | |
+ − | lib/asr160x/liblogicromasr_debug.a | |
+ − | lib/mtk/liblogicrom.a | |
+ − | lib/mtk/liblogicrom_debug.a | |
+0 −1 | lib/rda8910/app_flashimg.ld | |
+ − | lib/rda8910/liblogicrom4g.a | |
+ − | lib/rda8910/liblogicrom4g_debug.a | |
+ − | lib/rda8955/librda_logicrom.a | |
+ − | lib/rda8955/librda_logicrom_debug.a | |
+2 −2 | package.json |