ublox-at-cellular-interface-n2xx

Changes

RevisionDateWhoCommit message
15:21c509b1e214 2020-01-06 mudassar0121 Replaced depreciated wait_ms with ThisThread::sleep_for default tip
14:7fb0bbdc4242 2019-02-13 fahim.alavi@u-blox.com Pure virtual method overrider added to remove build errors with updated mbed-os
13:2504d4160042 2018-05-15 philware Added free(tmpBuf) as it wasn't freeing up the memory on each receive!
12:b0757007cc72 2017-12-12 philware Don't quit the loop by breaking out of it, set the size = 0 or success to false.
11:4be20bab5138 2017-09-28 philware Changed default baud rate to use the N2xx #define MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE
10:08c5a69437ac 2017-09-28 philware Merge
9:f6d022f5c4f5 2017-09-28 philware Changed a few AT Commands to now use quotes, which were added to U06.57 A01.02 firmware
8:0162c103346a 2017-09-14 rob.meades@u-blox.com uint becomes uint32_t (ARM tools do not have uint).
7:69e676f4af84 2017-09-14 rob.meades@u-blox.com Rename MAX_XXXX_SIZE macros to have N2XX on the end in order to avoid naming clash with non-N2xx flavour driver.
6:658419981430 2017-09-13 philware Changed static char[50] to a malloc
5:85605f239696 2017-08-22 philware Merge
4:2bf3875a13f1 2017-08-22 philware Adding a SendATChopped() function to chop up very long AT command strings for the SendTo() function.
3:66cd87a1da3a 2017-08-03 rob.meades@u-blox.com Fixed JSON formatting in template_mbed_app.txt by adding a comma.
2:83653c15e9c2 2017-07-07 philware Removed temp.txt
1:8ea78dce6b36 2017-06-26 philware UDP Sockets over AT for SARA-N2xx modules
0:649a63e69435 2017-06-16 philware empty libraries for n2xx