Teppo Järvelin
|
ad2abbe887
|
Cellular: major refactoring while introducing new CellularContext class.
|
2018-11-11 14:12:49 +02:00 |
Martin Kojtal
|
71d35749f9
|
cellular: fix coding style
|
2018-11-07 08:56:32 +00:00 |
Mirela Chirica
|
f016d1126f
|
Cellular: AT handler to support only one callback per URC/prefix
|
2018-10-29 13:32:15 +02:00 |
Kimmo Vaisanen
|
963bf8146d
|
Cellular: Refactor basic AT command stop and response reading into own method
This reduces ROM usage by few hundred bytes.
|
2018-10-22 09:44:12 +03:00 |
Cruz Monrreal
|
3568c54da6
|
Merge pull request #8180 from kivaisan/quectel_bg96_tcp_socket
Cellular: Quectel BG96 TCP socket support
|
2018-10-11 10:14:25 -05:00 |
Cruz Monrreal
|
73a96a68cf
|
Merge pull request #8147 from AriParkkila/cell-auth
Fix authentication on a cellular network for Access Point Name (APN)
|
2018-09-22 16:25:35 -05:00 |
Kimmo Vaisanen
|
7931378245
|
Cellular: Quectel BG96 TCP socket support
|
2018-09-19 13:01:48 +03:00 |
Ari Parkkila
|
4698cd268d
|
Cellular: Implement APN authentication for BG96
|
2018-09-17 01:14:59 -07:00 |
Teppo Järvelin
|
8f4acc14ca
|
Cellular: CellularDevice:get_default_instance() implemented
Removed copy-paste code from targets by creating implementation methods to override.
|
2018-09-07 14:49:18 +03:00 |
Martin Kojtal
|
cde18aa0bc
|
cellular: astyle fix
|
2018-07-27 13:33:20 +01:00 |
Ari Parkkila
|
4d431cd1ae
|
Cellular: Removed max_packet_size
|
2018-07-11 13:11:47 +03:00 |
Ari Parkkila
|
7d006f6f6a
|
Cellular: Target support for AT+CCID and AT+CGSN
|
2018-06-15 14:28:48 +03:00 |
Mirela Chirica
|
658358cbf1
|
Cellular: BG96 remove IPv6 stack support
|
2018-04-25 14:09:19 +03:00 |
Ari Parkkila
|
8c019e6c83
|
Cellular: Remove excessive destructor declaration to fix compile error
|
2018-04-11 09:38:13 +03:00 |
Ari Parkkila
|
6072407ec9
|
Cellular: async FSM updates
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
54ab974846
|
Fixed coverity warnings for targets folder. Also fixed one bug while copying sim.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
b400d18a0c
|
Wait for modem ready signal in startup sequence.
|
2018-04-11 09:31:44 +03:00 |
Teppo Järvelin
|
83ea9be5f5
|
temp commit while changing work...
|
2018-04-11 09:31:44 +03:00 |
Mirela Chirica
|
350d7916cf
|
Release AT handler if network not created
|
2018-03-08 12:50:14 +02:00 |
Teppo Järvelin
|
1a3b6e589c
|
Doxygen update: removed documentation from inherited classes as INHERTIC_DOCS is enabled in doxygen config. Reduces copy-paste and eases maintenance.
|
2018-03-02 14:38:07 +02:00 |
Ari Parkkila
|
88398bf141
|
Changed include brackets to double quotes
|
2018-03-02 14:38:06 +02:00 |
Mirela Chirica
|
a35e1f8d6c
|
- Removed extra whitespaces from AT prefix definitions. The format is modem specific and AT handler is handling whitespaces in case they are present
- Reverted the "smaller thread stack size for dispatcher thread". 1KB is not enough, was causing CMSIS-RTOS error: Stack underflow.
|
2018-03-02 14:38:05 +02:00 |
Ari Parkkila
|
863ec3c3cc
|
Initial cellular feature
|
2018-03-02 14:38:02 +02:00 |