commit | 634d3b46a95ff3e4b82ab27dbc94498c8ad95203 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Jun 22 11:54:48 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Jun 22 14:40:23 2017 +0300 |
tree | 4ca732c670e90792901d8e850caa1b426dac36b1 | |
parent | aea4c317220cb0ba2dd484df3bc82cb764485220 [diff] |
Bluetooth: Set hci_uart RAM config to fit privacy With the introduction of privacy, the system workqueue is now being linked into the image, growing the RAM footprint considerably. In order for the sample to fit in QFAA and QFAB variants of the nRF51 (16KB of RAM) we reduce the workqueue stack size to 512 since the RPA update mechanism doesn't use more than 340 bytes and we stick to 16 connections maximum. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>