|
|
|
@ -34,11 +34,6 @@ extern "C" {
|
|
|
|
|
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (163840)
|
|
|
|
|
/* for core/include/thread.h */
|
|
|
|
|
#define THREAD_STACKSIZE_MINIMUM (163840)
|
|
|
|
|
/* undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in transceiver.h */
|
|
|
|
|
#ifdef TRANSCEIVER_STACK_SIZE
|
|
|
|
|
#undef TRANSCEIVER_STACK_SIZE
|
|
|
|
|
#endif
|
|
|
|
|
#define TRANSCEIVER_STACK_SIZE (163840)
|
|
|
|
|
/* native internal */
|
|
|
|
|
#define THREAD_STACKSIZE_MINIMUM (163840)
|
|
|
|
|
#define NATIVE_ISR_STACKSIZE (163840)
|
|
|
|
@ -50,11 +45,6 @@ extern "C" {
|
|
|
|
|
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (8192)
|
|
|
|
|
/* for core/include/thread.h */
|
|
|
|
|
#define THREAD_STACKSIZE_MINIMUM (8192)
|
|
|
|
|
/* undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in transceiver.h */
|
|
|
|
|
#ifdef TRANSCEIVER_STACK_SIZE
|
|
|
|
|
#undef TRANSCEIVER_STACK_SIZE
|
|
|
|
|
#endif
|
|
|
|
|
#define TRANSCEIVER_STACK_SIZE (16384)
|
|
|
|
|
/* native internal */
|
|
|
|
|
#define NATIVE_ISR_STACKSIZE (8192)
|
|
|
|
|
#endif /* OS */
|
|
|
|
|