8000 Trade RAM for flash on pca10100 · unwiredben/circuitpython@5d90991 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d90991

Browse files
committed
Trade RAM for flash on pca10100
1 parent 3cb2ab3 commit 5d90991

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