mbed-os/features/cellular/framework
Kimmo Vaisanen 553718ba5b Cellular: Optimize memory usage for gsm_to_ascii table
gsm_to_ascii table contains ASCII codes, so it can be a char table instead of int table.

This reduces ROM usage by 384 bytes.
2018-10-22 08:35:33 +03:00
..
API Merge pull request #8258 from mirelachirica/fix_compile_warning_network 2018-10-11 10:11:54 -05:00
AT Cellular: Optimize memory usage for gsm_to_ascii table 2018-10-22 08:35:33 +03:00
common Cellular: Registration parameters as struct 2018-10-09 10:49:47 +03:00
device Cellular: CellularDevice:get_default_instance() implemented 2018-09-07 14:49:18 +03:00
targets Merge pull request #8295 from AriParkkila/cell-cinterion 2018-10-15 10:10:23 -05:00