Adding ability to set priority for the Rx thread

Fork of ublox-at-cellular-interface by u-blox

History

Add ability to set priority for the Rx thread default tip

2018-10-30, by amq [Tue, 30 Oct 2018 17:57:41 +0000] rev 16

Add ability to set priority for the Rx thread


Add a check in socket_recv() and socket_send() to see whether the socket has been closed by the remote host. If it has, return NSAPI_ERROR_NO_SOCKET immediately. This is necessary as the socket layers above us have no way of knowing if the remote host has closed the socket. Such a check is not required for socket_recvfrom() and socket_sendto() as UDP has no concept of a socket-connection in the first place.

2018-03-26, by RobMeades [Mon, 26 Mar 2018 15:33:40 +0100] rev 15

Add a check in socket_recv() and socket_send() to see whether the socket has been closed by the remote host. If it has, return NSAPI_ERROR_NO_SOCKET immediately. This is necessary as the socket layers above us have no way of knowing if the remote host has closed the socket. Such a check is not required for socket_recvfrom() and socket_sendto() as UDP has no concept of a socket-connection in the first place.


Make sure that the event handler thread is closed cleanly in all cases and add tests that this is the case, both for sleep and for memory.

2018-03-02, by RobMeades [Fri, 02 Mar 2018 13:28:32 +0000] rev 14

Make sure that the event handler thread is closed cleanly in all cases and add tests that this is the case, both for sleep and for memory.


Replace R410M lines accidentally removed.

2018-01-10, by RobMeades [Wed, 10 Jan 2018 09:44:24 +0000] rev 13

Replace R410M lines accidentally removed.


Remove spurious debug parameter.

2018-01-09, by RobMeades [Tue, 09 Jan 2018 13:20:44 +0000] rev 12

Remove spurious debug parameter.


Support added for R410M

2018-01-02, by mudassar0121 [Tue, 02 Jan 2018 07:48:15 +0000] rev 11

Support added for R410M


Merge pull request from amq: usord and usorf can potentially return more data than originally requested, handle this situation if it occurs.

2017-10-30, by RobMeades [Mon, 30 Oct 2017 14:48:14 +0000] rev 10

Merge pull request from amq: usord and usorf can potentially return more data than originally requested, handle this situation if it occurs.


Config file added

2017-09-27, by fahim alavi [Wed, 27 Sep 2017 15:33:07 +0500] rev 9

Config file added


Correct JSON formatting by adding a missing comma.

2017-08-03, by rob.meades@u-blox.com [Thu, 03 Aug 2017 13:31:32 +0100] rev 8

Correct JSON formatting by adding a missing comma.


Connect now fails correctly if it cannot achieve a connection, rather than trying for ever.

2017-06-30, by rob.meades@u-blox.com [Fri, 30 Jun 2017 13:29:19 +0100] rev 7

Connect now fails correctly if it cannot achieve a connection, rather than trying for ever.