Skip to content

Commit

Permalink
Merge pull request #5339 from tannewt/shrink_pca10100
Browse files Browse the repository at this point in the history
Trade RAM for flash on pca10100
  • Loading branch information
dhalbert authored Sep 13, 2021
2 parents 3cb2ab3 + 5d90991 commit 3e9cf8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/nrf/boards/pca10100/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e9cf8f

Please sign in to comment.