mirror of https://github.com/ARMmbed/mbed-os.git
Increase SPI stack size to 2048 for BlueNrg driver
This is needed to avoid stack overflow due numerous calls and allocation.pull/14750/head
parent
7c17693c06
commit
39e821db61
|
@ -60,7 +60,11 @@
|
|||
#define RANDOM_STATIC_ADDRESS_OFFSET 0x80
|
||||
#define LL_WITHOUT_HOST_OFFSET 0x2C
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define SPI_STACK_SIZE 1024
|
||||
#else
|
||||
#define SPI_STACK_SIZE 2048
|
||||
#endif
|
||||
|
||||
#define IRQ_TIMEOUT_DURATION 100 //ms
|
||||
|
||||
|
|
Loading…
Reference in New Issue