diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-27 17:41:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 17:41:43 -0700 |
| commit | 40a1f3edbcb4a5fe42e11d518f3ebca220cf98e9 (patch) | |
| tree | 244c8e8285fdba0799cacd4f22763d23280ac886 /ports | |
| parent | faa50df05fa11c3903934419a2ad7d7063cf23c7 (diff) | |
| parent | 485f66714156f797d381662ea5992f4f5ac92b80 (diff) | |
Merge pull request #2811 from jepler/update-ulab
ulab: actually update the submodule
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/stm/boards/espruino_pico/mpconfigboard.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/stm/boards/espruino_pico/mpconfigboard.mk b/ports/stm/boards/espruino_pico/mpconfigboard.mk index b7937dd04..054937c33 100644 --- a/ports/stm/boards/espruino_pico/mpconfigboard.mk +++ b/ports/stm/boards/espruino_pico/mpconfigboard.mk @@ -13,3 +13,8 @@ MCU_PACKAGE = UFQFPN48 LD_COMMON = boards/common_default.ld LD_FILE = boards/STM32F401xd_fs.ld # use for internal flash +# Disable ulab as we're nearly out of space on this board due to +# INTERNAL_FLASH_FILESYSTEM. It can probably be reenabled if we enable +# lto for this port, and if other stuff hasn't been added in the +# meantime +CIRCUITPY_ULAB = 0 |
