circuitpython/ports
Scott Shawcroft c676253834
Switch translate() to the header file
This allows the compile stage to optimize most of the translate()
function away and saves a ton of space (~40k on ESP). *However*, it
requires us to wait for the qstr output before we compile the rest
of our .o files. (Only qstr.o used to wait.)

This isn't as good as the current setup with LTO though. Trinket M0
loses <1k with this setup.

So, we should probably conditionalize this along with LTO.
2022-05-27 10:33:53 -07:00
..
atmel-samd Merge pull request #6436 from dhalbert/judicious-lto 2022-05-27 10:31:06 -07:00
broadcom message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
cxd56 address jepler's comments and further squeezes 2022-05-20 10:10:55 -04:00
espressif Switch translate() to the header file 2022-05-27 10:33:53 -07:00
litex Board definition clean up 2022-03-21 17:58:43 -07:00
mimxrt10xx Merge pull request #5491 from pypewpew/remove-gamepadshift 2022-05-25 13:58:06 -04:00
nrf tune LTO on nrf 2022-05-26 22:16:41 -04:00
raspberrypi Correctly scale analog reading per issue #4794 2022-05-24 08:46:39 -07:00
stm feat(swan_r5): blink the LED on startup. set VUSB_SELECT and DISCHARGE to floating to avoid any potential issues with them being outputs. 2022-05-25 14:22:19 -07:00
unix Merge branch 'main' into uzlib-module 2022-04-03 11:48:37 -05:00