aboutsummaryrefslogtreecommitdiff
path: root/kernel/kernel.h
Commit message (Collapse)AuthorAge
* reenable sleep_modeDimitri Sokolyuk2013-04-05
|
* force context switch on lockDimitri Sokolyuk2012-12-19
|
* rename timer flags to name timer 1 (16bit) expicitDimitri Sokolyuk2012-11-08
|
* drop dead codeDimitri Sokolyuk2012-11-06
|
* remove dead codeDimitri Sokolyuk2012-11-03
|
* rename wait -> lock, signal -> unlockDimitri Sokolyuk2012-11-03
|
* RQ displayDimitri Sokolyuk2012-11-03
|
* remove unused functionsDimitri Sokolyuk2012-11-03
|
* replace idle whith macroDimitri Sokolyuk2012-11-03
|
* drop prioritiesDimitri Sokolyuk2012-11-03
|
* reduce number of runqueuesDimitri Sokolyuk2012-06-30
|
* adjust number of run queuesDimitri Sokolyuk2012-06-22
|
* fix nasty bug in task initialization: enable interrupts per defaultDimitri Sokolyuk2012-06-17
| | | | | new function sysrq() switch from interrupt to task driven console
* drop expicit priority levelsDimitri Sokolyuk2012-06-16
|
* rollbackDimitri Sokolyuk2012-05-22
|
* proper prioritiesDimitri Sokolyuk2012-05-09
|
* minor cleanupDimitri Sokolyuk2012-03-30
|
* add dynamic prioritiesDimitri Sokolyuk2012-03-28
|
* move config values out of makefileDimitri Sokolyuk2012-03-26
|
* sane default stack valuesDimitri Sokolyuk2012-03-19
|
* named semaphores and priorities, don't set default values like BAUDDimitri Sokolyuk2012-03-16
|
* move idle loop into kernel apiDimitri Sokolyuk2012-03-16
|
* dynamic semaphore allocationDimitri Sokolyuk2012-03-16
|
* switch to dynamic memory allocationDimitri Sokolyuk2012-03-16
|
* big renameDimitri Sokolyuk2012-03-15
|
* since we have plenty of RAM now (2k), bum default stack-sizes of tasksDimitri Sokolyuk2012-03-15
|
* remove rqlen againDimitri Sokolyuk2012-03-13
| | | | remove auxiliary functions
* add reboot functionDimitri Sokolyuk2012-03-06
|
* 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
|
* 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
|
* 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
|
* still buggyDimitri Sokolyuk2011-12-23
|
* add task prioritiesDimitri Sokolyuk2011-12-23
|
* time-sharing: wighted round-robin scheduler with single-linked run-queueDimitri Sokolyuk2011-12-20
|
* switch to library func _NOP()Dimitri Sokolyuk2011-11-06
|
* 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
* rename task -> execDimitri Sokolyuk2011-07-13
|
* tweak stackDimitri Sokolyuk2011-07-12
|
* add clock, redesign timer, tweak stack valuesDimitri Sokolyuk2011-07-12
|
* simplifyDimitri Sokolyuk2011-07-07
|
* tweak apiDimitri Sokolyuk2011-03-22
|
* admuxDimitri Sokolyuk2011-03-13
|
* add ADC prescale flagDimitri Sokolyuk2011-03-12
|