mbed-os/features/cellular/framework/device
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
..
ATHandler.cpp Cellular: Disable AT traces when mbed-trace is disabled 2020-04-16 16:24:40 +03:00
CellularContext.cpp Cellular: Remove support for multiple ATHandlers 2020-01-23 09:27:44 +02:00
CellularDevice.cpp Merge pull request #12305 from kivaisan/remove_multi_athandler_support_v2 2020-02-07 11:00:41 +00:00
CellularStateMachine.cpp Cellular : add modem version in mbed trace 2020-02-06 14:40:23 +01:00
CellularStateMachine.h Cellular: Remove friend definitions from cellular state machine 2020-01-14 12:19:20 +02:00