Skyward boardcore
Loading...
Searching...
No Matches
Deprecated List
Member Boardcore::Kernel::getOldTick ()
Use miosix::getTime() instead and migrate to using nanoseconds.
Member Boardcore::Kernel::IRQgetOldTick ()
Use miosix::getTime() instead and migrate to using nanoseconds.
Member Boardcore::Kernel::Thread::IRQenableIrqAndTimedWaitMs (miosix::FastInterruptDisableLock &dLock, long long absoluteTimeMs)
Use miosix::Thread::IRQenableIrqAndTimedWait() instead and migrate to using nanoseconds.
Member Boardcore::Kernel::Thread::sleepUntil (long long absoluteTimeMs)
Use miosix::Thread::nanoSleepUntil() instead and migrate to using nanoseconds.
Namespace Boardcore::TimestampTimer
This namespace provided access to sub-millisecond timestamp values for precise timing requirements before Miosix 2.7, since at that time Miosix only had millisecond-accurate tick values. It has now been deprecated in favor of miosix::getTime() which has nanosecond resolution. The class is kept for compatibility reasons and should be removed in the future.
Member Boardcore::TimestampTimer::getTimestamp ()
Use miosix::getTime() instead and update the code to nanoseconds.