Changes between Version 176 and Version 177 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/20/25 11:59:49 (29 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v176 v177 119 119 clock_settime(CLOCK_REALTIME, &ts); 120 120 }}} 121 // As of 2025-11-20 lib825ev now provides its own stime functionfor 825 Gen2 builds so it will not be necessary to make this code change. However, for new apps it is recommended to use clock_settime.//121 // As of 2025-11-20 lib825ev and lib825 libraries provide their own stime functions for 825 Gen2 builds so it will not be necessary to make this code change. However, for new apps it is recommended to use clock_settime.// 122 122 123 123 5. Also (probably rare) if the app communicates with another system by serial port, network, or file import/export that interprets the data content as binary integers, floats, etc... it may be necessary to make changes to account for different [https://en.wikipedia.org/wiki/Endianness endianness]. The 825 Gen2 is ARM-64 little-endian, The Legacy 825 is Coldfire big-endian.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)