circuitpython/shared-bindings/audiobusio
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
..
I2SOut.c Support internationalisation. 2018-08-07 14:58:57 -07:00
I2SOut.h Add pause/resume control to AudioOut and I2SOut 2018-05-08 11:53:13 -07:00
PDMIn.c Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
PDMIn.h compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00
__init__.c Re-enable PDMIn without ASF and using the helpers added with 2018-05-01 14:35:43 -07:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00