We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb2ab3 commit 5d90991Copy full SHA for 5d90991
ports/nrf/boards/pca10100/mpconfigboard.h
@@ -39,6 +39,9 @@
39
40
#define CIRCUITPY_BLE_CONFIG_SIZE (12 * 1024)
41
42
+// Take 1k RAM to save 1k flash.
43
+#define CIRCUITPY_PRECOMPUTE_QSTR_ATTR (0)
44
+
45
// Reduce nRF SoftRadio memory usage
46
#define BLEIO_VS_UUID_COUNT 10
47
#define BLEIO_HVN_TX_QUEUE_SIZE 2
0 commit comments