wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Kernel] Something should count up the uptime ticks #66

Open trylimits opened 9 years ago

trylimits commented 9 years ago

Something should count up the uptime ticks using the function KernelTick(..).

Bug #19 and Bug #34 are related to the timer module. If those issues are solved we can introduce a new 1ms-timer which calls this function with parameter 1. For the moment we should use the scheduler's timer which calls this function with parameter 10, respectively the defined timeslice.

trylimits commented 9 years ago

Implemented suggested prototype of uptime in scheduler timer ISR.

Pending until above tickets are closed