circuitpython/ports/espressif/boards/adafruit_feather_esp32s3_tft
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
..
board.c add esp32s3 tft 2022-05-23 23:57:35 -04:00
mpconfigboard.h add esp32s3 tft 2022-05-23 23:57:35 -04:00
mpconfigboard.mk Switch translate() to the header file 2022-05-27 10:33:53 -07:00
pins.c add esp32s3 tft 2022-05-23 23:57:35 -04:00
sdkconfig add esp32s3 tft 2022-05-23 23:57:35 -04:00