mirror of https://github.com/ARMmbed/mbed-os.git
Cordio Nordic LL: Readjust memory pool requirements for NRF52840
parent
346622bb3f
commit
f994bc323e
|
@ -196,7 +196,11 @@ NRFCordioHCIDriver::~NRFCordioHCIDriver()
|
||||||
ble::vendor::cordio::buf_pool_desc_t NRFCordioHCIDriver::get_buffer_pool_description()
|
ble::vendor::cordio::buf_pool_desc_t NRFCordioHCIDriver::get_buffer_pool_description()
|
||||||
{
|
{
|
||||||
static union {
|
static union {
|
||||||
|
#if defined(NRF52840_XXAA)
|
||||||
|
uint8_t buffer[ 17304 ];
|
||||||
|
#else
|
||||||
uint8_t buffer[ 8920 ];
|
uint8_t buffer[ 8920 ];
|
||||||
|
#endif
|
||||||
uint64_t align;
|
uint64_t align;
|
||||||
};
|
};
|
||||||
static const wsfBufPoolDesc_t pool_desc[] = {
|
static const wsfBufPoolDesc_t pool_desc[] = {
|
||||||
|
|
Loading…
Reference in New Issue