circuitpython/ports/atmel-samd/bindings/samd
Scott Shawcroft de5a9d72dc
Compress all translated strings with Huffman coding.
This saves code space in builds which use link-time optimization.
The optimization drops the untranslated strings and replaces them
with a compressed_string_t struct. It can then be decompressed to
a c string.

Builds without LTO work as well but include both untranslated
strings and compressed strings.

This work could be expanded to include QSTRs and loaded strings if
a compress method is added to C. Its tracked in #531.
2018-08-16 17:40:57 -07:00
..
Clock.c Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
Clock.h Add code size analysis tool and shrink samd.clock a smidge. 2018-06-08 12:56:32 -07:00
__init__.c Add clock representation with calibration 2018-05-07 23:04:02 +02:00