RTEMS Clock::getDateAndTime needs conversion from ticks to microseconds. #344
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RTEMS uses ticks in rtems_time_of_day instead of microseconds. The correct amount of ticks per second must be used to convert here. (rtems_clock_get_ticks_per_second)
RTEMS Clock::getDateAndTime needs conversion from tics to microseconds.to RTEMS Clock::getDateAndTime needs conversion from ticks to microseconds.This will be fixed with the next updates, I implemented a conversion dependant on the system ticks per second.
Fixed in #363