| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-17 | Merge remote-tracking branch 'origin/develop'HEADmaster | Tero Kontkanen | |
| # Conflicts: # devicedeployment.c | |||
| 2017-08-17 | Merge pull request #8 from oswjk/rename-CFGConnectingDFUModeFailed | Tero Kontkanen | |
| Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailed | |||
| 2017-08-16 | Merge pull request #8 from oswjk/rename-CFGConnectingDFUModeFailed | Tero Kontkanen | |
| Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailed | |||
| 2017-08-16 | Made serial port init work on macOS & FTDI chips. TODO: test on Linux. | Tero Kontkanen | |
| 2017-07-13 | Support for macOS virtual COM port device naming | Tero K | |
| 2017-07-11 | Add FW upload function that takes file contents as pointer to memory | Tero Kontkanen | |
| 2017-06-29 | Add SMP_SETPOINT_FILTER_MODE | Tero Kontkanen | |
| 2017-06-22 | Fix smLoadConfigurationFrom. Loading failed always since RAM buffer feature ↵ | Tero Kontkanen | |
| was added. | |||
| 2017-06-07 | Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailedrename-CFGConnectingDFUModeFailed | Oskari Timperi | |
| 2017-05-30 | Eliminate compiler warnings on TCP support | Tero Kontkanen | |
| 2017-05-29 | Merge branch 'develop': Summary of changes: | Tero Kontkanen | |
| -Added communication TCP IP port -Added device deployment API -Added buffered motion API -New version of simplemotion_defs.h -Various fixes & MacOS support | |||
| 2017-05-29 | Merge branch 'feature/device-deployment-library' into develop | Tero Kontkanen | |
| # Conflicts: # SimpleMotionV2.pri - fixed | |||
| 2017-05-29 | -Added smLoadConfigurationFromBuffer to be operated from RAM buffer instead ↵ | Tero Kontkanen | |
| of file -Fix bug of smLoadConfiguration returning CFGCommunicationError repeatedly after the first connection error | |||
| 2017-05-26 | Clarified/cleaned some old definitions & added new: | Tero Kontkanen | |
| - SMP_HOME_SWITCH_SOURCE_SELECT - SMP_AUX_OUTPUT_SOURCE_SELECT - SMP_TRAJ_PLANNER_HOMING_SECOND_APPROACH_DISTANCE - SMP_ACTUAL_POSITION_FB_NEVER_RESETTING - Listed new capabilities under DEVICE_CAPABILITY2_ flags | |||
| 2017-05-12 | Add info about valid IP address format | Tero Kontkanen | |
| 2017-05-11 | Add definitions for motor sound notifications | Tero Kontkanen | |
| 2017-05-11 | Fix duplicate parameter address on previous commit | Tero Kontkanen | |
| 2017-05-11 | Redefine DEVICE_CAPABILITIES parameters | Tero Kontkanen | |
| 2017-05-11 | Merge branch 'feature/new_commutation_sensor_calibration' into develop | Tero Kontkanen | |
| - changed value of SMP_SYSTEM_CONTROL_RESTORE_SAVED_CONFIG to 8192 # Conflicts: # simplemotion_defs.h | |||
| 2017-05-10 | Changed serial encoder mode definitions | Tero Kontkanen | |
| 2017-05-09 | Changed definition of SMP_SERIAL_ENC_BITS 574 | Tero Kontkanen | |
| 2017-05-08 | Merge pull request #5 from oswjk/fix-devicedeployment-osx | Tero Kontkanen | |
| Fix devicedeployment.c on 64-bit OS X | |||
| 2017-05-08 | Merge pull request #4 from oswjk/fix-types | Tero Kontkanen | |
| Fix wrong handles being passed to smBDRead in simplemotion.c | |||
| 2017-05-08 | Merge pull request #3 from oswjk/feature/tcpip | Tero Kontkanen | |
| Add TCP/IP support to busdevice.c | |||
| 2017-05-08 | Merge pull request to add OS X support in pcserialport.c | Tero Kontkanen | |
| 2017-05-08 | Merge branch 'feature/osx-support' of ↵ | Tero Kontkanen | |
| https://github.com/oswjk/SimpleMotionV2 into oswjk-feature/osx-support -adds OS X support in pcserailport.c | |||
| 2017-05-08 | Scope capture changes (mainly used by Granity) | Tero Kontkanen | |
| 2017-05-07 | - Renamed scope param 5014 as SMP_CAPTURE_BEFORE_TRIGGER_SAMPLE_COUNT | Tero Kontkanen | |
| - Added support for external trigger input for capture | |||
| 2017-05-06 | Change SMP_CAPTURE_TRIGGER_DELAY description | Tero Kontkanen | |
| 2017-05-06 | added DEVICE_CAPABILITY_SCOPE_TRIGGER_DELAY | Tero Kontkanen | |
| 2017-05-06 | Added SMP_CAPTURE_TRIGGER_DELAY that sets scope capture trigger delay. Value ↵ | Tero Kontkanen | |
| 0 is traditional, -n starts capture n sample cycles before trigger, +n after trigger. In negative delay, the minimum effective value is SMP_CAPTURE_BUF_LENGHT divided by number of channels selected | |||
| 2017-04-17 | Fix FW uploader crashing on 64 bit OS X | Tero Kontkanen | |
| 2017-04-12 | Fix devicedeployment.c on 64-bit OS Xfix-devicedeployment-osx | Oskari Timperi | |
| 2017-04-11 | Fix wrong handles being passed to smBDRead in simplemotion.cfix-types | Oskari Timperi | |
| smReceiveErrorHandler and smReceiveReturnPacket passed the smbus handle to smBDRead while smBDRead expects the smbusdevicehandle. This also corrects the type of SM_BUS.bdHandle from smint8 to smbusdevicehandle. | |||
| 2017-04-11 | Turn a lonely bool variable into an int variablefeature/osx-support | Oskari Timperi | |
| 2017-04-11 | Add TCP/IP support to busdevice.cfeature/tcpip | Oskari Timperi | |
| 2017-04-10 | Support serial port on OS X | Oskari Timperi | |
| 2017-04-07 | Switch using stdint.h typesfeature/device-deployment-library | Tero Kontkanen | |
| 2017-04-06 | Add missing fclose calls | Tero Kontkanen | |
| 2017-04-06 | Update readme.md & rename library files | Tero Kontkanen | |
| 2017-04-06 | Add proper parameter value conversion | Tero Kontkanen | |
| 2017-04-06 | Add FW & config deployment library (WIP, Argon not supported yet) | Tero Kontkanen | |
| 2017-02-23 | Add parameter definitions (device capabilities & restore saved config command) | Tero Kontkanen | |
| 2017-02-23 | Fix rest of the compiler warnings | Tero Kontkanen | |
| 2017-02-23 | Purge port buffers on device open call | Tero Kontkanen | |
| 2017-02-23 | Got rid of various compiler warnings | Tero Kontkanen | |
| 2017-02-23 | Merge branch 'feature/BufferedMotionAPI' into develop | Tero Kontkanen | |
| 2017-02-23 | Merge branch 'develop' into feature/BufferedMotionAPIfeature/BufferedMotionAPI | Tero Kontkanen | |
| # Conflicts: # SimpleMotionV2.pri | |||
| 2017-02-20 | Redefined SMP_SERIAL_ENC_BITS specs | Tero Kontkanen | |
| 2017-02-08 | Changed license to Apache license 2.0 | Tero Kontkanen | |
