Skip to content

v1.02

Compare
Choose a tag to compare
@dimonomid dimonomid released this 25 Feb 19:17
· 502 commits to master since this release
  • Added timers: kernel objects that are used to ask the
    kernel to call some user-provided function at a particular time in the
    future;
  • Removed tn_sys_time_set() function, because now TNeo uses internal
    system tick count for timers, and modifying system tick counter by user
    is a really bad idea.