]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/shortlog
pes-rpp/rpp-test-sw.git
2013-08-08 Michal SojkaFix dinsetup doc
2013-08-08 Michal Sojkahbrenable: Don't print normal output when an error...
2013-08-08 Michal SojkaFix and clarify hbrenable documentation
2013-08-07 Michal Sojkarpp-lib update
2013-08-07 Michal Sojkadinsetup: Update default values and reformat documentation
2013-08-07 Michal Sojkadinsetup changes
2013-08-07 Michal SojkaClarify the documentation of dinget and dinwatch commands
2013-08-07 Michal SojkaEnhance the dinsetup command
2013-08-07 Michal SojkaFix pin numbering in the dinwatch command
2013-08-06 Michal SojkaFix off-by-one error in rpp_sci_printf()
2013-08-06 Michal SojkaADC command updates
2013-08-01 Michal HornSyntax error repaired (mistake when typing command...
2013-08-01 Michal HornHelp repaired to reflex all the syntax changes.
2013-08-01 Michal Hornspimst command syntax changed to avoid characters ...
2013-08-01 Michal Hornportval command syntax tuned to support undefined numbe...
2013-08-01 Michal HornMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp...
2013-08-01 Michal HornSpitr command syntax changed to avoid characters :...
2013-08-01 Michal HornPortval command syntax changed to avoid characters...
2013-08-01 Michal HornPinval and pindir commands syntax changed to avoid...
2013-08-01 Michal HornLOUT commands syntax changed to avoid characters ?...
2013-08-01 Michal HornHBR commands syntax changed to avoid character :
2013-08-01 Michal HornFlexRay status printing command repaired (%h instead...
2013-08-01 Michal HornDIN commands syntax changed to avoid characters ?,...
2013-08-01 Michal HornDAC commands syntax changed to avoid characters ?,...
2013-08-01 Michal Horncantest syntax changed to be simpler and code cleaner.
2013-08-01 Michal HornBug in hout fail tester repaired.
2013-08-01 Michal SojkaAdd dinwatch command
2013-08-01 Michal SojkaAdd adcwatch command
2013-08-01 Michal SojkaAllow running getc() in command handlers
2013-08-01 Michal SojkaAdd a non-blocking variant of getc()
2013-08-01 Michal SojkaRename cmd_io_buf to cmd_io_tisci
2013-08-01 Michal SojkaUpdate cmdproc from sysless (added command line history)
2013-08-01 Michal HornHOUT commands syntax changed to be without :,?,(and...
2013-07-31 Michal HornBug in spitr (transpator of the SPI response) repaired.
2013-07-31 Michal HornMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp...
2013-07-31 Michal HornThe commands for port control tuned.
2013-07-31 Michal SojkaUpdate cmdproc from sysless
2013-07-31 Michal HornAIN renamed to ADC, AOUT renamed to DAC in the source...
2013-07-31 Michal HornCompile warning repaired
2013-07-31 Michal SojkaUpdate cmdproc from sysless
2013-07-31 Michal Sojkacmdproc: Add support for parsing of space separated...
2013-07-31 Michal SojkaAdd more comments to the command processor
2013-07-30 Michal SojkaUpdate Emacs script for evaluating example to execute...
2013-07-30 Michal SojkaFix docgen include path after repository reorganization
2013-07-30 Michal SojkaRemoved most of the fixmes for command help
2013-07-30 Michal SojkaFix compilation errors
2013-07-30 Michal SojkaFix include path for rpp-test-suite
2013-07-30 Michal SojkaUpdate Eclipse project to match reorganized structure
2013-07-30 Michal SojkaUse the RPP library as a submodule and move the cmdproc...
2013-07-29 Michal SojkaYet another place to fix
2013-07-29 Michal SojkaFix example
2013-07-29 Michal SojkaAdd output of several example commands
2013-07-28 Michal SojkaUnify the style of short command descriptions
2013-07-28 Michal SojkaUpdate Emacs macros for help editing
2013-07-28 Michal SojkaFixes in the rest of command help messages
2013-07-26 Michal HornLong descriptio modified,
2013-07-26 Michal HornMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp...
2013-07-26 Michal HornWelcome text shorted to fit onto the SCI buffer.
2013-07-26 Michal HornDIN pin index ranges changed from 1-16 to 0-15.
2013-07-26 Michal SojkaPrint version number on wiki documentation page
2013-07-26 Michal SojkaUpdate the documentation of several commands
2013-07-26 Michal HornSwitched description and syntax sections in commands...
2013-07-26 Michal HornMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp... v0.2
2013-07-26 Michal SojkaDo not use "-->" in syntax description
2013-07-25 Michal SojkaPrint long help of the commands if the command name...
2013-07-25 Michal SojkaAdd automatic CRLF conversion to SCI output
2013-07-25 Michal HornCCS 5_2 files modified
2013-07-25 Michal SojkaInclude software version in startup message
2013-07-25 Michal SojkaSet SCI speed to 115200 Bd
2013-07-25 Michal HornForgotten testcan command name added back to descriptor.
2013-07-25 Michal HornMerge branch 'master' of ssh://rtime.felk.cvut.cz/rpp...
2013-07-25 Michal HornDescription texts modified, extended or added.
2013-07-25 Michal SojkaFormat dacpinval documentation in a nicer way
2013-07-25 Michal SojkaAutomate uploading of documentation to the wiki
2013-07-25 Michal SojkaDo not try to generate documentation from main.c
2013-07-25 Michal HornMoved main into toplevel directory.
2013-07-25 Michal SojkaRevert dependency of the library on the application
2013-07-25 Michal SojkaFix compiler warnings
2013-07-25 Michal SojkaAdd make clean target
2013-07-25 Michal SojkaMove commands to toplevel directory (outside of lib)
2013-07-25 Michal SojkaExclude docgen.c from CCS build
2013-07-25 Michal SojkaSort help by command
2013-07-25 Michal SojkaUse === instead of == in documentation titles
2013-07-25 Michal SojkaSupport multiple formats of docuemntation
2013-07-25 Michal SojkaFew fixes to Emacs help formatig macros
2013-07-25 Michal SojkaCopy description of some commands from wiki
2013-07-24 Michal SojkaAdd simple help generator
2013-07-24 Michal SojkaRemove tabulators and newlines from command descriptions
2013-07-24 Michal Sojkacmdproc: Add a field for long help
2013-07-24 Michal SojkaCreate header file for the main command list
2013-07-24 Michal SojkaPrepare for automated generation of documentation
2013-06-25 Michal HornBinary document file removed
2013-06-25 Michal HornPort list command repaired
2013-06-25 Michal HornLicence header added to all CMD files, comments to...
2013-06-25 Michal HornADC comments added
2013-06-25 Michal HornDAC command arguments parsing repaired, comments added.
2013-06-24 Michal HornDIN parameters parsing error repaired, comments added
2013-06-24 Michal HornHBR parameter parsing bug repaired, comments added
2013-06-24 Michal HornComments added and bug in parameters parsing repaired.
2013-06-24 Michal HornCommand for loging to SDRAM test added.
next