aboutsummaryrefslogtreecommitdiff
path: root/kernel/dmx.c
Commit message (Collapse)AuthorAge
* replace interrupt blocking with semaphoreDimitri 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
|
* expicit set clock prescale to 1Dimitri Sokolyuk2012-03-15
| | | | simplify scheduler and sleep functions
* since we have plenty of RAM now (2k), bum default stack-sizes of tasksDimitri Sokolyuk2012-03-15
|
* add reboot functionDimitri Sokolyuk2012-03-06
|
* minor changesDimitri Sokolyuk2012-03-05
|
* *** empty log message ***Dimitri Sokolyuk2012-03-05
|
* bump stackDimitri Sokolyuk2012-03-05
|
* reduce sizeDimitri Sokolyuk2012-03-04
|
* remove prioritiesDimitri Sokolyuk2012-02-23
| | | | | simplify semaphores diff-time based time queue
* 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
|
* 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
|
* remove maxval, bump duty cycleDimitri Sokolyuk2011-11-14
|
* readd ppm moduleDimitri Sokolyuk2011-11-07
|
* simplify structuresDimitri Sokolyuk2011-11-06
|
* switch to library func _NOP()Dimitri Sokolyuk2011-11-06
|
* we do not use anything from inttypes.h, so replace it with stdint.hDimitri Sokolyuk2011-11-06
|
* reorder tasksDimitri 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
* rename task -> execDimitri Sokolyuk2011-07-13
|
* tweak stackDimitri Sokolyuk2011-07-12
|
* add clock, redesign timer, tweak stack valuesDimitri Sokolyuk2011-07-12
|
* move uart_init into moduleDimitri Sokolyuk2011-07-07
|
* color temperatureDimitri Sokolyuk2011-07-05
|
* add brightnes scalaDimitri Sokolyuk2011-07-04
|
* new DMX project (RGB lights)Dimitri Sokolyuk2011-07-04