Showing changes from revision #0 to #1:
Added | Removed | Changed
const char *HAL_PlatformName(void)
Entry | |
---|---|
- |
Exit | |
---|---|
- | Returns a NULL terminated string describing the platform |
The string is an untranslated free form name of the HAL used for diagnostics information such as crash dumps. Suggestions include the project codename or built up from installed options “Buxton/SA1500/H264 decode” or similar uniqueness.
User software should always use OS_ReadSysInfo 9 instead of calling the HAL directly.