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 86 of file cpu_conf.h.
#define FLASHPAGE_SIZE (512U) |
Definition at line 33 of file cpu_conf.h.
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (2U) |
Definition at line 57 of file cpu_conf.h.
#define FLASHPAGE_WRITE_BLOCK_SIZE (1U) |
Definition at line 55 of file cpu_conf.h.
#define GNRC_IPV6_STACK_SIZE (512) |
Definition at line 90 of file cpu_conf.h.
#define IRQ_API_INLINED (1) |
This arch uses the inlined IRQ API.
Definition at line 27 of file cpu_conf.h.
#define ISR_STACKSIZE (256) |
Definition at line 81 of file cpu_conf.h.
#define THREAD_EXTRA_STACKSIZE_PRINTF (256) |
Definition at line 65 of file cpu_conf.h.
#define THREAD_STACKSIZE_DEFAULT (384) |
Definition at line 73 of file cpu_conf.h.
#define THREAD_STACKSIZE_IDLE (96) |
Definition at line 77 of file cpu_conf.h.