Trade RAM for flash on pca10100

This commit is contained in:
Scott Shawcroft 2021-09-13 11:26:19 -07:00
parent 3cb2ab318d
commit 5d90991745
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -39,6 +39,9 @@
#define CIRCUITPY_BLE_CONFIG_SIZE (12 * 1024)
// Take 1k RAM to save 1k flash.
#define CIRCUITPY_PRECOMPUTE_QSTR_ATTR (0)
// Reduce nRF SoftRadio memory usage
#define BLEIO_VS_UUID_COUNT 10
#define BLEIO_HVN_TX_QUEUE_SIZE 2