Defines

projects/nrfgo_sdk/bootloader_32k/firmware/config.h File Reference

Go to the source code of this file.

Defines

#define FLASH_PAGE_SIZE   512U
#define MAX_PACKET_SIZE_EP0   32
#define USB_EP1_SIZE   64
#define FLASH_SIZE   (32U*1024U)
#define NUM_FLASH_PAGES   FLASH_SIZE/FLASH_PAGE_SIZE

Detailed Description

Configuration file for bootloader

Definition in file config.h.


Define Documentation

#define FLASH_PAGE_SIZE   512U

Definition at line 21 of file config.h.

#define MAX_PACKET_SIZE_EP0   32

Definition at line 22 of file config.h.

#define USB_EP1_SIZE   64

Definition at line 23 of file config.h.

#define FLASH_SIZE   (32U*1024U)

Definition at line 24 of file config.h.

#define NUM_FLASH_PAGES   FLASH_SIZE/FLASH_PAGE_SIZE

Definition at line 25 of file config.h.