xiaoxiang781216 opened a new pull request, #3468:
URL: https://github.com/apache/nuttx-apps/pull/3468
## Summary
Companion to apache/nuttx#NEW. With `CONFIG_SYSTEM_TIME64` removed
from NuttX core (time is always 64-bit), drop the corresponding
`#ifdef CONFIG_SYSTEM_TIME64` branches and Kconfig dependency from
nuttx-apps.
## Changes
- `examples/dronecan`: drop `SYSTEM_TIME64` Kconfig dependency.
- `examples/netlink_route`: always use `PRIx64` for `nb->ne_time`.
- `netutils/netinit`: always use the one-hour `LONG_TIME_SEC` value.
- `netutils/ptpd`: always pack the upper 16 bits of the 48-bit PTP
seconds field, and always apply the 64-bit overflow guard in
`timespec_delta_ns()`.
- `testing/ostest/semtimed`: always validate `tv_sec >= 0`.
## Testing
- `tools/checkpatch.sh -f` clean on changed files.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]