circuitpython/ports/atmel-samd/common-hal/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 audio output support! 2018-04-12 16:35: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 Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00