Merge pull request #5339 from tannewt/shrink_pca10100
Trade RAM for flash on pca10100
This commit is contained in:
commit
3e9cf8fa54
@ -39,6 +39,9 @@
|
|||||||
|
|
||||||
#define CIRCUITPY_BLE_CONFIG_SIZE (12 * 1024)
|
#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
|
// Reduce nRF SoftRadio memory usage
|
||||||
#define BLEIO_VS_UUID_COUNT 10
|
#define BLEIO_VS_UUID_COUNT 10
|
||||||
#define BLEIO_HVN_TX_QUEUE_SIZE 2
|
#define BLEIO_HVN_TX_QUEUE_SIZE 2
|
||||||
|
Loading…
Reference in New Issue
Block a user