sysinfo.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. * Copyright (C) Fraunhofer-Institut for Photonic Microsystems (IPMS)
  3. * Maria-Reiche-Str. 2
  4. * 01109 Dresden
  5. *
  6. * Unauthorized copying of this file, via any medium is strictly prohibited
  7. * Proprietary and confidential
  8. *
  9. * \file ../tsn_rtos/sysinfo.h
  10. * \date Fri Apr 28 14:39:44 2023 +0200
  11. * \brief holding system informations
  12. *
  13. */
  14. #ifndef _SYSINFO_H_
  15. #define _SYSINFO_H_
  16. /*------------------------------------------------*/
  17. /* Generated automatically */
  18. /* do not touch */
  19. /* */
  20. /* set by hook script before building the project */
  21. /*------------------------------------------------*/
  22. /**MACRO defining an String holding the time stamp of the last build */
  23. #define SYSINFO_BUILD_DATE "Fri Apr 28 14:39:44 2023 +0200"
  24. /**MACRO defining an String holding the git tag name of the last build */
  25. #define SYSINFO_BUILD_TAG "V4.5.3-alpha"
  26. /**MACRO defining an String holding the git hash of the last build */
  27. #define SYSINFO_BUILD_HASH "c7347ef0c5ed6c04f9fc01959262e47d9bc681fe"
  28. #endif // _SYSINFO_H_