![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include <string.h>#include "board.h"#include "lpc43xx_dualcore_config.h"Go to the source code of this file.
Data Structures | |
| struct | image_sig |
Macros | |
| #define | SIGNATURE_M4_MAGIC 0xF00D4BAD |
| #define | SIGNATURE_M0_MAGIC 0xBEEFF00D |
| #define | ERROR_LED 1 |
| #define | EX_BLINKY (1 << 0) |
| #define | EX_USBHOST (1 << 1) |
| #define | EX_USBDEV (1 << 2) |
| #define | EX_LWIP (1 << 3) |
| #define | EX_EMWIN (1 << 4) |
| #define | OS_SIGNATURE 1 |
| #define | EXAMPLE_BLINKY 0 |
| #define | EXAMPLE_USB_HOST 0 |
| #define | EXAMPLE_USB_DEVICE 0 |
| #define | EXAMPLE_LWIP 0 |
| #define | EXAMPLE_EMWIN 0 |
| #define | EXAMPLES_INCLUDED |