Common CPU definitions for MSP430. More...
Common CPU definitions for MSP430.
Definition in file cpu_conf.h.
Go to the source code of this file.
#define | IRQ_API_INLINED (1) |
This arch uses the inlined IRQ API. | |
Configure the internal flash memory | |
#define | FLASHPAGE_SIZE (512U) |
#define | FLASHPAGE_WRITE_BLOCK_SIZE (1U) |
#define | FLASHPAGE_WRITE_BLOCK_ALIGNMENT (2U) |
Kernel configuration | |
#define | THREAD_EXTRA_STACKSIZE_PRINTF (256) |
#define | THREAD_STACKSIZE_DEFAULT (384) |
#define | THREAD_STACKSIZE_IDLE (96) |
#define | ISR_STACKSIZE (256) |
#define | CONFIG_GNRC_PKTBUF_SIZE (2560) |
#define | GNRC_IPV6_STACK_SIZE (512) |
#define CONFIG_GNRC_PKTBUF_SIZE (2560) |
Definition at line 87 of file cpu_conf.h.
#define FLASHPAGE_SIZE (512U) |
Definition at line 34 of file cpu_conf.h.
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (2U) |
Definition at line 58 of file cpu_conf.h.
#define FLASHPAGE_WRITE_BLOCK_SIZE (1U) |
Definition at line 56 of file cpu_conf.h.
#define GNRC_IPV6_STACK_SIZE (512) |
Definition at line 91 of file cpu_conf.h.
#define IRQ_API_INLINED (1) |
This arch uses the inlined IRQ API.
Definition at line 28 of file cpu_conf.h.
#define ISR_STACKSIZE (256) |
Definition at line 82 of file cpu_conf.h.
#define THREAD_EXTRA_STACKSIZE_PRINTF (256) |
Definition at line 66 of file cpu_conf.h.
#define THREAD_STACKSIZE_DEFAULT (384) |
Definition at line 74 of file cpu_conf.h.
#define THREAD_STACKSIZE_IDLE (96) |
Definition at line 78 of file cpu_conf.h.