mbed-os/features/cellular/framework
Kimmo Vaisanen 738f9fbcf6 Cellular: Disable AT traces when mbed-trace is disabled
Earlier if mbed-trace was disabled but debug-at enabled, some AT trace codes were still
enabled causing unnecessary code size increase.

This commit fixes the issue that AT debug trace code is enabled only when both
mbed-trace.enable and cellular.debug-at are enabled.

Reduces binary size by about ~340bytes when mbed-trace is disabled but debug-at enabled.
2020-04-16 16:24:40 +03:00
..
API Merge pull request #11942 from michalpasztamobica/remove_deprecated_apis 2020-02-21 12:14:06 +00:00
AT Cellular: Check if serial is supported 2020-04-14 13:14:22 +03:00
common Cellular: Move string_to_pdp_type method to CellularContext 2020-01-08 12:15:51 +02:00
device Cellular: Disable AT traces when mbed-trace is disabled 2020-04-16 16:24:40 +03:00
targets Merge pull request #12589 from u-blox/disconnect 2020-04-09 09:39:27 +02:00