Merge pull request #5339 from tannewt/shrink_pca10100

Trade RAM for flash on pca10100
This commit is contained in:
Dan Halbert 2021-09-13 17:11:14 -04:00 committed by GitHub
commit 3e9cf8fa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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