| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | /******************************************************************************** FILENAME: cymetadata.c* * PSoC Creator  3.2** DESCRIPTION:* This file defines all extra memory spaces that need to be included.* This file is automatically generated by PSoC Creator.********************************************************************************** Copyright (c) 2007-2015 Cypress Semiconductor.  All rights reserved.* You may use this file only in accordance with the license, terms, conditions, * disclaimers, and limitations in the end user license agreement accompanying * the software package with which this file was provided.********************************************************************************/#include "cytypes.h"#if defined(__GNUC__) || defined(__ARMCC_VERSION)__attribute__ ((__section__(".cyloadablemeta"), used))#elif defined(__ICCARM__)#pragma  location=".cyloadablemeta"#else#error "Unsupported toolchain"#endifconst uint8 cy_meta_loadable[] = {    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x5Cu, 0xD1u, 0x40u, 0x04u,    0x01u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,    0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u};#if defined(__GNUC__) || defined(__ARMCC_VERSION)__attribute__ ((__section__(".cyconfigecc"), used))#elif defined(__ICCARM__)#pragma  location=".cyconfigecc"#else#error "Unsupported toolchain"#endifconst uint8 cy_meta_configecc[] = {    0x00u};
 |