easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
Dependencies: WncController-httpmodified
Fork of WncControllerK64F by
History
easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
2017-12-14, by nrithya [Thu, 14 Dec 2017 00:32:12 +0000] rev 36
easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
easy_connect_wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
2017-12-14, by nrithya [Thu, 14 Dec 2017 00:29:12 +0000] rev 35
easy_connect_wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
loading time
2017-11-26, by nrithya [Sun, 26 Nov 2017 03:51:01 +0000] rev 34
loading time
waitUs() was calling wait_ms(), fixed now. Nothing was using waitUs() yet anyways, so the bug is benign.
2017-06-22, by fkellermavnet [Thu, 22 Jun 2017 02:33:37 +0000] rev 33
waitUs() was calling wait_ms(), fixed now. Nothing was using waitUs() yet anyways, so the bug is benign.
Debug output was using the UART which caused collisions with stdio who may be using the same UART. Implemented a WNCDebug class that allows the user to define where to send the debug info--UART, STDOUT, STDERR.
2017-04-19, by JMF [Wed, 19 Apr 2017 15:18:48 +0000] rev 32
Debug output was using the UART which caused collisions with stdio who may be using the same UART. Implemented a WNCDebug class that allows the user to define where to send the debug info--UART, STDOUT, STDERR.
The changes in this commit only update the UART serial routines from MODSERIAL to BufferedSerial. The BufferedSerial library has better support in mbed v5. MODSERIAL doesn't compile properly.
2017-04-17, by JMF [Mon, 17 Apr 2017 23:58:40 +0000] rev 31
The changes in this commit only update the UART serial routines from MODSERIAL to BufferedSerial. The BufferedSerial library has better support in mbed v5. MODSERIAL doesn't compile properly.
...
2017-04-06, by jmf [Thu, 06 Apr 2017 21:43:07 -0400] rev 30
...
Switched to standard 'Serial' used in Mbed v5.4
2017-04-06, by JMF [Thu, 06 Apr 2017 19:19:55 +0000] rev 29
Switched to standard 'Serial' used in Mbed v5.4
just re-imported it
2017-04-06, by JMF [Thu, 06 Apr 2017 13:57:24 +0000] rev 28
just re-imported it
Updates to account for compiler changes.
2017-03-24, by JMF [Fri, 24 Mar 2017 22:25:57 +0000] rev 27
Updates to account for compiler changes.