aboutsummaryrefslogtreecommitdiff
path: root/simplemotion.c
AgeCommit message (Expand)Author
2017-08-19Completed FTDI support on macOS & Added FTDI binary librariesTero Kontkanen
2017-08-19Add functions to list compatible bus device (ftdi d2xx only)Tero Kontkanen
2017-08-19FTDI D2XX driver work in progress, worksTero Kontkanen
2017-05-29Merge branch 'feature/device-deployment-library' into developTero Kontkanen
2017-04-11Fix wrong handles being passed to smBDRead in simplemotion.cfix-typesOskari Timperi
2017-04-07Switch using stdint.h typesfeature/device-deployment-libraryTero Kontkanen
2017-02-23Fix rest of the compiler warningsTero Kontkanen
2017-02-23Got rid of various compiler warningsTero Kontkanen
2017-02-08Changed license to Apache license 2.0Tero Kontkanen
2017-02-02Fix smDebug calls (swapped bushandle & verbosity level arguments when incorrect)Tero Kontkanen
2016-12-29Replaced RS232 library by customized code, not tested yet (win or linux)Tero Kontkanen
2016-10-28Added smSetBaudrate() to allow changing bus speedTero Kontkanen
2016-02-04Fix minor bug: incorrect SM_STATUS returned in smCloseBus. No other effects.Tero Kontkanen
2016-01-06Fix CRC calculation of smFastUpdateCycle functionTero K
2016-01-04Added smFastUpdateCycle functionTero K
2014-01-16first releaseTeroK