aboutsummaryrefslogtreecommitdiff
path: root/kernel/uart.c
Commit message (Collapse)AuthorAge
* ATmega328P portDimitri Sokolyuk2012-03-15
|
* remove rqlen againDimitri Sokolyuk2012-03-13
| | | | remove auxiliary functions
* *** empty log message ***Dimitri Sokolyuk2012-03-05
|
* more debug output, yield after releaseDimitri 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
|
* time sharingDimitri Sokolyuk2012-01-02
|
* we do not use anything from inttypes.h, so replace it with stdint.hDimitri Sokolyuk2011-11-06
|
* 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
|
* switch to macroDimitri Sokolyuk2011-07-07
|
* prepare uart for stdioDimitri Sokolyuk2011-07-06
|
* color temperatureDimitri Sokolyuk2011-07-05
|
* add blocking uart_getchar()Dimitri Sokolyuk2011-07-04
| | | | add USE_2X option
* DimOS RTDimitri Sokolyuk2011-03-11