mbed-os/features/cellular/framework/AT
Kimmo Vaisanen a2857bac97 Cellular: Improve ATHandler AT traces
Original AT traces had several issue:
- Can be overwritten by other traces (printf/mbed-trace)
- No way to know which direction message was going (TX or RX)
- <cr> and <ln> characters were not visible in trace
etc.

This commit addresses those issues using mbed-trace and showing separately
each filehandle write and read.
2019-04-05 12:27:00 +01:00
..
ATHandler.cpp Cellular: Improve ATHandler AT traces 2019-04-05 12:27:00 +01:00
ATHandler.h Cellular: Improve ATHandler AT traces 2019-04-05 12:27:00 +01:00
ATHandler_factory.cpp cellular: AT Handler API changes after review 2018-12-14 13:19:03 +02:00
AT_CellularBase.cpp Cellular: changed support features to CellularProperty array. 2019-01-22 02:23:04 -08:00
AT_CellularBase.h Cellular: call AT+CGEREP after sim is ready 2019-04-05 12:26:17 +01:00
AT_CellularContext.cpp Cellular: Remove compile dependency of UARTSerial 2019-04-05 12:26:16 +01:00
AT_CellularContext.h Cellular: Remove compile dependency of UARTSerial 2019-04-05 12:26:16 +01:00
AT_CellularDevice.cpp Cellular: Remove compile dependency of UARTSerial 2019-04-05 12:26:16 +01:00
AT_CellularDevice.h Cellular: Remove compile dependency of UARTSerial 2019-04-05 12:26:16 +01:00
AT_CellularInformation.cpp Cellular: Change AT_CellularNetwork to use CellularProperties. 2019-01-22 02:23:04 -08:00
AT_CellularInformation.h Removed CellularSIM interface. 2019-01-22 02:23:03 -08:00
AT_CellularNetwork.cpp Cellular: call AT+CGEREP after sim is ready 2019-04-05 12:26:17 +01:00
AT_CellularNetwork.h Cellular: call AT+CGEREP after sim is ready 2019-04-05 12:26:17 +01:00
AT_CellularSMS.cpp C030_N211 cellular api refactoring 2019-04-05 12:26:05 +01:00
AT_CellularSMS.h cellular: astyle fix 2018-07-27 13:33:20 +01:00
AT_CellularStack.cpp updated api and removed Astyle issue 2019-04-05 12:26:06 +01:00
AT_CellularStack.h Merge pull request #9752 from mirelachirica/add_comment_fix_warning 2019-02-21 17:30:34 -06:00
AT_ControlPlane_netif.cpp Cellular: Non-IP socket and PDP context for EPS control plane data delivery 2019-01-22 02:24:44 -08:00
AT_ControlPlane_netif.h Cellular: Non-IP doxygen updates 2019-02-18 09:53:59 +02:00