aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add: cleanup on errorChristian Ferbar2018-03-271-0/+5
|
* make it gcc 4.7 compatiblegrottenolm2014-11-061-1/+1
|
* reset both counters when opening board, fixes issue #1v1.2Jakob Odersky2013-08-161-1/+1
|
* update header filev1.1Jakob Odersky2012-07-241-1/+2
|
* fix minor .so link issueJakob Odersky2012-07-241-1/+1
|
* fix benchmark: milliseconds are displayed as doubleJakob Odersky2012-07-051-2/+2
|
* add soname link to makefilev1.0Jakob Odersky2012-07-021-0/+1
|
* improved makefileJakob Odersky2012-07-021-10/+10
|
* Revert "reformat .so files to include version number"Jakob Odersky2012-06-221-2/+3
| | | | This reverts commit 1cdbf77729bc41c1e9b900d2da93ed428f693eb0.
* reformat .so files to include version numberJakob Odersky2012-06-181-3/+2
|
* *add testsJakob Odersky2012-06-185-10/+239
| | | | | *add debug setting *modify header comments
* move sources back to top-level src directoryJakob Odersky2012-06-173-0/+0
|
* move source files to src/c to prepare support for other languagesJakob Odersky2012-06-173-0/+0
|
* refactor a forgotten int to boolJakob Odersky2012-06-172-4/+4
|
* add ability to get currentr output statusJakob Odersky2012-06-172-27/+86
|
* format codeJakob Odersky2012-06-152-79/+80
|
* use stdboolJakob Odersky2012-06-142-4/+6
|
* total refactorJakob Odersky2012-06-142-173/+128
| | | | | *Devices are no longer handled by their port numbers but by passing a `device structure'. This eliminates the need of a global variable, associating port numbers to devices. *Analog inputs/outputs and counters are zero-indexed in their names, i.e. `analog1' is now called `analog0' in any definitions
* add program installation/uninstallation rulesJakob Odersky2012-06-041-1/+1
|
* refactoringJakob Odersky2012-05-292-12/+12
|
* refactor code, adding prefix 'k8055' to every public functionJakob Odersky2012-05-292-124/+124
|
* support for c++ compilersJakob Odersky2012-05-291-0/+8
|
* fix bug on port indicesJakob Odersky2012-05-071-2/+2
|
* refactor code: typedef instead of structJakob Odersky2012-04-051-13/+13
|
* add quick readJakob Odersky2012-04-012-4/+27
|
* initial commitJakob Odersky2012-03-313-0/+577