cymetadata.c 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*******************************************************************************
  2. * File Name: cymetadata.c
  3. *
  4. * PSoC Creator 3.3
  5. *
  6. * Description:
  7. * This file defines all extra memory spaces that need to be included.
  8. * This file is automatically generated by PSoC Creator.
  9. *
  10. ********************************************************************************
  11. * Copyright (c) 2007-2015 Cypress Semiconductor. All rights reserved.
  12. * You may use this file only in accordance with the license, terms, conditions,
  13. * disclaimers, and limitations in the end user license agreement accompanying
  14. * the software package with which this file was provided.
  15. ********************************************************************************/
  16. #include "cytypes.h"
  17. #if defined(__GNUC__) || defined(__ARMCC_VERSION)
  18. __attribute__ ((__section__(".cyloadablemeta"), used))
  19. #elif defined(__ICCARM__)
  20. #pragma location=".cyloadablemeta"
  21. #else
  22. #error "Unsupported toolchain"
  23. #endif
  24. const uint8 cy_meta_loadable[] = {
  25. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  26. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  27. 0x00u, 0x00u, 0x00u, 0x00u, 0x5Cu, 0xD1u, 0x50u, 0x04u,
  28. 0x01u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  29. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  30. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  31. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u,
  32. 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u, 0x00u
  33. };
  34. #if defined(__GNUC__) || defined(__ARMCC_VERSION)
  35. __attribute__ ((__section__(".cyconfigecc"), used))
  36. #elif defined(__ICCARM__)
  37. #pragma location=".cyconfigecc"
  38. #else
  39. #error "Unsupported toolchain"
  40. #endif
  41. const uint8 cy_meta_configecc[] = {
  42. 0x00u
  43. };