circuitpython/ports/atmel-samd/common-hal
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
..
analogio Change file mode back. 2018-08-09 09:14:14 -07:00
audiobusio Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
audioio Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
board Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
busio Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
digitalio Support internationalisation. 2018-08-07 14:58:57 -07:00
microcontroller Change file mode back. 2018-08-09 09:14:14 -07:00
neopixel_write Move pin struct to the peripherals library. 2018-08-02 13:59:05 -07:00
nvm Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
os Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
pulseio Support internationalisation. 2018-08-07 14:58:57 -07:00
rotaryio Support internationalisation. 2018-08-07 14:58:57 -07:00
rtc Support internationalisation. 2018-08-07 14:58:57 -07:00
storage Support internationalisation. 2018-08-07 14:58:57 -07:00
supervisor atmel-samd: changed Status to Runtime; instituted runtime singleton 2018-03-09 02:19:51 +00:00
time Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
touchio Support internationalisation. 2018-08-07 14:58:57 -07:00
usb_hid Support internationalisation. 2018-08-07 14:58:57 -07:00