diff options
| author | hierophect <hierophect@gmail.com> | 2020-08-25 15:24:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 15:24:36 -0400 |
| commit | 78c512e86b5c61d337e10cb5ec598cecd728c5f6 (patch) | |
| tree | 28696e1f85c48d7571219a54307a9ecf74f12b43 | |
| parent | 2529c0aa836d120a9653e3cfd7e7cea0d743c0b7 (diff) | |
| parent | f71f6631ccae6b595c419d9e161b1d566f3cc6ed (diff) | |
Merge pull request #3325 from hierophect/esp32-enable-ulab
ESP32-S2: Enable ulab
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index a7873aa46..152e5c803 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -27,6 +27,6 @@ CIRCUITPY_COUNTIO = 0 # any port once their prerequisites in common-hal are complete. CIRCUITPY_RANDOM = 0 # Requires OS CIRCUITPY_USB_MIDI = 0 # Requires USB -CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash +CIRCUITPY_ULAB = 1 # No requirements, but takes extra flash CIRCUITPY_MODULE ?= none |
