aboutsummaryrefslogtreecommitdiff
path: root/kernel/rgb.c
Commit message (Collapse)AuthorAge
* Sanitize includesDimitri Sokolyuk2016-01-03
|
* adjust experimental valuesDimitri Sokolyuk2012-11-15
|
* rename wait -> lock, signal -> unlockDimitri Sokolyuk2012-11-03
|
* bump frame to 20msDimitri Sokolyuk2012-11-03
|
* adjust parametersDimitri Sokolyuk2012-06-13
|
* remove unneeded includesDimitri Sokolyuk2012-03-19
|
* replace interrupt blocking with semaphoreDimitri Sokolyuk2012-03-19
|
* replace interrupt blocking with semaphoreDimitri Sokolyuk2012-03-19
|
* replace multiplication with shiftDimitri Sokolyuk2012-03-19
|
* scale valueDimitri Sokolyuk2012-03-15
|
* remove rqlen againDimitri Sokolyuk2012-03-13
| | | | remove auxiliary functions
* add reboot functionDimitri Sokolyuk2012-03-06
|
* more debug output, yield after releaseDimitri Sokolyuk2012-03-05
|
* back to monotone timeDimitri Sokolyuk2012-02-23
| | | | new sleep() function
* reduce variable countDimitri Sokolyuk2012-01-05
|
* lightwight blocking, change ADC from 10 to 8 bit resolutionDimitri Sokolyuk2012-01-05
|
* blocking on shared resourcesDimitri Sokolyuk2012-01-02
|
* time sharingDimitri Sokolyuk2012-01-02
|
* reduce frequency of duty cycle from 100Hz to 50HzDimitri Sokolyuk2011-12-20
|
* time-sharing: wighted round-robin scheduler with single-linked run-queueDimitri Sokolyuk2011-12-20
|
* add initial time offsetDimitri Sokolyuk2011-11-14
|
* fix off time bugDimitri Sokolyuk2011-11-14
|
* remove maxval, bump duty cycleDimitri Sokolyuk2011-11-14
|
* 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
|
* minor experimetsDimitri Sokolyuk2011-11-02
|
* 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
* tweak stackDimitri Sokolyuk2011-07-12
|
* add clock, redesign timer, tweak stack valuesDimitri Sokolyuk2011-07-12
|
* color temperatureDimitri Sokolyuk2011-07-05
|
* add brightnes scalaDimitri Sokolyuk2011-07-04
|
* ppmDimitri Sokolyuk2011-03-18
|
* admuxDimitri Sokolyuk2011-03-13
|
* rename pwm into custom pwmDimitri Sokolyuk2011-03-12
|
* DimOS RTDimitri Sokolyuk2011-03-11