Loading...
Searching...
No Matches
cpu_conf.h File Reference

Common CPU definitions for MSP430. More...

Detailed Description

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)
 

Macro Definition Documentation

◆ CONFIG_GNRC_PKTBUF_SIZE

#define CONFIG_GNRC_PKTBUF_SIZE   (2560)

Definition at line 87 of file cpu_conf.h.

◆ FLASHPAGE_SIZE

#define FLASHPAGE_SIZE   (512U)

Definition at line 34 of file cpu_conf.h.

◆ FLASHPAGE_WRITE_BLOCK_ALIGNMENT

#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (2U)

Definition at line 58 of file cpu_conf.h.

◆ FLASHPAGE_WRITE_BLOCK_SIZE

#define FLASHPAGE_WRITE_BLOCK_SIZE   (1U)

Definition at line 56 of file cpu_conf.h.

◆ GNRC_IPV6_STACK_SIZE

#define GNRC_IPV6_STACK_SIZE   (512)

Definition at line 91 of file cpu_conf.h.

◆ IRQ_API_INLINED

#define IRQ_API_INLINED   (1)

This arch uses the inlined IRQ API.

Definition at line 28 of file cpu_conf.h.

◆ ISR_STACKSIZE

#define ISR_STACKSIZE   (256)

Definition at line 82 of file cpu_conf.h.

◆ THREAD_EXTRA_STACKSIZE_PRINTF

#define THREAD_EXTRA_STACKSIZE_PRINTF   (256)

Definition at line 66 of file cpu_conf.h.

◆ THREAD_STACKSIZE_DEFAULT

#define THREAD_STACKSIZE_DEFAULT   (384)

Definition at line 74 of file cpu_conf.h.

◆ THREAD_STACKSIZE_IDLE

#define THREAD_STACKSIZE_IDLE   (96)

Definition at line 78 of file cpu_conf.h.