aboutsummaryrefslogtreecommitdiff
path: root/kernel/kernel.c
Commit message (Collapse)AuthorAge
* remove rqlen againDimitri Sokolyuk2012-03-13
| | | | remove auxiliary functions
* keep semaphore flag on if waiting task goes in runqDimitri Sokolyuk2012-03-10
| | | | skip scheduling if waitq empty
* add reboot functionDimitri Sokolyuk2012-03-06
|
* minor changesDimitri Sokolyuk2012-03-05
|
* *** empty log message ***Dimitri Sokolyuk2012-03-05
|
* *** empty log message ***Dimitri Sokolyuk2012-03-05
|
* readd separate semaphore queuesDimitri Sokolyuk2012-03-05
|
* more debug output, yield after releaseDimitri Sokolyuk2012-03-05
|
* bugfixes, readd rqlen, signal on any channelDimitri Sokolyuk2012-03-05
|
* distributeDimitri Sokolyuk2012-03-04
|
* reduce sizeDimitri Sokolyuk2012-03-04
|
* trying guss next wakeup, next attempt, still sucksDimitri Sokolyuk2012-02-26
|
* introduce run queue length, trying to predict next wakeup, still buggyDimitri Sokolyuk2012-02-24
|
* add commentDimitri Sokolyuk2012-02-23
|
* same result, less operationsDimitri Sokolyuk2012-02-23
|
* minor tweakingDimitri Sokolyuk2012-02-23
|
* remove auxiliary variableDimitri Sokolyuk2012-02-23
|
* back to monotone timeDimitri Sokolyuk2012-02-23
| | | | new sleep() function
* remove prioritiesDimitri Sokolyuk2012-02-23
| | | | | simplify semaphores diff-time based time queue
* add yieldDimitri Sokolyuk2012-02-13
|
* time sharingDimitri Sokolyuk2012-01-02
|
* add actual required stack sizesDimitri Sokolyuk2011-12-23
|
* put everything at tail per defaultDimitri Sokolyuk2011-12-23
|
* still buggyDimitri Sokolyuk2011-12-23
|
* remove unused parametersDimitri Sokolyuk2011-12-23
|
* add task prioritiesDimitri Sokolyuk2011-12-23
|
* experimental: shifted start timeDimitri Sokolyuk2011-12-20
|
* time-sharing: wighted round-robin scheduler with single-linked run-queueDimitri Sokolyuk2011-12-20
|
* primitive round-robinDimitri Sokolyuk2011-12-12
|
* add missing slack guardDimitri Sokolyuk2011-12-12
|
* update set()Dimitri Sokolyuk2011-12-12
|
* slack time initializationDimitri Sokolyuk2011-12-12
|
* fix overflowDimitri Sokolyuk2011-12-12
|
* introduce least slack schedulingDimitri Sokolyuk2011-12-12
|
* remove debug stuffDimitri Sokolyuk2011-11-06
|
* we do not use anything from inttypes.h, so replace it with stdint.hDimitri Sokolyuk2011-11-06
|
* remove unused variableDimitri Sokolyuk2011-11-06
|
* replace custom `bzero' with library functionDimitri Sokolyuk2011-11-06
|
* debug only: add visual load meterDimitri Sokolyuk2011-11-03
|
* re-add adcDimitri Sokolyuk2011-11-02
|
* major update: lot of bugfixes, lot of changesDimitri Sokolyuk2011-11-02
| | | | | | | | | | | | | - let compiler handle stack pointer arithmetic: switch to 16bit - improve update(): deadline depends on incremental release - resolve timing issues, new time convertion macros - major simplification of scheduler, most of garbage removed - new overflow interrupt for cycle counter, resolves also timing problems - simplify pwm generation, lookup tables are deferred, switch to 4bit - add blocking on shared values - remove garbage in lcd module and some bugfixes - add alternative reboot command to uart command interpreter - KISS
* reduce epsDimitri Sokolyuk2011-10-17
|
* make eps-decision more readableDimitri Sokolyuk2011-10-17
|
* rename task -> execDimitri Sokolyuk2011-07-13
|
* tweak stackDimitri Sokolyuk2011-07-12
|
* add clock, redesign timer, tweak stack valuesDimitri Sokolyuk2011-07-12
|
* switch to macroDimitri Sokolyuk2011-07-07
|
* tweak apiDimitri Sokolyuk2011-03-22
|
* DimOS RTDimitri Sokolyuk2011-03-11