index
:
SimpleMotionV2
develop
feature/BufferedMotionAPI
feature/FastBufferedMotionProtocol
feature/device-deployment-library
feature/new_commutation_sensor_calibration
feature/osx-support
feature/replace_rs232_lib
feature/tcpip
fix-devicedeployment-osx
fix-readFileLine
fix-types
master
rename-CFGConnectingDFUModeFailed
travis
Forked from https://github.com/GraniteDevices/SimpleMotionV2
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
simplemotion.c
Age
Commit message (
Expand
)
Author
2017-08-19
Completed FTDI support on macOS & Added FTDI binary libraries
Tero Kontkanen
2017-08-19
Add functions to list compatible bus device (ftdi d2xx only)
Tero Kontkanen
2017-08-19
FTDI D2XX driver work in progress, works
Tero Kontkanen
2017-05-29
Merge branch 'feature/device-deployment-library' into develop
Tero Kontkanen
2017-04-11
Fix wrong handles being passed to smBDRead in simplemotion.c
fix-types
Oskari Timperi
2017-04-07
Switch using stdint.h types
feature/device-deployment-library
Tero Kontkanen
2017-02-23
Fix rest of the compiler warnings
Tero Kontkanen
2017-02-23
Got rid of various compiler warnings
Tero Kontkanen
2017-02-08
Changed license to Apache license 2.0
Tero Kontkanen
2017-02-02
Fix smDebug calls (swapped bushandle & verbosity level arguments when incorrect)
Tero Kontkanen
2016-12-29
Replaced RS232 library by customized code, not tested yet (win or linux)
Tero Kontkanen
2016-10-28
Added smSetBaudrate() to allow changing bus speed
Tero Kontkanen
2016-02-04
Fix minor bug: incorrect SM_STATUS returned in smCloseBus. No other effects.
Tero Kontkanen
2016-01-06
Fix CRC calculation of smFastUpdateCycle function
Tero K
2016-01-04
Added smFastUpdateCycle function
Tero K
2014-01-16
first release
TeroK