8000 Merge pull request #5339 from tannewt/shrink_pca10100 · unwiredben/circuitpython@3e9cf8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e9cf8f

Browse files
authored
Merge pull request adafruit#5339 from tannewt/shrink_pca10100
Trade RAM for flash on pca10100
2 parents 3cb2ab3 + 5d90991 commit 3e9cf8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/nrf/boards/pca10100/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939

4040
#define CIRCUITPY_BLE_CONFIG_SIZE (12 * 1024)
4141

42+
// Take 1k RAM to save 1k flash.
43+
#define CIRCUITPY_PRECOMPUTE_QSTR_ATTR (0)
44+
4245
// Reduce nRF SoftRadio memory usage
4346
#define BLEIO_VS_UUID_COUNT 10
4447
#define BLEIO_HVN_TX_QUEUE_SIZE 2

0 commit comments

Comments
 (0)
0