firmware: gave all apps a proper hello message and let them print their git revision

This commit is contained in:
Ingo Albrecht 2010-07-16 02:12:30 +02:00
parent 80858f0ca0
commit 48298d17fe
5 changed files with 8 additions and 6 deletions

View File

@ -45,7 +45,7 @@ int main(void)
{
board_init();
puts("\n\nCompal DSP data dumper\n");
puts("\n\nOSMOCOM Compal DSP Dumper (revision " GIT_REVISION ")\n");
puts(hr);
/* Dump device identification */

View File

@ -72,8 +72,9 @@ int main(void)
{
board_init();
puts("\n\nHello World from " __FILE__ " program code\n");
puts("\n\nOSMOCOM Hello World (revision " GIT_REVISION ")\n");
puts(hr);
/* Dump device identification */
dump_dev_id();
puts(hr);

View File

@ -56,9 +56,9 @@ int main(void)
{
board_init();
puts("\n\nHello World from " __FILE__ " program code\n");
puts("\n\nOSMOCOM Layer 1 (revision " GIT_REVISION ")\n");
puts(hr);
/* Dump device identification */
dump_dev_id();
puts(hr);

View File

@ -142,7 +142,7 @@ int main(void)
sercomm_init();
/* Say hi */
puts("\n\nOSMOCOM Calypso loader (revision " GIT_REVISION ")\n");
puts("\n\nOSMOCOM Loader (revision " GIT_REVISION ")\n");
puts(hr);
/* Initialize flash driver */

View File

@ -275,8 +275,9 @@ int main(void)
{
board_init();
puts("\n\nSIM-Test from " __FILE__ " program code\n");
puts("\n\nOSMOCOM SIM Test (revision " GIT_REVISION ")\n");
puts(hr);
/* Dump device identification */
dump_dev_id();
puts(hr);