aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-28Add & update new params for absolute position sensor utilizationdevelopTero Kontkanen
2017-09-26Add new DEVICE_CAPABILITY flagsTero Kontkanen
2017-09-26Added HOMING_USE_ABSOLUTE_FBD_METHOD option in homing config bitsTero Kontkanen
2017-09-25Redefine some SMP_FBD_ values (add hall sensor as one FBD option)Tero Kontkanen
2017-09-22Add interpolation mode & mask definitionsTero Kontkanen
2017-09-19Added definitions for SM protocol V27, which adds linear interpolation of set...Tero Kontkanen
2017-09-03Add missing TCP IP library for win32 in .pri fileTero Kontkanen
2017-08-24Add support for opening FTDI USB device by description in smOpenBus()Tero Kontkanen
2017-08-23Merge branch 'feature/port_driver_ftdi_d2xx' into developTero Kontkanen
2017-08-23Fix warnings on macOS & bump library version to 0x20500Tero Kontkanen
2017-08-23Additional intializations for FTDI D2XX driverTero Kontkanen
2017-08-19Completed FTDI support on macOS & Added FTDI binary librariesTero Kontkanen
2017-08-19Reorganized drivers (move them to drivers subfolder)Tero 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-08-16Sets serial port in low latency mode in LinuxTero Kontkanen
2017-08-17Merge pull request #8 from oswjk/rename-CFGConnectingDFUModeFailedTero Kontkanen
2017-08-16Made serial port init work on macOS & FTDI chips. TODO: test on Linux.Tero Kontkanen
2017-07-13Support for macOS virtual COM port device namingTero K
2017-07-11Add FW upload function that takes file contents as pointer to memoryTero Kontkanen
2017-06-29Add SMP_SETPOINT_FILTER_MODETero Kontkanen
2017-06-22Fix smLoadConfigurationFrom. Loading failed always since RAM buffer feature w...Tero Kontkanen
2017-05-30Eliminate compiler warnings on TCP supportTero Kontkanen
2017-05-29Merge branch 'feature/device-deployment-library' into developTero Kontkanen
2017-05-29-Added smLoadConfigurationFromBuffer to be operated from RAM buffer instead o...Tero Kontkanen
2017-05-26Clarified/cleaned some old definitions & added new:Tero Kontkanen
2017-05-12Add info about valid IP address formatTero Kontkanen
2017-05-11Add definitions for motor sound notificationsTero Kontkanen
2017-05-11Fix duplicate parameter address on previous commitTero Kontkanen
2017-05-11Redefine DEVICE_CAPABILITIES parametersTero Kontkanen
2017-05-11Merge branch 'feature/new_commutation_sensor_calibration' into developTero Kontkanen
2017-05-10Changed serial encoder mode definitionsTero Kontkanen
2017-05-09Changed definition of SMP_SERIAL_ENC_BITS 574Tero Kontkanen
2017-05-08Merge pull request #5 from oswjk/fix-devicedeployment-osxTero Kontkanen
2017-05-08Merge pull request #4 from oswjk/fix-typesTero Kontkanen
2017-05-08Merge pull request #3 from oswjk/feature/tcpipTero Kontkanen
2017-05-08Merge pull request to add OS X support in pcserialport.cTero Kontkanen
2017-05-08Merge branch 'feature/osx-support' of https://github.com/oswjk/SimpleMotionV2...Tero Kontkanen
2017-05-08Scope capture changes (mainly used by Granity)Tero Kontkanen
2017-05-07- Renamed scope param 5014 as SMP_CAPTURE_BEFORE_TRIGGER_SAMPLE_COUNTTero Kontkanen
2017-05-06Change SMP_CAPTURE_TRIGGER_DELAY descriptionTero Kontkanen
2017-05-06added DEVICE_CAPABILITY_SCOPE_TRIGGER_DELAYTero Kontkanen
2017-05-06Added SMP_CAPTURE_TRIGGER_DELAY that sets scope capture trigger delay. Value ...Tero Kontkanen
2017-04-17Fix FW uploader crashing on 64 bit OS XTero Kontkanen
2017-04-12Fix devicedeployment.c on 64-bit OS Xfix-devicedeployment-osxOskari Timperi
2017-04-11Fix wrong handles being passed to smBDRead in simplemotion.cfix-typesOskari Timperi
2017-04-11Turn a lonely bool variable into an int variablefeature/osx-supportOskari Timperi
2017-04-11Add TCP/IP support to busdevice.cfeature/tcpipOskari Timperi
2017-04-10Support serial port on OS XOskari Timperi
2017-04-07Switch using stdint.h typesfeature/device-deployment-libraryTero Kontkanen