Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
When working on embedded HW it is always easy to loose track of what exactly is running. A common trick is to include the SVN rev number, timestamp or some other counter.
Right now the system seems to track the build number. Is this exposed; so we can do something like
printf("Started (Build #" __BUILD_NO__ " - compiled " __DATE__ "\r\n");
Thanks,
Dw.