Skip to main content
VISHAL1
Associate II
January 31, 2020
Question

How to insert build date and time in program of SW4STM32 for windows?

  • January 31, 2020
  • 2 replies
  • 962 views

Want to use the date and time of build as build version

This topic has been closed for replies.

2 replies

Ozone
Principal
January 31, 2020

As said in an almost identical thread, use the ANSI C macros _DATE_ and _TIME_.

VISHAL1
VISHAL1Author
Associate II
January 31, 2020

Also want to know how to auto generate build/version number.