view gsm-fw/g23m-aci/aci/version_dummy.c @ 992:a7b0b426f9ca

target-utils: boot ROM UART autodetection revamped The new implementation should work with both the familiar Calypso C035 boot ROM version found in our regular targets as well as the older Calypso F741979B version found on the vintage D-Sample board.
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 30 Dec 2015 21:28:41 +0000
parents 02c65d76881f
children
line wrap: on
line source

char *aci_version()
{
	return "ACI version is FreeCalypso";
}

char *alr_version()
{
	return "ALR version is FreeCalypso";
}

char *cc_version()
{
	return "CC version is FreeCalypso";
}

char *dl_version()
{
	return "DL version is FreeCalypso";
}

char *mm_version()
{
	return "MM version is FreeCalypso";
}

char *rr_version()
{
	return "RR version is FreeCalypso";
}

char *sim_version()
{
	return "SIM version is FreeCalypso";
}

char *sms_version()
{
	return "SMS version is FreeCalypso";
}

char *ss_version()
{
	return "SS version is FreeCalypso";
}