SEGGER_SYSVIEW_Conf.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*
  2. * SPDX-FileCopyrightText: 1995-2021 SEGGER Microcontroller GmbH
  3. *
  4. * SPDX-License-Identifier: BSD-1-Clause
  5. */
  6. /*********************************************************************
  7. * SEGGER Microcontroller GmbH *
  8. * The Embedded Experts *
  9. **********************************************************************
  10. * *
  11. * (c) 1995 - 2021 SEGGER Microcontroller GmbH *
  12. * *
  13. * www.segger.com Support: support@segger.com *
  14. * *
  15. **********************************************************************
  16. * *
  17. * SEGGER SystemView * Real-time application analysis *
  18. * *
  19. **********************************************************************
  20. * *
  21. * All rights reserved. *
  22. * *
  23. * SEGGER strongly recommends to not make any changes *
  24. * to or modify the source code of this software in order to stay *
  25. * compatible with the SystemView and RTT protocol, and J-Link. *
  26. * *
  27. * Redistribution and use in source and binary forms, with or *
  28. * without modification, are permitted provided that the following *
  29. * condition is met: *
  30. * *
  31. * o Redistributions of source code must retain the above copyright *
  32. * notice, this condition and the following disclaimer. *
  33. * *
  34. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND *
  35. * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, *
  36. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF *
  37. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE *
  38. * DISCLAIMED. IN NO EVENT SHALL SEGGER Microcontroller BE LIABLE FOR *
  39. * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR *
  40. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT *
  41. * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; *
  42. * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
  43. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT *
  44. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE *
  45. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH *
  46. * DAMAGE. *
  47. * *
  48. **********************************************************************
  49. * *
  50. * SystemView version: 3.42 *
  51. * *
  52. **********************************************************************
  53. -------------------------- END-OF-HEADER -----------------------------
  54. File : SEGGER_SYSVIEW_Conf.h
  55. Purpose : SEGGER SystemView configuration file.
  56. Set defines which deviate from the defaults (see SEGGER_SYSVIEW_ConfDefaults.h) here.
  57. Revision: $Rev: 21292 $
  58. Additional information:
  59. Required defines which must be set are:
  60. SEGGER_SYSVIEW_GET_TIMESTAMP
  61. SEGGER_SYSVIEW_GET_INTERRUPT_ID
  62. For known compilers and cores, these might be set to good defaults
  63. in SEGGER_SYSVIEW_ConfDefaults.h.
  64. SystemView needs a (nestable) locking mechanism.
  65. If not defined, the RTT locking mechanism is used,
  66. which then needs to be properly configured.
  67. */
  68. #ifndef SEGGER_SYSVIEW_CONF_H
  69. #define SEGGER_SYSVIEW_CONF_H
  70. /*********************************************************************
  71. *
  72. * Defines, configurable
  73. *
  74. **********************************************************************
  75. */
  76. /*********************************************************************
  77. * TODO: Add your defines here. *
  78. **********************************************************************
  79. */
  80. #endif // SEGGER_SYSVIEW_CONF_H
  81. /*************************** End of file ****************************/