├── .gitignore ├── LICENSE ├── README.md ├── SDK ├── Blank Plugin │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.sln.old │ ├── MachDevice.suo │ ├── MachDevice.suo.old │ ├── MachDevice.vcproj │ ├── MachDevice.vcxproj │ ├── MachDevice.vcxproj.filters │ ├── MachDevice.vcxproj.user │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── Profile.txt │ ├── ReadMe.txt │ ├── UpgradeLog.XML │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── res │ │ └── MachDevice.rc2 │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── BlankMovement │ ├── ExternalMovement.cpp │ ├── ExternalMovement.h │ ├── G200X.h │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.sln.old │ ├── MachDevice.suo │ ├── MachDevice.suo.old │ ├── MachDevice.vcproj │ ├── MachDevice.vcxproj │ ├── MachDevice.vcxproj.filters │ ├── MachDevice.vcxproj.user │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── Profile.txt │ ├── ReadMe.txt │ ├── UpgradeLog.XML │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── res │ │ └── MachDevice.rc2 │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── Galil PlugIn │ ├── BuildLog.htm │ ├── DMCMLIB.H │ ├── DMCWIN.CPP │ ├── DMCWIN.H │ ├── Decoders.cpp │ ├── Decoders.h │ ├── Dmccom.h │ ├── ExternalMovement.cpp │ ├── ExternalMovement.h │ ├── G100-Structs.h │ ├── G100Config.cpp │ ├── G100Config.h │ ├── G100FLASHCONFIG.cpp │ ├── G100FLASHCONFIG.h │ ├── G100General.cpp │ ├── G100General.h │ ├── G100Monitor.cpp │ ├── G100Monitor.h │ ├── G200X.h │ ├── GalilConfig.cpp │ ├── GalilConfig.h │ ├── GalilControl.1ms │ ├── GalilControl.4ms │ ├── GalilControl.cpp │ ├── GalilControl.h │ ├── GalilStructs.h │ ├── LocalIPQuery.cpp │ ├── LocalIPQuery.h │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.exp │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.ncb │ ├── MachDevice.rc │ ├── MachDevice.rc2 │ ├── MachDevice.res │ ├── MachDevice.sln │ ├── MachDevice.sln.old │ ├── MachDevice.suo │ ├── MachDevice.suo.old │ ├── MachDevice.tlb │ ├── MachDevice.vcproj │ ├── MachDevice.vcproj.7.10.old │ ├── MachDevice.vcproj.jarek-laptop.jarek.user │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── MessageTracker.cpp │ ├── MessageTracker.h │ ├── Monitoring.cpp │ ├── Monitoring.h │ ├── Profile.txt │ ├── ReadMe.txt │ ├── UDPSocket.cpp │ ├── UpgradeLog.XML │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── dmcdrc.h │ ├── dmcdrco.h │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── JoyStickPlugIn │ ├── JoySetup.cpp │ ├── JoySetup.h │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.ncb │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.suo │ ├── MachDevice.vcproj │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── Profile.txt │ ├── ReadMe.txt │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── res │ │ └── MachDevice.rc2 │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── MachIncludes │ ├── 3dmath.h │ ├── AddonDlg.h │ ├── AppFuncs.h │ ├── AxisMotor.h │ ├── Backlash.h │ ├── BallController.h │ ├── Brain.h │ ├── BrainControlDlg.h │ ├── BrainHandler.h │ ├── BugReport.h │ ├── ButtonFunctions.h │ ├── CDXFReader.h │ ├── CSimpleDib.h │ ├── CaptureVideo.h │ ├── ConfCheck.h │ ├── ControlRect.h │ ├── DRO2.h │ ├── DROCalc.h │ ├── DROValues.h │ ├── DoHelp.h │ ├── ENABLE.H │ ├── EmergButton.h │ ├── EncCal.h │ ├── Encoders.h │ ├── Engine.h │ ├── FTD2XX.H │ ├── FileList.h │ ├── FileOperations.h │ ├── FixtureCabinet.h │ ├── Fixtures.h │ ├── FlashView.h │ ├── FontSelect.h │ ├── FormelParser.h │ ├── FormulaSet.h │ ├── GREXMotor.h │ ├── GState.h │ ├── GenUDPSocket.h │ ├── GetCoords.h │ ├── GodeList.h │ ├── GrandDog.h │ ├── Helper.h │ ├── HomanConf.h │ ├── HotKeys.h │ ├── IMapi.h │ ├── InputSignals.h │ ├── JMatrixCtrl.h │ ├── LEDConditions.h │ ├── Labels.h │ ├── LathePath.h │ ├── LayerControl.h │ ├── LedButton.h │ ├── LeftView.h │ ├── Lobe.h │ ├── LocalIPQuery.h │ ├── LogicControl.h │ ├── MDI.h │ ├── MDIEdit.h │ ├── MPGCalibrate.h │ ├── MPGControl.h │ ├── MRUDialog.h │ ├── Mach1Button.h │ ├── Mach1Joystick.h │ ├── Mach1Static.h │ ├── Mach3Image.h │ ├── Mach3Video.h │ ├── Mach4.h │ ├── Mach4Doc.h │ ├── Mach4View.h │ ├── Mach4_h.h │ ├── MacroControl.h │ ├── MacroRun.h │ ├── Macros.h │ ├── MainFrm.h │ ├── Maintenance.h │ ├── MemDC.h │ ├── Memmap.h │ ├── MillOptions.h │ ├── ModBusConfig.h │ ├── ModBusCtrl.h │ ├── ModBusStatus.h │ ├── ModBusThread.h │ ├── MosBusPoll.h │ ├── MotorOuts.h │ ├── MotorSetup.h │ ├── MotorTuning.h │ ├── MyAbout.h │ ├── MyConfSheet.h │ ├── MyScriptObject.h │ ├── MySplitterWnd.h │ ├── MyStatic.h │ ├── MyToolBar.h │ ├── Normals.h │ ├── OpenGLView.h │ ├── OutputSignals.h │ ├── PathProgress.h │ ├── PhysConst.h │ ├── PlugInManager.h │ ├── PrepPosition.h │ ├── Processor.h │ ├── ProfileDialog.h │ ├── PropPorts.h │ ├── QuestionDouble.h │ ├── ReProcessView.h │ ├── ReProcessWin.h │ ├── RealTimeMacro.h │ ├── Reprocessor.h │ ├── ResetWarning.h │ ├── SDIEdit.h │ ├── SMRL.h │ ├── SafeMoveYesNo.h │ ├── ScewMap.h │ ├── ScrewMapCurve.h │ ├── ScriptControl.h │ ├── ScriptView.h │ ├── SerialRing.h │ ├── SerialRingThread.h │ ├── SetHotKey.h │ ├── SlabSockets.h │ ├── Slave.h │ ├── SocketComm.h │ ├── SpindleCal.h │ ├── SpindleFM.h │ ├── SpindleSetup.h │ ├── Splash.h │ ├── SystemTray.h │ ├── TCPModBusCtrl.h │ ├── TWScriptEdit.h │ ├── TextFile.h │ ├── TextQuestion.h │ ├── TitleTip.h │ ├── ToolCabinet.h │ ├── ToolPath.h │ ├── ToolPathConfig.h │ ├── ToolTable.h │ ├── TorchVoltage.h │ ├── Traj.h │ ├── TrajectoryControl.h │ ├── Tserial_event.h │ ├── TurnOptions.h │ ├── UDPSocket.h │ ├── Units.h │ ├── VBEditThread.h │ ├── VBFrame.h │ ├── VariJogDisplay.h │ ├── _Font.h │ ├── _Picture.h │ ├── _collection.h │ ├── activdbg.h │ ├── activscp_plus.h │ ├── canon.h │ ├── cimage.h │ ├── cimagebufferxctrl1.h │ ├── circinterp.h │ ├── devintf.h │ ├── font.h │ ├── ompensation.h │ ├── picture.h │ ├── reateProfile.h │ ├── resource.h │ ├── rs274ngc.h │ ├── sapi.h │ ├── serialport.h │ ├── spindgraph.h │ ├── stdafx.h │ ├── videoocxctrl1.h │ ├── videoocxtoolsctrl2.h │ ├── xfile.h │ ├── ximabmp.h │ ├── ximacfg.h │ ├── ximadef.h │ ├── ximage.h │ ├── ximagif.h │ ├── ximaico.h │ ├── ximaiter.h │ ├── ximaj2k.h │ ├── ximajas.h │ ├── ximajbg.h │ ├── ximajpg.h │ ├── ximamng.h │ ├── ximapcx.h │ ├── ximapng.h │ ├── ximatga.h │ ├── ximath.h │ ├── ximatif.h │ ├── ximawbmp.h │ ├── ximawmf.h │ ├── xiofile.h │ └── xmemfile.h ├── Probing │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.suo │ ├── MachDevice.vcproj │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── MainConfig.cpp │ ├── MainConfig.h │ ├── MenuHandler.cpp │ ├── MenuHandler.h │ ├── OkayToMove.cpp │ ├── OkayToMove.h │ ├── ProbePoints.cpp │ ├── ProbePoints.h │ ├── Profile.txt │ ├── ReadMe.txt │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── enter.cpp │ ├── enter.h │ ├── probeconfig.cpp │ ├── probeconfig.h │ ├── probing.cpp │ ├── probing.h │ ├── res │ │ ├── MachDevice.rc2 │ │ └── probe.bmp │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── ShuttlePro │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.suo │ ├── MachDevice.vcproj │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── Profile.txt │ ├── ReadMe.txt │ ├── ShuttleWin.cpp │ ├── ShuttleWin.h │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── hidpi.h │ ├── hidsdi.h │ ├── hidusage.h │ ├── propertiesdlg.cpp │ ├── propertiesdlg.h │ ├── res │ │ ├── MachDevice.rc2 │ │ └── ShuttlePro v2.bmp │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── g100IO │ ├── G100-Structs.h │ ├── G100Config.cpp │ ├── G100Config.h │ ├── G100FLASHCONFIG.cpp │ ├── G100FLASHCONFIG.h │ ├── G100General.cpp │ ├── G100General.h │ ├── G100_Debug.txt │ ├── GRexControl.cpp │ ├── GRexControl.h │ ├── LocalIPQuery.cpp │ ├── LocalIPQuery.h │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.suo │ ├── MachDevice.vcproj │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── Monitoring.cpp │ ├── Monitoring.h │ ├── MyHandler.cpp │ ├── MyHandler.h │ ├── Profile.txt │ ├── ReadMe.txt │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── res │ │ └── MachDevice.rc2 │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── vld.h │ └── vldapi.h └── ncPod │ ├── ExternalMovement.cpp │ ├── ExternalMovement.h │ ├── G200X.h │ ├── MachDevImplementation.cpp │ ├── MachDevImplementation.h │ ├── MachDevice.aps │ ├── MachDevice.cpp │ ├── MachDevice.def │ ├── MachDevice.h │ ├── MachDevice.idl │ ├── MachDevice.ncb │ ├── MachDevice.rc │ ├── MachDevice.sln │ ├── MachDevice.suo │ ├── MachDevice.vcproj │ ├── MachDevice_h.h │ ├── MachDevice_i.c │ ├── NcMonitor.cpp │ ├── NcMonitor.h │ ├── Profile.txt │ ├── ReadMe.txt │ ├── XMLProfile.cpp │ ├── XMLProfile.h │ ├── ncPOD.def │ ├── ncPODDriver.h │ ├── ncPod.cpp │ ├── ncPod.h │ ├── res │ └── MachDevice.rc2 │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── test │ └── usb.h ├── docs ├── Plasma.xml ├── Step2mach documentation.docx └── references │ ├── MachPluginWizardSetup1.1a.msi │ └── mach_vmotion.zip ├── schema └── step2mach_lpt2x │ ├── fp-info-cache │ ├── fp-lib-table │ ├── ref │ └── MCU_Module.dcm │ ├── step2mach_lpt2x.bak │ ├── step2mach_lpt2x.kicad_pcb │ ├── step2mach_lpt2x.kicad_pcb-bak │ ├── step2mach_lpt2x.pro │ ├── step2mach_lpt2x.sch │ └── sym-lib-table └── sources ├── MachIncludes ├── Encoder.h ├── Engine.h ├── TrajStructs.h ├── _FixtureCabinet.h ├── _MFC.h ├── _MPGControl.h ├── _Mach1Button.h ├── _Mach4View.h ├── _Normals.h ├── _ScrewMapCurve.h ├── _SpindleFM.h ├── _ToolCabinet.h ├── _Traj.h ├── _TrajectoryControl.h ├── _TrajectoryStructs.h ├── canon.h ├── license.rtf ├── readme.rtf └── rs274ngc.h ├── mach_common ├── mach_firmware.h ├── mach_pclib_protocol.h └── types.h ├── mach_firmware ├── crc16.c ├── crc16.h ├── cube │ ├── .mxproject │ ├── Debug │ │ └── Drivers │ │ │ ├── CMSIS │ │ │ └── DSP_Lib │ │ │ │ └── Examples │ │ │ │ └── arm_linear_interp_example │ │ │ │ └── ARM │ │ │ │ └── math_helper.su │ │ │ └── STM32F4xx_HAL_Driver │ │ │ └── Src │ │ │ └── stm32f4xx_hal_uart.su │ ├── Drivers │ │ ├── CMSIS │ │ │ ├── DSP_Lib │ │ │ │ ├── Examples │ │ │ │ │ ├── arm_class_marks_example │ │ │ │ │ │ ├── ARM │ │ │ │ │ │ │ └── arm_class_marks_example_f32.c │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ └── arm_class_marks_example_f32.c │ │ │ │ │ ├── arm_convolution_example │ │ │ │ │ │ ├── ARM │ │ │ │ │ │ │ ├── arm_convolution_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ ├── arm_convolution_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_dotproduct_example │ │ │ │ │ │ ├── ARM │ │ │ │ │ │ │ └── arm_dotproduct_example_f32.c │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ └── arm_dotproduct_example_f32.c │ │ │ │ │ ├── arm_fft_bin_example │ │ │ │ │ │ ├── ARM │ │ │ │ │ │ │ ├── arm_fft_bin_data.c │ │ │ │ │ │ │ └── arm_fft_bin_example_f32.c │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ ├── arm_fft_bin_data.c │ │ │ │ │ │ │ └── arm_fft_bin_example_f32.c │ │ │ │ │ ├── arm_fir_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ ├── arm_fir_data.c │ │ │ │ │ │ │ ├── arm_fir_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_graphic_equalizer_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ ├── arm_graphic_equalizer_data.c │ │ │ │ │ │ │ ├── arm_graphic_equalizer_example_q31.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_linear_interp_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ ├── arm_linear_interp_data.c │ │ │ │ │ │ │ ├── arm_linear_interp_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_matrix_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ ├── arm_matrix_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_signal_converge_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ ├── arm_signal_converge_data.c │ │ │ │ │ │ │ ├── arm_signal_converge_example_f32.c │ │ │ │ │ │ │ ├── math_helper.c │ │ │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_sin_cos_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ │ └── arm_sin_cos_example_f32.c │ │ │ │ │ └── arm_variance_example │ │ │ │ │ │ └── ARM │ │ │ │ │ │ └── arm_variance_example_f32.c │ │ │ │ └── Source │ │ │ │ │ ├── BasicMathFunctions │ │ │ │ │ ├── arm_abs_f32.c │ │ │ │ │ ├── arm_abs_q15.c │ │ │ │ │ ├── arm_abs_q31.c │ │ │ │ │ ├── arm_abs_q7.c │ │ │ │ │ ├── arm_add_f32.c │ │ │ │ │ ├── arm_add_q15.c │ │ │ │ │ ├── arm_add_q31.c │ │ │ │ │ ├── arm_add_q7.c │ │ │ │ │ ├── arm_dot_prod_f32.c │ │ │ │ │ ├── arm_dot_prod_q15.c │ │ │ │ │ ├── arm_dot_prod_q31.c │ │ │ │ │ ├── arm_dot_prod_q7.c │ │ │ │ │ ├── arm_mult_f32.c │ │ │ │ │ ├── arm_mult_q15.c │ │ │ │ │ ├── arm_mult_q31.c │ │ │ │ │ ├── arm_mult_q7.c │ │ │ │ │ ├── arm_negate_f32.c │ │ │ │ │ ├── arm_negate_q15.c │ │ │ │ │ ├── arm_negate_q31.c │ │ │ │ │ ├── arm_negate_q7.c │ │ │ │ │ ├── arm_offset_f32.c │ │ │ │ │ ├── arm_offset_q15.c │ │ │ │ │ ├── arm_offset_q31.c │ │ │ │ │ ├── arm_offset_q7.c │ │ │ │ │ ├── arm_scale_f32.c │ │ │ │ │ ├── arm_scale_q15.c │ │ │ │ │ ├── arm_scale_q31.c │ │ │ │ │ ├── arm_scale_q7.c │ │ │ │ │ ├── arm_shift_q15.c │ │ │ │ │ ├── arm_shift_q31.c │ │ │ │ │ ├── arm_shift_q7.c │ │ │ │ │ ├── arm_sub_f32.c │ │ │ │ │ ├── arm_sub_q15.c │ │ │ │ │ ├── arm_sub_q31.c │ │ │ │ │ └── arm_sub_q7.c │ │ │ │ │ ├── CommonTables │ │ │ │ │ ├── arm_common_tables.c │ │ │ │ │ └── arm_const_structs.c │ │ │ │ │ ├── ComplexMathFunctions │ │ │ │ │ ├── arm_cmplx_conj_f32.c │ │ │ │ │ ├── arm_cmplx_conj_q15.c │ │ │ │ │ ├── arm_cmplx_conj_q31.c │ │ │ │ │ ├── arm_cmplx_dot_prod_f32.c │ │ │ │ │ ├── arm_cmplx_dot_prod_q15.c │ │ │ │ │ ├── arm_cmplx_dot_prod_q31.c │ │ │ │ │ ├── arm_cmplx_mag_f32.c │ │ │ │ │ ├── arm_cmplx_mag_q15.c │ │ │ │ │ ├── arm_cmplx_mag_q31.c │ │ │ │ │ ├── arm_cmplx_mag_squared_f32.c │ │ │ │ │ ├── arm_cmplx_mag_squared_q15.c │ │ │ │ │ ├── arm_cmplx_mag_squared_q31.c │ │ │ │ │ ├── arm_cmplx_mult_cmplx_f32.c │ │ │ │ │ ├── arm_cmplx_mult_cmplx_q15.c │ │ │ │ │ ├── arm_cmplx_mult_cmplx_q31.c │ │ │ │ │ ├── arm_cmplx_mult_real_f32.c │ │ │ │ │ ├── arm_cmplx_mult_real_q15.c │ │ │ │ │ └── arm_cmplx_mult_real_q31.c │ │ │ │ │ ├── ControllerFunctions │ │ │ │ │ ├── arm_pid_init_f32.c │ │ │ │ │ ├── arm_pid_init_q15.c │ │ │ │ │ ├── arm_pid_init_q31.c │ │ │ │ │ ├── arm_pid_reset_f32.c │ │ │ │ │ ├── arm_pid_reset_q15.c │ │ │ │ │ ├── arm_pid_reset_q31.c │ │ │ │ │ ├── arm_sin_cos_f32.c │ │ │ │ │ └── arm_sin_cos_q31.c │ │ │ │ │ ├── FastMathFunctions │ │ │ │ │ ├── arm_cos_f32.c │ │ │ │ │ ├── arm_cos_q15.c │ │ │ │ │ ├── arm_cos_q31.c │ │ │ │ │ ├── arm_sin_f32.c │ │ │ │ │ ├── arm_sin_q15.c │ │ │ │ │ ├── arm_sin_q31.c │ │ │ │ │ ├── arm_sqrt_q15.c │ │ │ │ │ └── arm_sqrt_q31.c │ │ │ │ │ ├── FilteringFunctions │ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_init_q31.c │ │ │ │ │ ├── arm_biquad_cascade_df1_32x64_q31.c │ │ │ │ │ ├── arm_biquad_cascade_df1_f32.c │ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q15.c │ │ │ │ │ ├── arm_biquad_cascade_df1_fast_q31.c │ │ │ │ │ ├── arm_biquad_cascade_df1_init_f32.c │ │ │ │ │ ├── arm_biquad_cascade_df1_init_q15.c │ │ │ │ │ ├── arm_biquad_cascade_df1_init_q31.c │ │ │ │ │ ├── arm_biquad_cascade_df1_q15.c │ │ │ │ │ ├── arm_biquad_cascade_df1_q31.c │ │ │ │ │ ├── arm_biquad_cascade_df2T_f32.c │ │ │ │ │ ├── arm_biquad_cascade_df2T_f64.c │ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f32.c │ │ │ │ │ ├── arm_biquad_cascade_df2T_init_f64.c │ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_f32.c │ │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_init_f32.c │ │ │ │ │ ├── arm_conv_f32.c │ │ │ │ │ ├── arm_conv_fast_opt_q15.c │ │ │ │ │ ├── arm_conv_fast_q15.c │ │ │ │ │ ├── arm_conv_fast_q31.c │ │ │ │ │ ├── arm_conv_opt_q15.c │ │ │ │ │ ├── arm_conv_opt_q7.c │ │ │ │ │ ├── arm_conv_partial_f32.c │ │ │ │ │ ├── arm_conv_partial_fast_opt_q15.c │ │ │ │ │ ├── arm_conv_partial_fast_q15.c │ │ │ │ │ ├── arm_conv_partial_fast_q31.c │ │ │ │ │ ├── arm_conv_partial_opt_q15.c │ │ │ │ │ ├── arm_conv_partial_opt_q7.c │ │ │ │ │ ├── arm_conv_partial_q15.c │ │ │ │ │ ├── arm_conv_partial_q31.c │ │ │ │ │ ├── arm_conv_partial_q7.c │ │ │ │ │ ├── arm_conv_q15.c │ │ │ │ │ ├── arm_conv_q31.c │ │ │ │ │ ├── arm_conv_q7.c │ │ │ │ │ ├── arm_correlate_f32.c │ │ │ │ │ ├── arm_correlate_fast_opt_q15.c │ │ │ │ │ ├── arm_correlate_fast_q15.c │ │ │ │ │ ├── arm_correlate_fast_q31.c │ │ │ │ │ ├── arm_correlate_opt_q15.c │ │ │ │ │ ├── arm_correlate_opt_q7.c │ │ │ │ │ ├── arm_correlate_q15.c │ │ │ │ │ ├── arm_correlate_q31.c │ │ │ │ │ ├── arm_correlate_q7.c │ │ │ │ │ ├── arm_fir_decimate_f32.c │ │ │ │ │ ├── arm_fir_decimate_fast_q15.c │ │ │ │ │ ├── arm_fir_decimate_fast_q31.c │ │ │ │ │ ├── arm_fir_decimate_init_f32.c │ │ │ │ │ ├── arm_fir_decimate_init_q15.c │ │ │ │ │ ├── arm_fir_decimate_init_q31.c │ │ │ │ │ ├── arm_fir_decimate_q15.c │ │ │ │ │ ├── arm_fir_decimate_q31.c │ │ │ │ │ ├── arm_fir_f32.c │ │ │ │ │ ├── arm_fir_fast_q15.c │ │ │ │ │ ├── arm_fir_fast_q31.c │ │ │ │ │ ├── arm_fir_init_f32.c │ │ │ │ │ ├── arm_fir_init_q15.c │ │ │ │ │ ├── arm_fir_init_q31.c │ │ │ │ │ ├── arm_fir_init_q7.c │ │ │ │ │ ├── arm_fir_interpolate_f32.c │ │ │ │ │ ├── arm_fir_interpolate_init_f32.c │ │ │ │ │ ├── arm_fir_interpolate_init_q15.c │ │ │ │ │ ├── arm_fir_interpolate_init_q31.c │ │ │ │ │ ├── arm_fir_interpolate_q15.c │ │ │ │ │ ├── arm_fir_interpolate_q31.c │ │ │ │ │ ├── arm_fir_lattice_f32.c │ │ │ │ │ ├── arm_fir_lattice_init_f32.c │ │ │ │ │ ├── arm_fir_lattice_init_q15.c │ │ │ │ │ ├── arm_fir_lattice_init_q31.c │ │ │ │ │ ├── arm_fir_lattice_q15.c │ │ │ │ │ ├── arm_fir_lattice_q31.c │ │ │ │ │ ├── arm_fir_q15.c │ │ │ │ │ ├── arm_fir_q31.c │ │ │ │ │ ├── arm_fir_q7.c │ │ │ │ │ ├── arm_fir_sparse_f32.c │ │ │ │ │ ├── arm_fir_sparse_init_f32.c │ │ │ │ │ ├── arm_fir_sparse_init_q15.c │ │ │ │ │ ├── arm_fir_sparse_init_q31.c │ │ │ │ │ ├── arm_fir_sparse_init_q7.c │ │ │ │ │ ├── arm_fir_sparse_q15.c │ │ │ │ │ ├── arm_fir_sparse_q31.c │ │ │ │ │ ├── arm_fir_sparse_q7.c │ │ │ │ │ ├── arm_iir_lattice_f32.c │ │ │ │ │ ├── arm_iir_lattice_init_f32.c │ │ │ │ │ ├── arm_iir_lattice_init_q15.c │ │ │ │ │ ├── arm_iir_lattice_init_q31.c │ │ │ │ │ ├── arm_iir_lattice_q15.c │ │ │ │ │ ├── arm_iir_lattice_q31.c │ │ │ │ │ ├── arm_lms_f32.c │ │ │ │ │ ├── arm_lms_init_f32.c │ │ │ │ │ ├── arm_lms_init_q15.c │ │ │ │ │ ├── arm_lms_init_q31.c │ │ │ │ │ ├── arm_lms_norm_f32.c │ │ │ │ │ ├── arm_lms_norm_init_f32.c │ │ │ │ │ ├── arm_lms_norm_init_q15.c │ │ │ │ │ ├── arm_lms_norm_init_q31.c │ │ │ │ │ ├── arm_lms_norm_q15.c │ │ │ │ │ ├── arm_lms_norm_q31.c │ │ │ │ │ ├── arm_lms_q15.c │ │ │ │ │ └── arm_lms_q31.c │ │ │ │ │ ├── MatrixFunctions │ │ │ │ │ ├── arm_mat_add_f32.c │ │ │ │ │ ├── arm_mat_add_q15.c │ │ │ │ │ ├── arm_mat_add_q31.c │ │ │ │ │ ├── arm_mat_cmplx_mult_f32.c │ │ │ │ │ ├── arm_mat_cmplx_mult_q15.c │ │ │ │ │ ├── arm_mat_cmplx_mult_q31.c │ │ │ │ │ ├── arm_mat_init_f32.c │ │ │ │ │ ├── arm_mat_init_q15.c │ │ │ │ │ ├── arm_mat_init_q31.c │ │ │ │ │ ├── arm_mat_inverse_f32.c │ │ │ │ │ ├── arm_mat_inverse_f64.c │ │ │ │ │ ├── arm_mat_mult_f32.c │ │ │ │ │ ├── arm_mat_mult_fast_q15.c │ │ │ │ │ ├── arm_mat_mult_fast_q31.c │ │ │ │ │ ├── arm_mat_mult_q15.c │ │ │ │ │ ├── arm_mat_mult_q31.c │ │ │ │ │ ├── arm_mat_scale_f32.c │ │ │ │ │ ├── arm_mat_scale_q15.c │ │ │ │ │ ├── arm_mat_scale_q31.c │ │ │ │ │ ├── arm_mat_sub_f32.c │ │ │ │ │ ├── arm_mat_sub_q15.c │ │ │ │ │ ├── arm_mat_sub_q31.c │ │ │ │ │ ├── arm_mat_trans_f32.c │ │ │ │ │ ├── arm_mat_trans_q15.c │ │ │ │ │ └── arm_mat_trans_q31.c │ │ │ │ │ ├── StatisticsFunctions │ │ │ │ │ ├── arm_max_f32.c │ │ │ │ │ ├── arm_max_q15.c │ │ │ │ │ ├── arm_max_q31.c │ │ │ │ │ ├── arm_max_q7.c │ │ │ │ │ ├── arm_mean_f32.c │ │ │ │ │ ├── arm_mean_q15.c │ │ │ │ │ ├── arm_mean_q31.c │ │ │ │ │ ├── arm_mean_q7.c │ │ │ │ │ ├── arm_min_f32.c │ │ │ │ │ ├── arm_min_q15.c │ │ │ │ │ ├── arm_min_q31.c │ │ │ │ │ ├── arm_min_q7.c │ │ │ │ │ ├── arm_power_f32.c │ │ │ │ │ ├── arm_power_q15.c │ │ │ │ │ ├── arm_power_q31.c │ │ │ │ │ ├── arm_power_q7.c │ │ │ │ │ ├── arm_rms_f32.c │ │ │ │ │ ├── arm_rms_q15.c │ │ │ │ │ ├── arm_rms_q31.c │ │ │ │ │ ├── arm_std_f32.c │ │ │ │ │ ├── arm_std_q15.c │ │ │ │ │ ├── arm_std_q31.c │ │ │ │ │ ├── arm_var_f32.c │ │ │ │ │ ├── arm_var_q15.c │ │ │ │ │ └── arm_var_q31.c │ │ │ │ │ ├── SupportFunctions │ │ │ │ │ ├── arm_copy_f32.c │ │ │ │ │ ├── arm_copy_q15.c │ │ │ │ │ ├── arm_copy_q31.c │ │ │ │ │ ├── arm_copy_q7.c │ │ │ │ │ ├── arm_fill_f32.c │ │ │ │ │ ├── arm_fill_q15.c │ │ │ │ │ ├── arm_fill_q31.c │ │ │ │ │ ├── arm_fill_q7.c │ │ │ │ │ ├── arm_float_to_q15.c │ │ │ │ │ ├── arm_float_to_q31.c │ │ │ │ │ ├── arm_float_to_q7.c │ │ │ │ │ ├── arm_q15_to_float.c │ │ │ │ │ ├── arm_q15_to_q31.c │ │ │ │ │ ├── arm_q15_to_q7.c │ │ │ │ │ ├── arm_q31_to_float.c │ │ │ │ │ ├── arm_q31_to_q15.c │ │ │ │ │ ├── arm_q31_to_q7.c │ │ │ │ │ ├── arm_q7_to_float.c │ │ │ │ │ ├── arm_q7_to_q15.c │ │ │ │ │ └── arm_q7_to_q31.c │ │ │ │ │ └── TransformFunctions │ │ │ │ │ ├── arm_bitreversal.c │ │ │ │ │ ├── arm_cfft_f32.c │ │ │ │ │ ├── arm_cfft_q15.c │ │ │ │ │ ├── arm_cfft_q31.c │ │ │ │ │ ├── arm_cfft_radix2_f32.c │ │ │ │ │ ├── arm_cfft_radix2_init_f32.c │ │ │ │ │ ├── arm_cfft_radix2_init_q15.c │ │ │ │ │ ├── arm_cfft_radix2_init_q31.c │ │ │ │ │ ├── arm_cfft_radix2_q15.c │ │ │ │ │ ├── arm_cfft_radix2_q31.c │ │ │ │ │ ├── arm_cfft_radix4_f32.c │ │ │ │ │ ├── arm_cfft_radix4_init_f32.c │ │ │ │ │ ├── arm_cfft_radix4_init_q15.c │ │ │ │ │ ├── arm_cfft_radix4_init_q31.c │ │ │ │ │ ├── arm_cfft_radix4_q15.c │ │ │ │ │ ├── arm_cfft_radix4_q31.c │ │ │ │ │ ├── arm_cfft_radix8_f32.c │ │ │ │ │ ├── arm_dct4_f32.c │ │ │ │ │ ├── arm_dct4_init_f32.c │ │ │ │ │ ├── arm_dct4_init_q15.c │ │ │ │ │ ├── arm_dct4_init_q31.c │ │ │ │ │ ├── arm_dct4_q15.c │ │ │ │ │ ├── arm_dct4_q31.c │ │ │ │ │ ├── arm_rfft_f32.c │ │ │ │ │ ├── arm_rfft_fast_f32.c │ │ │ │ │ ├── arm_rfft_fast_init_f32.c │ │ │ │ │ ├── arm_rfft_init_f32.c │ │ │ │ │ ├── arm_rfft_init_q15.c │ │ │ │ │ ├── arm_rfft_init_q31.c │ │ │ │ │ ├── arm_rfft_q15.c │ │ │ │ │ └── arm_rfft_q31.c │ │ │ ├── Device │ │ │ │ └── ST │ │ │ │ │ └── STM32F4xx │ │ │ │ │ └── Include │ │ │ │ │ ├── stm32f429xx.h │ │ │ │ │ ├── stm32f4xx.h │ │ │ │ │ └── system_stm32f4xx.h │ │ │ ├── Include │ │ │ │ ├── arm_common_tables.h │ │ │ │ ├── arm_const_structs.h │ │ │ │ ├── arm_math.h │ │ │ │ ├── cmsis_armcc.h │ │ │ │ ├── cmsis_armcc_V6.h │ │ │ │ ├── cmsis_gcc.h │ │ │ │ ├── core_cm0.h │ │ │ │ ├── core_cm0plus.h │ │ │ │ ├── core_cm3.h │ │ │ │ ├── core_cm4.h │ │ │ │ ├── core_cm7.h │ │ │ │ ├── core_cmFunc.h │ │ │ │ ├── core_cmInstr.h │ │ │ │ ├── core_cmSimd.h │ │ │ │ ├── core_sc000.h │ │ │ │ └── core_sc300.h │ │ │ └── RTOS │ │ │ │ └── Template │ │ │ │ └── cmsis_os.h │ │ └── STM32F4xx_HAL_Driver │ │ │ ├── Inc │ │ │ ├── Legacy │ │ │ │ └── stm32_hal_legacy.h │ │ │ ├── stm32f4xx_hal.h │ │ │ ├── stm32f4xx_hal_cortex.h │ │ │ ├── stm32f4xx_hal_def.h │ │ │ ├── stm32f4xx_hal_dma.h │ │ │ ├── stm32f4xx_hal_dma_ex.h │ │ │ ├── stm32f4xx_hal_eth.h │ │ │ ├── stm32f4xx_hal_flash.h │ │ │ ├── stm32f4xx_hal_flash_ex.h │ │ │ ├── stm32f4xx_hal_flash_ramfunc.h │ │ │ ├── stm32f4xx_hal_gpio.h │ │ │ ├── stm32f4xx_hal_gpio_ex.h │ │ │ ├── stm32f4xx_hal_pwr.h │ │ │ ├── stm32f4xx_hal_pwr_ex.h │ │ │ ├── stm32f4xx_hal_rcc.h │ │ │ ├── stm32f4xx_hal_rcc_ex.h │ │ │ ├── stm32f4xx_hal_tim.h │ │ │ ├── stm32f4xx_hal_tim_ex.h │ │ │ └── stm32f4xx_hal_uart.h │ │ │ └── Src │ │ │ ├── stm32f4xx_hal.c │ │ │ ├── stm32f4xx_hal_cortex.c │ │ │ ├── stm32f4xx_hal_dma.c │ │ │ ├── stm32f4xx_hal_dma_ex.c │ │ │ ├── stm32f4xx_hal_eth.c │ │ │ ├── stm32f4xx_hal_flash.c │ │ │ ├── stm32f4xx_hal_flash_ex.c │ │ │ ├── stm32f4xx_hal_flash_ramfunc.c │ │ │ ├── stm32f4xx_hal_gpio.c │ │ │ ├── stm32f4xx_hal_pwr.c │ │ │ ├── stm32f4xx_hal_pwr_ex.c │ │ │ ├── stm32f4xx_hal_rcc.c │ │ │ ├── stm32f4xx_hal_rcc_ex.c │ │ │ ├── stm32f4xx_hal_tim.c │ │ │ ├── stm32f4xx_hal_tim_ex.c │ │ │ └── stm32f4xx_hal_uart.c │ ├── Inc │ │ ├── FreeRTOSConfig.h │ │ ├── ethernetif.h │ │ ├── lwip.h │ │ ├── lwipopts.h │ │ ├── main.h │ │ ├── stm32f4xx_hal_conf.h │ │ └── stm32f4xx_it.h │ ├── Makefile │ ├── Middlewares │ │ └── Third_Party │ │ │ ├── FreeRTOS │ │ │ └── Source │ │ │ │ ├── CMSIS_RTOS │ │ │ │ ├── cmsis_os.c │ │ │ │ └── cmsis_os.h │ │ │ │ ├── croutine.c │ │ │ │ ├── event_groups.c │ │ │ │ ├── include │ │ │ │ ├── FreeRTOS.h │ │ │ │ ├── StackMacros.h │ │ │ │ ├── croutine.h │ │ │ │ ├── deprecated_definitions.h │ │ │ │ ├── event_groups.h │ │ │ │ ├── list.h │ │ │ │ ├── mpu_prototypes.h │ │ │ │ ├── mpu_wrappers.h │ │ │ │ ├── portable.h │ │ │ │ ├── projdefs.h │ │ │ │ ├── queue.h │ │ │ │ ├── semphr.h │ │ │ │ ├── task.h │ │ │ │ └── timers.h │ │ │ │ ├── list.c │ │ │ │ ├── portable │ │ │ │ ├── GCC │ │ │ │ │ └── ARM_CM4F │ │ │ │ │ │ ├── port.c │ │ │ │ │ │ └── portmacro.h │ │ │ │ └── MemMang │ │ │ │ │ └── heap_4.c │ │ │ │ ├── queue.c │ │ │ │ ├── tasks.c │ │ │ │ └── timers.c │ │ │ └── LwIP │ │ │ ├── src │ │ │ ├── api │ │ │ │ ├── api_lib.c │ │ │ │ ├── api_msg.c │ │ │ │ ├── err.c │ │ │ │ ├── netbuf.c │ │ │ │ ├── netdb.c │ │ │ │ ├── netifapi.c │ │ │ │ ├── sockets.c │ │ │ │ └── tcpip.c │ │ │ ├── apps │ │ │ │ ├── httpd │ │ │ │ │ ├── fs.c │ │ │ │ │ ├── fsdata.c │ │ │ │ │ ├── fsdata.h │ │ │ │ │ ├── httpd.c │ │ │ │ │ └── httpd_structs.h │ │ │ │ └── mqtt │ │ │ │ │ └── mqtt.c │ │ │ ├── core │ │ │ │ ├── def.c │ │ │ │ ├── dns.c │ │ │ │ ├── inet_chksum.c │ │ │ │ ├── init.c │ │ │ │ ├── ip.c │ │ │ │ ├── ipv4 │ │ │ │ │ ├── autoip.c │ │ │ │ │ ├── dhcp.c │ │ │ │ │ ├── etharp.c │ │ │ │ │ ├── icmp.c │ │ │ │ │ ├── igmp.c │ │ │ │ │ ├── ip4.c │ │ │ │ │ ├── ip4_addr.c │ │ │ │ │ └── ip4_frag.c │ │ │ │ ├── ipv6 │ │ │ │ │ ├── dhcp6.c │ │ │ │ │ ├── ethip6.c │ │ │ │ │ ├── icmp6.c │ │ │ │ │ ├── inet6.c │ │ │ │ │ ├── ip6.c │ │ │ │ │ ├── ip6_addr.c │ │ │ │ │ ├── ip6_frag.c │ │ │ │ │ ├── mld6.c │ │ │ │ │ └── nd6.c │ │ │ │ ├── mem.c │ │ │ │ ├── memp.c │ │ │ │ ├── netif.c │ │ │ │ ├── pbuf.c │ │ │ │ ├── raw.c │ │ │ │ ├── stats.c │ │ │ │ ├── sys.c │ │ │ │ ├── tcp.c │ │ │ │ ├── tcp_in.c │ │ │ │ ├── tcp_out.c │ │ │ │ ├── timeouts.c │ │ │ │ └── udp.c │ │ │ ├── include │ │ │ │ ├── lwip │ │ │ │ │ ├── api.h │ │ │ │ │ ├── apps │ │ │ │ │ │ ├── fs.h │ │ │ │ │ │ ├── httpd.h │ │ │ │ │ │ ├── httpd_opts.h │ │ │ │ │ │ ├── lwiperf.h │ │ │ │ │ │ ├── mdns.h │ │ │ │ │ │ ├── mdns_opts.h │ │ │ │ │ │ ├── mdns_priv.h │ │ │ │ │ │ ├── mqtt.h │ │ │ │ │ │ ├── mqtt_opts.h │ │ │ │ │ │ ├── netbiosns.h │ │ │ │ │ │ ├── netbiosns_opts.h │ │ │ │ │ │ ├── snmp.h │ │ │ │ │ │ ├── snmp_core.h │ │ │ │ │ │ ├── snmp_mib2.h │ │ │ │ │ │ ├── snmp_opts.h │ │ │ │ │ │ ├── snmp_scalar.h │ │ │ │ │ │ ├── snmp_table.h │ │ │ │ │ │ ├── snmp_threadsync.h │ │ │ │ │ │ ├── snmpv3.h │ │ │ │ │ │ ├── sntp.h │ │ │ │ │ │ ├── sntp_opts.h │ │ │ │ │ │ ├── tftp_opts.h │ │ │ │ │ │ └── tftp_server.h │ │ │ │ │ ├── arch.h │ │ │ │ │ ├── autoip.h │ │ │ │ │ ├── debug.h │ │ │ │ │ ├── def.h │ │ │ │ │ ├── dhcp.h │ │ │ │ │ ├── dhcp6.h │ │ │ │ │ ├── dns.h │ │ │ │ │ ├── err.h │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── etharp.h │ │ │ │ │ ├── ethip6.h │ │ │ │ │ ├── icmp.h │ │ │ │ │ ├── icmp6.h │ │ │ │ │ ├── igmp.h │ │ │ │ │ ├── inet.h │ │ │ │ │ ├── inet_chksum.h │ │ │ │ │ ├── init.h │ │ │ │ │ ├── ip.h │ │ │ │ │ ├── ip4.h │ │ │ │ │ ├── ip4_addr.h │ │ │ │ │ ├── ip4_frag.h │ │ │ │ │ ├── ip6.h │ │ │ │ │ ├── ip6_addr.h │ │ │ │ │ ├── ip6_frag.h │ │ │ │ │ ├── ip_addr.h │ │ │ │ │ ├── mem.h │ │ │ │ │ ├── memp.h │ │ │ │ │ ├── mld6.h │ │ │ │ │ ├── nd6.h │ │ │ │ │ ├── netbuf.h │ │ │ │ │ ├── netdb.h │ │ │ │ │ ├── netif.h │ │ │ │ │ ├── netifapi.h │ │ │ │ │ ├── opt.h │ │ │ │ │ ├── pbuf.h │ │ │ │ │ ├── priv │ │ │ │ │ │ ├── api_msg.h │ │ │ │ │ │ ├── memp_priv.h │ │ │ │ │ │ ├── memp_std.h │ │ │ │ │ │ ├── nd6_priv.h │ │ │ │ │ │ ├── tcp_priv.h │ │ │ │ │ │ └── tcpip_priv.h │ │ │ │ │ ├── prot │ │ │ │ │ │ ├── autoip.h │ │ │ │ │ │ ├── dhcp.h │ │ │ │ │ │ ├── dns.h │ │ │ │ │ │ ├── etharp.h │ │ │ │ │ │ ├── ethernet.h │ │ │ │ │ │ ├── icmp.h │ │ │ │ │ │ ├── icmp6.h │ │ │ │ │ │ ├── igmp.h │ │ │ │ │ │ ├── ip.h │ │ │ │ │ │ ├── ip4.h │ │ │ │ │ │ ├── ip6.h │ │ │ │ │ │ ├── mld6.h │ │ │ │ │ │ ├── nd6.h │ │ │ │ │ │ ├── tcp.h │ │ │ │ │ │ └── udp.h │ │ │ │ │ ├── raw.h │ │ │ │ │ ├── sio.h │ │ │ │ │ ├── snmp.h │ │ │ │ │ ├── sockets.h │ │ │ │ │ ├── stats.h │ │ │ │ │ ├── sys.h │ │ │ │ │ ├── tcp.h │ │ │ │ │ ├── tcpip.h │ │ │ │ │ ├── timeouts.h │ │ │ │ │ └── udp.h │ │ │ │ ├── netif │ │ │ │ │ ├── etharp.h │ │ │ │ │ ├── ethernet.h │ │ │ │ │ ├── lowpan6.h │ │ │ │ │ ├── lowpan6_opts.h │ │ │ │ │ ├── ppp │ │ │ │ │ │ ├── ccp.h │ │ │ │ │ │ ├── chap-md5.h │ │ │ │ │ │ ├── chap-new.h │ │ │ │ │ │ ├── chap_ms.h │ │ │ │ │ │ ├── eap.h │ │ │ │ │ │ ├── ecp.h │ │ │ │ │ │ ├── eui64.h │ │ │ │ │ │ ├── fsm.h │ │ │ │ │ │ ├── ipcp.h │ │ │ │ │ │ ├── ipv6cp.h │ │ │ │ │ │ ├── lcp.h │ │ │ │ │ │ ├── magic.h │ │ │ │ │ │ ├── mppe.h │ │ │ │ │ │ ├── ppp.h │ │ │ │ │ │ ├── ppp_impl.h │ │ │ │ │ │ ├── ppp_opts.h │ │ │ │ │ │ ├── pppapi.h │ │ │ │ │ │ ├── pppcrypt.h │ │ │ │ │ │ ├── pppdebug.h │ │ │ │ │ │ ├── pppoe.h │ │ │ │ │ │ ├── pppol2tp.h │ │ │ │ │ │ ├── pppos.h │ │ │ │ │ │ ├── upap.h │ │ │ │ │ │ └── vj.h │ │ │ │ │ └── slipif.h │ │ │ │ └── posix │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── netdb.h │ │ │ │ │ └── sys │ │ │ │ │ └── socket.h │ │ │ └── netif │ │ │ │ ├── ethernet.c │ │ │ │ ├── lowpan6.c │ │ │ │ ├── ppp │ │ │ │ ├── auth.c │ │ │ │ ├── ccp.c │ │ │ │ ├── chap-md5.c │ │ │ │ ├── chap-new.c │ │ │ │ ├── chap_ms.c │ │ │ │ ├── demand.c │ │ │ │ ├── eap.c │ │ │ │ ├── ecp.c │ │ │ │ ├── eui64.c │ │ │ │ ├── fsm.c │ │ │ │ ├── ipcp.c │ │ │ │ ├── ipv6cp.c │ │ │ │ ├── lcp.c │ │ │ │ ├── magic.c │ │ │ │ ├── mppe.c │ │ │ │ ├── multilink.c │ │ │ │ ├── ppp.c │ │ │ │ ├── pppapi.c │ │ │ │ ├── pppcrypt.c │ │ │ │ ├── pppoe.c │ │ │ │ ├── pppol2tp.c │ │ │ │ ├── pppos.c │ │ │ │ ├── upap.c │ │ │ │ ├── utils.c │ │ │ │ └── vj.c │ │ │ │ └── slipif.c │ │ │ └── system │ │ │ ├── OS │ │ │ └── sys_arch.c │ │ │ └── arch │ │ │ ├── bpstruct.h │ │ │ ├── cc.h │ │ │ ├── cpu.h │ │ │ ├── epstruct.h │ │ │ ├── init.h │ │ │ ├── lib.h │ │ │ ├── perf.h │ │ │ └── sys_arch.h │ ├── STM32F429ZITx_FLASH.ld │ ├── Src │ │ ├── ethernetif.c │ │ ├── freertos.c │ │ ├── lwip.c │ │ ├── main.c │ │ ├── stm32f4xx_hal_msp.c │ │ ├── stm32f4xx_hal_timebase_tim.c │ │ ├── stm32f4xx_it.c │ │ └── system_stm32f4xx.c │ ├── cube.ioc │ ├── startup │ │ └── startup_stm32f429xx.s │ └── startup_stm32f429xx.s ├── init.c ├── init.h ├── lwip_apps │ ├── httpd │ │ ├── fs.c │ │ ├── fs │ │ │ ├── 404.html │ │ │ └── index.html │ │ ├── fsdata.c │ │ ├── fsdata.h │ │ ├── httpd.c │ │ ├── httpd_structs.h │ │ └── makefsdata │ │ │ ├── makefsdata │ │ │ ├── makefsdata.c │ │ │ └── readme.txt │ ├── mach_conn │ │ └── mach_conn.c │ └── netbiosns │ │ └── netbiosns.c ├── pinctrl.c ├── pinctrl.h ├── project_crossworks │ ├── STM32 │ │ └── include │ │ │ ├── stm32f030x6.h │ │ │ ├── stm32f030x8.h │ │ │ ├── stm32f030xc.h │ │ │ ├── stm32f031x6.h │ │ │ ├── stm32f038xx.h │ │ │ ├── stm32f042x6.h │ │ │ ├── stm32f048xx.h │ │ │ ├── stm32f051x8.h │ │ │ ├── stm32f058xx.h │ │ │ ├── stm32f070x6.h │ │ │ ├── stm32f070xb.h │ │ │ ├── stm32f071xb.h │ │ │ ├── stm32f072xb.h │ │ │ ├── stm32f078xx.h │ │ │ ├── stm32f091xc.h │ │ │ ├── stm32f098xx.h │ │ │ ├── stm32f0xx.h │ │ │ ├── stm32f100xb.h │ │ │ ├── stm32f100xe.h │ │ │ ├── stm32f101x6.h │ │ │ ├── stm32f101xb.h │ │ │ ├── stm32f101xe.h │ │ │ ├── stm32f101xg.h │ │ │ ├── stm32f102x6.h │ │ │ ├── stm32f102xb.h │ │ │ ├── stm32f103x6.h │ │ │ ├── stm32f103xb.h │ │ │ ├── stm32f103xe.h │ │ │ ├── stm32f103xg.h │ │ │ ├── stm32f105xc.h │ │ │ ├── stm32f107xc.h │ │ │ ├── stm32f10x.h │ │ │ ├── stm32f1xx.h │ │ │ ├── stm32f205xx.h │ │ │ ├── stm32f207xx.h │ │ │ ├── stm32f215xx.h │ │ │ ├── stm32f217xx.h │ │ │ ├── stm32f2xx.h │ │ │ ├── stm32f301x8.h │ │ │ ├── stm32f302x8.h │ │ │ ├── stm32f302xc.h │ │ │ ├── stm32f302xe.h │ │ │ ├── stm32f303x8.h │ │ │ ├── stm32f303xc.h │ │ │ ├── stm32f303xe.h │ │ │ ├── stm32f30x.h │ │ │ ├── stm32f318xx.h │ │ │ ├── stm32f328xx.h │ │ │ ├── stm32f334x8.h │ │ │ ├── stm32f358xx.h │ │ │ ├── stm32f373xc.h │ │ │ ├── stm32f378xx.h │ │ │ ├── stm32f37x.h │ │ │ ├── stm32f398xx.h │ │ │ ├── stm32f3xx.h │ │ │ ├── stm32f401xc.h │ │ │ ├── stm32f401xe.h │ │ │ ├── stm32f405xx.h │ │ │ ├── stm32f407xx.h │ │ │ ├── stm32f410cx.h │ │ │ ├── stm32f410rx.h │ │ │ ├── stm32f410tx.h │ │ │ ├── stm32f411xe.h │ │ │ ├── stm32f412cx.h │ │ │ ├── stm32f412rx.h │ │ │ ├── stm32f412vx.h │ │ │ ├── stm32f412zx.h │ │ │ ├── stm32f413xx.h │ │ │ ├── stm32f415xx.h │ │ │ ├── stm32f417xx.h │ │ │ ├── stm32f423xx.h │ │ │ ├── stm32f427xx.h │ │ │ ├── stm32f429xx.h │ │ │ ├── stm32f437xx.h │ │ │ ├── stm32f439xx.h │ │ │ ├── stm32f446xx.h │ │ │ ├── stm32f469xx.h │ │ │ ├── stm32f479xx.h │ │ │ ├── stm32f4xx.h │ │ │ ├── stm32f722xx.h │ │ │ ├── stm32f723xx.h │ │ │ ├── stm32f732xx.h │ │ │ ├── stm32f733xx.h │ │ │ ├── stm32f745xx.h │ │ │ ├── stm32f746xx.h │ │ │ ├── stm32f756xx.h │ │ │ ├── stm32f765xx.h │ │ │ ├── stm32f767xx.h │ │ │ ├── stm32f769xx.h │ │ │ ├── stm32f777xx.h │ │ │ ├── stm32f779xx.h │ │ │ ├── stm32f7xx.h │ │ │ ├── stm32h743xx.h │ │ │ ├── stm32h753xx.h │ │ │ ├── stm32h7xx.h │ │ │ ├── stm32l011xx.h │ │ │ ├── stm32l021xx.h │ │ │ ├── stm32l031xx.h │ │ │ ├── stm32l041xx.h │ │ │ ├── stm32l051xx.h │ │ │ ├── stm32l052xx.h │ │ │ ├── stm32l053xx.h │ │ │ ├── stm32l061xx.h │ │ │ ├── stm32l062xx.h │ │ │ ├── stm32l063xx.h │ │ │ ├── stm32l071xx.h │ │ │ ├── stm32l072xx.h │ │ │ ├── stm32l073xx.h │ │ │ ├── stm32l081xx.h │ │ │ ├── stm32l082xx.h │ │ │ ├── stm32l083xx.h │ │ │ ├── stm32l0xx.h │ │ │ ├── stm32l100xb.h │ │ │ ├── stm32l100xba.h │ │ │ ├── stm32l100xc.h │ │ │ ├── stm32l151xb.h │ │ │ ├── stm32l151xba.h │ │ │ ├── stm32l151xc.h │ │ │ ├── stm32l151xca.h │ │ │ ├── stm32l151xd.h │ │ │ ├── stm32l151xdx.h │ │ │ ├── stm32l151xe.h │ │ │ ├── stm32l152xb.h │ │ │ ├── stm32l152xba.h │ │ │ ├── stm32l152xc.h │ │ │ ├── stm32l152xca.h │ │ │ ├── stm32l152xd.h │ │ │ ├── stm32l152xdx.h │ │ │ ├── stm32l152xe.h │ │ │ ├── stm32l162xc.h │ │ │ ├── stm32l162xca.h │ │ │ ├── stm32l162xd.h │ │ │ ├── stm32l162xdx.h │ │ │ ├── stm32l162xe.h │ │ │ ├── stm32l1xx.h │ │ │ ├── stm32l431xx.h │ │ │ ├── stm32l432xx.h │ │ │ ├── stm32l433xx.h │ │ │ ├── stm32l442xx.h │ │ │ ├── stm32l443xx.h │ │ │ ├── stm32l451xx.h │ │ │ ├── stm32l452xx.h │ │ │ ├── stm32l462xx.h │ │ │ ├── stm32l471xx.h │ │ │ ├── stm32l475xx.h │ │ │ ├── stm32l476xx.h │ │ │ ├── stm32l485xx.h │ │ │ ├── stm32l486xx.h │ │ │ ├── stm32l496xx.h │ │ │ ├── stm32l4a6xx.h │ │ │ ├── stm32l4r5xx.h │ │ │ ├── stm32l4r7xx.h │ │ │ ├── stm32l4r9xx.h │ │ │ ├── stm32l4s5xx.h │ │ │ ├── stm32l4s7xx.h │ │ │ ├── stm32l4s9xx.h │ │ │ ├── stm32l4xx.h │ │ │ ├── stm32w108xx.h │ │ │ ├── system_stm32f0xx.c │ │ │ ├── system_stm32f0xx.h │ │ │ ├── system_stm32f10x.c │ │ │ ├── system_stm32f10x.h │ │ │ ├── system_stm32f1xx.c │ │ │ ├── system_stm32f1xx.h │ │ │ ├── system_stm32f2xx.c │ │ │ ├── system_stm32f2xx.h │ │ │ ├── system_stm32f30x.c │ │ │ ├── system_stm32f30x.h │ │ │ ├── system_stm32f37x.c │ │ │ ├── system_stm32f37x.h │ │ │ ├── system_stm32f3xx.c │ │ │ ├── system_stm32f3xx.h │ │ │ ├── system_stm32f4xx.c │ │ │ ├── system_stm32f4xx.h │ │ │ ├── system_stm32f7xx.c │ │ │ ├── system_stm32f7xx.h │ │ │ ├── system_stm32h7xx.c │ │ │ ├── system_stm32h7xx.h │ │ │ ├── system_stm32l0xx.c │ │ │ ├── system_stm32l0xx.h │ │ │ ├── system_stm32l1xx.c │ │ │ ├── system_stm32l1xx.h │ │ │ ├── system_stm32l4xx.c │ │ │ ├── system_stm32l4xx.h │ │ │ ├── system_stm32w108xx.c │ │ │ └── system_stm32w108xx.h │ ├── STM32F429ZI_MemoryMap.xml │ ├── STM32F429_Peripherals.xml │ ├── STM32_Target.js │ ├── flash_placement.xml │ ├── step2mach.hzp │ ├── step2mach.hzs │ ├── targets │ │ └── STM32 │ │ │ ├── STM32F429xx.vec │ │ │ └── STM32_Startup.s │ └── thumb_crt0.s ├── project_truestudio │ ├── cube │ │ ├── .cproject │ │ ├── .gitignore │ │ ├── .project │ │ ├── .settings │ │ │ ├── com.atollic.truestudio.debug.hardware_device.prefs │ │ │ ├── language.settings.xml │ │ │ └── org.eclipse.cdt.managedbuilder.core.prefs │ │ ├── STM32F429ZI_FLASH.ld │ │ └── cube.elf.launch │ ├── startup_stm32f429xx.s │ └── syscalls.c ├── serial.c ├── serial.h ├── timer.c └── timer.h └── mach_plugin ├── ConfigDialog.cpp ├── ConfigDialog.h ├── ConfigDialog.resx ├── LicenseDialog.cpp ├── LicenseDialog.h ├── MachDevice.cpp ├── MachDevice.h ├── ManagedGlobal.h ├── MyConsole.cpp ├── MyHardware.cpp ├── MyHardware.h ├── Mydevice.cpp ├── PlugInControlDialog.cpp ├── PlugInControlDialog.h ├── PlugInControlDialog.resx ├── Plugin.cpp ├── Plugin.h ├── XMLNetProfile.h ├── bootloader ├── bootloader.cpp ├── bootloader.h ├── cmd.h ├── frame.cpp ├── frame.h ├── fw │ ├── Step2MachRel.hex │ ├── bin2hex.pl │ ├── convert.bat │ └── fw.cpp ├── mem.cpp ├── mem.h ├── stdafx.cpp ├── stdafx.h ├── step2boot.vcxproj ├── step2boot.vcxproj.filters └── step2boot.vcxproj.user ├── dllmain.cpp ├── link ├── CncCommunication.cpp ├── Release │ ├── step2link.Build.CppClean.log │ ├── step2link.log │ └── step2link.unsuccessfulbuild ├── crc16.cpp ├── crc16.h ├── serW32.cpp ├── serW32.h ├── stdafx.cpp ├── stdafx.h ├── step2link.cpp ├── step2link.vcxproj ├── step2link.vcxproj.filters ├── step2link.vcxproj.user └── targetver.h ├── mach.sln ├── mach.suo ├── mach_vmotion.vcxproj ├── mach_vmotion.vcxproj.filters ├── mach_vmotion.vcxproj.user ├── myConsole.h ├── myDevice.h ├── stdafx.cpp ├── stdafx.h └── targetver.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # step2cnc 2 | Plugin for Mach3 and Nucleo-F429ZI board 3 | -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.aps -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.def -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.h -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.idl -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.rc -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.sln -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.sln.old -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.suo -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.suo.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.suo.old -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.vcxproj -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.vcxproj.filters -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice.vcxproj.user -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/Blank Plugin/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/Blank Plugin/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/Blank Plugin/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/ReadMe.txt -------------------------------------------------------------------------------- /SDK/Blank Plugin/UpgradeLog.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/UpgradeLog.XML -------------------------------------------------------------------------------- /SDK/Blank Plugin/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/Blank Plugin/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/XMLProfile.h -------------------------------------------------------------------------------- /SDK/Blank Plugin/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/Blank Plugin/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/resource.h -------------------------------------------------------------------------------- /SDK/Blank Plugin/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/stdafx.cpp -------------------------------------------------------------------------------- /SDK/Blank Plugin/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Blank Plugin/stdafx.h -------------------------------------------------------------------------------- /SDK/BlankMovement/ExternalMovement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/ExternalMovement.cpp -------------------------------------------------------------------------------- /SDK/BlankMovement/ExternalMovement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/ExternalMovement.h -------------------------------------------------------------------------------- /SDK/BlankMovement/G200X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/G200X.h -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.aps -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.def -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.h -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.idl -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.rc -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.sln -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.sln.old -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.suo -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.suo.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.suo.old -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.vcxproj -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.vcxproj.filters -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice.vcxproj.user -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/BlankMovement/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/BlankMovement/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/BlankMovement/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/ReadMe.txt -------------------------------------------------------------------------------- /SDK/BlankMovement/UpgradeLog.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/UpgradeLog.XML -------------------------------------------------------------------------------- /SDK/BlankMovement/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/BlankMovement/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/XMLProfile.h -------------------------------------------------------------------------------- /SDK/BlankMovement/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/BlankMovement/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/resource.h -------------------------------------------------------------------------------- /SDK/BlankMovement/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/stdafx.cpp -------------------------------------------------------------------------------- /SDK/BlankMovement/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/BlankMovement/stdafx.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/BuildLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/BuildLog.htm -------------------------------------------------------------------------------- /SDK/Galil PlugIn/DMCMLIB.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/DMCMLIB.H -------------------------------------------------------------------------------- /SDK/Galil PlugIn/DMCWIN.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/DMCWIN.CPP -------------------------------------------------------------------------------- /SDK/Galil PlugIn/DMCWIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/DMCWIN.H -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Decoders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/Decoders.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Decoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/Decoders.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Dmccom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/Dmccom.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/ExternalMovement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/ExternalMovement.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/ExternalMovement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/ExternalMovement.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100-Structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100-Structs.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100Config.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100Config.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100FLASHCONFIG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100FLASHCONFIG.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100FLASHCONFIG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100FLASHCONFIG.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100General.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100General.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100General.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100General.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100Monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100Monitor.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G100Monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G100Monitor.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/G200X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/G200X.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilConfig.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilConfig.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilControl.1ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilControl.1ms -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilControl.4ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilControl.4ms -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilControl.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilControl.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/GalilStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/GalilStructs.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/LocalIPQuery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/LocalIPQuery.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/LocalIPQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/LocalIPQuery.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.aps -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.def -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.exp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.idl -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.ncb -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.rc -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.res -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.sln -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.sln.old -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.suo -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.suo.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.suo.old -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.tlb -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.vcproj.7.10.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.vcproj.7.10.old -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice.vcproj.jarek-laptop.jarek.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice.vcproj.jarek-laptop.jarek.user -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MessageTracker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MessageTracker.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/MessageTracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/MessageTracker.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Monitoring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/Monitoring.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Monitoring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/Monitoring.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/Galil PlugIn/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/ReadMe.txt -------------------------------------------------------------------------------- /SDK/Galil PlugIn/UDPSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/UDPSocket.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/UpgradeLog.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/UpgradeLog.XML -------------------------------------------------------------------------------- /SDK/Galil PlugIn/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/XMLProfile.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/dmcdrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/dmcdrc.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/dmcdrco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/dmcdrco.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/resource.h -------------------------------------------------------------------------------- /SDK/Galil PlugIn/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/stdafx.cpp -------------------------------------------------------------------------------- /SDK/Galil PlugIn/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Galil PlugIn/stdafx.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/JoySetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/JoySetup.cpp -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/JoySetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/JoySetup.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.aps -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.def -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.idl -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.ncb -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.rc -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.sln -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.suo -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/ReadMe.txt -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/XMLProfile.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/resource.h -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/stdafx.cpp -------------------------------------------------------------------------------- /SDK/JoyStickPlugIn/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/JoyStickPlugIn/stdafx.h -------------------------------------------------------------------------------- /SDK/MachIncludes/3dmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/3dmath.h -------------------------------------------------------------------------------- /SDK/MachIncludes/AddonDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/AddonDlg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/AppFuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/AppFuncs.h -------------------------------------------------------------------------------- /SDK/MachIncludes/AxisMotor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/AxisMotor.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Backlash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Backlash.h -------------------------------------------------------------------------------- /SDK/MachIncludes/BallController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/BallController.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Brain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Brain.h -------------------------------------------------------------------------------- /SDK/MachIncludes/BrainControlDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/BrainControlDlg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/BrainHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/BrainHandler.h -------------------------------------------------------------------------------- /SDK/MachIncludes/BugReport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/BugReport.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ButtonFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ButtonFunctions.h -------------------------------------------------------------------------------- /SDK/MachIncludes/CDXFReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/CDXFReader.h -------------------------------------------------------------------------------- /SDK/MachIncludes/CSimpleDib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/CSimpleDib.h -------------------------------------------------------------------------------- /SDK/MachIncludes/CaptureVideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/CaptureVideo.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ConfCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ConfCheck.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ControlRect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ControlRect.h -------------------------------------------------------------------------------- /SDK/MachIncludes/DRO2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/DRO2.h -------------------------------------------------------------------------------- /SDK/MachIncludes/DROCalc.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | -------------------------------------------------------------------------------- /SDK/MachIncludes/DROValues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/DROValues.h -------------------------------------------------------------------------------- /SDK/MachIncludes/DoHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/DoHelp.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ENABLE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ENABLE.H -------------------------------------------------------------------------------- /SDK/MachIncludes/EmergButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/EmergButton.h -------------------------------------------------------------------------------- /SDK/MachIncludes/EncCal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/EncCal.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Encoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Encoders.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Engine.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FTD2XX.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FTD2XX.H -------------------------------------------------------------------------------- /SDK/MachIncludes/FileList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FileList.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FileOperations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FileOperations.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FixtureCabinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FixtureCabinet.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Fixtures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Fixtures.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FlashView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FlashView.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FontSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FontSelect.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FormelParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FormelParser.h -------------------------------------------------------------------------------- /SDK/MachIncludes/FormulaSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/FormulaSet.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GREXMotor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GREXMotor.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GState.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GenUDPSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GenUDPSocket.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GetCoords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GetCoords.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GodeList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GodeList.h -------------------------------------------------------------------------------- /SDK/MachIncludes/GrandDog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/GrandDog.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Helper.h -------------------------------------------------------------------------------- /SDK/MachIncludes/HomanConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/HomanConf.h -------------------------------------------------------------------------------- /SDK/MachIncludes/HotKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/HotKeys.h -------------------------------------------------------------------------------- /SDK/MachIncludes/IMapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/IMapi.h -------------------------------------------------------------------------------- /SDK/MachIncludes/InputSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/InputSignals.h -------------------------------------------------------------------------------- /SDK/MachIncludes/JMatrixCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/JMatrixCtrl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LEDConditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LEDConditions.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Labels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Labels.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LathePath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LathePath.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LayerControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LayerControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LedButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LedButton.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LeftView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LeftView.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Lobe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Lobe.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LocalIPQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LocalIPQuery.h -------------------------------------------------------------------------------- /SDK/MachIncludes/LogicControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/LogicControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MDI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MDI.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MDIEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MDIEdit.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MPGCalibrate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MPGCalibrate.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MPGControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MPGControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MRUDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MRUDialog.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach1Button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach1Button.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach1Joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach1Joystick.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach1Static.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach1Static.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach3Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach3Image.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach3Video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach3Video.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach4.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach4Doc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach4Doc.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach4View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach4View.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Mach4_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Mach4_h.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MacroControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MacroControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MacroRun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MacroRun.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Macros.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MainFrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MainFrm.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Maintenance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Maintenance.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MemDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MemDC.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Memmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Memmap.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MillOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MillOptions.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ModBusConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ModBusConfig.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ModBusCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ModBusCtrl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ModBusStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ModBusStatus.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ModBusThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ModBusThread.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MosBusPoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MosBusPoll.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MotorOuts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MotorOuts.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MotorSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MotorSetup.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MotorTuning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MotorTuning.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MyAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MyAbout.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MyConfSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MyConfSheet.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MyScriptObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MyScriptObject.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MySplitterWnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MySplitterWnd.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MyStatic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MyStatic.h -------------------------------------------------------------------------------- /SDK/MachIncludes/MyToolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/MyToolBar.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Normals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Normals.h -------------------------------------------------------------------------------- /SDK/MachIncludes/OpenGLView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/OpenGLView.h -------------------------------------------------------------------------------- /SDK/MachIncludes/OutputSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/OutputSignals.h -------------------------------------------------------------------------------- /SDK/MachIncludes/PathProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/PathProgress.h -------------------------------------------------------------------------------- /SDK/MachIncludes/PhysConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/PhysConst.h -------------------------------------------------------------------------------- /SDK/MachIncludes/PlugInManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/PlugInManager.h -------------------------------------------------------------------------------- /SDK/MachIncludes/PrepPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/PrepPosition.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Processor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Processor.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ProfileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ProfileDialog.h -------------------------------------------------------------------------------- /SDK/MachIncludes/PropPorts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/PropPorts.h -------------------------------------------------------------------------------- /SDK/MachIncludes/QuestionDouble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/QuestionDouble.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ReProcessView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ReProcessView.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ReProcessWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ReProcessWin.h -------------------------------------------------------------------------------- /SDK/MachIncludes/RealTimeMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/RealTimeMacro.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Reprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Reprocessor.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ResetWarning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ResetWarning.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SDIEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SDIEdit.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SMRL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SMRL.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SafeMoveYesNo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SafeMoveYesNo.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ScewMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ScewMap.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ScrewMapCurve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ScrewMapCurve.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ScriptControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ScriptControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ScriptView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ScriptView.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SerialRing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SerialRing.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SerialRingThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SerialRingThread.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SetHotKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SetHotKey.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SlabSockets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SlabSockets.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Slave.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SocketComm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SocketComm.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SpindleCal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SpindleCal.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SpindleFM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SpindleFM.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SpindleSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SpindleSetup.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Splash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Splash.h -------------------------------------------------------------------------------- /SDK/MachIncludes/SystemTray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/SystemTray.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TCPModBusCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TCPModBusCtrl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TWScriptEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TWScriptEdit.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TextFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TextFile.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TextQuestion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TextQuestion.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TitleTip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TitleTip.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ToolCabinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ToolCabinet.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ToolPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ToolPath.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ToolPathConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ToolPathConfig.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ToolTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ToolTable.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TorchVoltage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TorchVoltage.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Traj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Traj.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TrajectoryControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TrajectoryControl.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Tserial_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Tserial_event.h -------------------------------------------------------------------------------- /SDK/MachIncludes/TurnOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/TurnOptions.h -------------------------------------------------------------------------------- /SDK/MachIncludes/UDPSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/UDPSocket.h -------------------------------------------------------------------------------- /SDK/MachIncludes/Units.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/Units.h -------------------------------------------------------------------------------- /SDK/MachIncludes/VBEditThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/VBEditThread.h -------------------------------------------------------------------------------- /SDK/MachIncludes/VBFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/VBFrame.h -------------------------------------------------------------------------------- /SDK/MachIncludes/VariJogDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/VariJogDisplay.h -------------------------------------------------------------------------------- /SDK/MachIncludes/_Font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/_Font.h -------------------------------------------------------------------------------- /SDK/MachIncludes/_Picture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/_Picture.h -------------------------------------------------------------------------------- /SDK/MachIncludes/_collection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/_collection.h -------------------------------------------------------------------------------- /SDK/MachIncludes/activdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/activdbg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/activscp_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/activscp_plus.h -------------------------------------------------------------------------------- /SDK/MachIncludes/canon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/canon.h -------------------------------------------------------------------------------- /SDK/MachIncludes/cimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/cimage.h -------------------------------------------------------------------------------- /SDK/MachIncludes/cimagebufferxctrl1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/cimagebufferxctrl1.h -------------------------------------------------------------------------------- /SDK/MachIncludes/circinterp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/circinterp.h -------------------------------------------------------------------------------- /SDK/MachIncludes/devintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/devintf.h -------------------------------------------------------------------------------- /SDK/MachIncludes/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/font.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ompensation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ompensation.h -------------------------------------------------------------------------------- /SDK/MachIncludes/picture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/picture.h -------------------------------------------------------------------------------- /SDK/MachIncludes/reateProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/reateProfile.h -------------------------------------------------------------------------------- /SDK/MachIncludes/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/resource.h -------------------------------------------------------------------------------- /SDK/MachIncludes/rs274ngc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/rs274ngc.h -------------------------------------------------------------------------------- /SDK/MachIncludes/sapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/sapi.h -------------------------------------------------------------------------------- /SDK/MachIncludes/serialport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/serialport.h -------------------------------------------------------------------------------- /SDK/MachIncludes/spindgraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/spindgraph.h -------------------------------------------------------------------------------- /SDK/MachIncludes/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/stdafx.h -------------------------------------------------------------------------------- /SDK/MachIncludes/videoocxctrl1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/videoocxctrl1.h -------------------------------------------------------------------------------- /SDK/MachIncludes/videoocxtoolsctrl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/videoocxtoolsctrl2.h -------------------------------------------------------------------------------- /SDK/MachIncludes/xfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/xfile.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximabmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximabmp.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximacfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximacfg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximadef.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximage.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximagif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximagif.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximaico.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximaico.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximaiter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximaiter.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximaj2k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximaj2k.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximajas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximajas.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximajbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximajbg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximajpg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximajpg.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximamng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximamng.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximapcx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximapcx.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximapng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximapng.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximatga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximatga.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximath.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximatif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximatif.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximawbmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximawbmp.h -------------------------------------------------------------------------------- /SDK/MachIncludes/ximawmf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/ximawmf.h -------------------------------------------------------------------------------- /SDK/MachIncludes/xiofile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/xiofile.h -------------------------------------------------------------------------------- /SDK/MachIncludes/xmemfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/MachIncludes/xmemfile.h -------------------------------------------------------------------------------- /SDK/Probing/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/Probing/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.aps -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.def -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.h -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.idl -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.rc -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.sln -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.suo -------------------------------------------------------------------------------- /SDK/Probing/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/Probing/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/Probing/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/Probing/MainConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MainConfig.cpp -------------------------------------------------------------------------------- /SDK/Probing/MainConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MainConfig.h -------------------------------------------------------------------------------- /SDK/Probing/MenuHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MenuHandler.cpp -------------------------------------------------------------------------------- /SDK/Probing/MenuHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/MenuHandler.h -------------------------------------------------------------------------------- /SDK/Probing/OkayToMove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/OkayToMove.cpp -------------------------------------------------------------------------------- /SDK/Probing/OkayToMove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/OkayToMove.h -------------------------------------------------------------------------------- /SDK/Probing/ProbePoints.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/ProbePoints.cpp -------------------------------------------------------------------------------- /SDK/Probing/ProbePoints.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDK/Probing/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/Probing/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/ReadMe.txt -------------------------------------------------------------------------------- /SDK/Probing/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/Probing/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/XMLProfile.h -------------------------------------------------------------------------------- /SDK/Probing/enter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/enter.cpp -------------------------------------------------------------------------------- /SDK/Probing/enter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/enter.h -------------------------------------------------------------------------------- /SDK/Probing/probeconfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/probeconfig.cpp -------------------------------------------------------------------------------- /SDK/Probing/probeconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/probeconfig.h -------------------------------------------------------------------------------- /SDK/Probing/probing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/probing.cpp -------------------------------------------------------------------------------- /SDK/Probing/probing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/probing.h -------------------------------------------------------------------------------- /SDK/Probing/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/Probing/res/probe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/res/probe.bmp -------------------------------------------------------------------------------- /SDK/Probing/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/resource.h -------------------------------------------------------------------------------- /SDK/Probing/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/stdafx.cpp -------------------------------------------------------------------------------- /SDK/Probing/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/Probing/stdafx.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.aps -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.def -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.idl -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.rc -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.sln -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.suo -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/ShuttlePro/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/ShuttlePro/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/ReadMe.txt -------------------------------------------------------------------------------- /SDK/ShuttlePro/ShuttleWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/ShuttleWin.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/ShuttleWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/ShuttleWin.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/XMLProfile.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/hidpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/hidpi.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/hidsdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/hidsdi.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/hidusage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/hidusage.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/propertiesdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/propertiesdlg.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/propertiesdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/propertiesdlg.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/ShuttlePro/res/ShuttlePro v2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/res/ShuttlePro v2.bmp -------------------------------------------------------------------------------- /SDK/ShuttlePro/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/resource.h -------------------------------------------------------------------------------- /SDK/ShuttlePro/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/stdafx.cpp -------------------------------------------------------------------------------- /SDK/ShuttlePro/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ShuttlePro/stdafx.h -------------------------------------------------------------------------------- /SDK/g100IO/G100-Structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100-Structs.h -------------------------------------------------------------------------------- /SDK/g100IO/G100Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100Config.cpp -------------------------------------------------------------------------------- /SDK/g100IO/G100Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100Config.h -------------------------------------------------------------------------------- /SDK/g100IO/G100FLASHCONFIG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100FLASHCONFIG.cpp -------------------------------------------------------------------------------- /SDK/g100IO/G100FLASHCONFIG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100FLASHCONFIG.h -------------------------------------------------------------------------------- /SDK/g100IO/G100General.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100General.cpp -------------------------------------------------------------------------------- /SDK/g100IO/G100General.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/G100General.h -------------------------------------------------------------------------------- /SDK/g100IO/G100_Debug.txt: -------------------------------------------------------------------------------- 1 | +-358932717 Session Closed. 2 | -------------------------------------------------------------------------------- /SDK/g100IO/GRexControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/GRexControl.cpp -------------------------------------------------------------------------------- /SDK/g100IO/GRexControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/GRexControl.h -------------------------------------------------------------------------------- /SDK/g100IO/LocalIPQuery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/LocalIPQuery.cpp -------------------------------------------------------------------------------- /SDK/g100IO/LocalIPQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/LocalIPQuery.h -------------------------------------------------------------------------------- /SDK/g100IO/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/g100IO/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.aps -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.def -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.h -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.idl -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.rc -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.sln -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.suo -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/g100IO/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/g100IO/Monitoring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/Monitoring.cpp -------------------------------------------------------------------------------- /SDK/g100IO/Monitoring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/Monitoring.h -------------------------------------------------------------------------------- /SDK/g100IO/MyHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MyHandler.cpp -------------------------------------------------------------------------------- /SDK/g100IO/MyHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/MyHandler.h -------------------------------------------------------------------------------- /SDK/g100IO/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/g100IO/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/ReadMe.txt -------------------------------------------------------------------------------- /SDK/g100IO/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/g100IO/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/XMLProfile.h -------------------------------------------------------------------------------- /SDK/g100IO/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/g100IO/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/resource.h -------------------------------------------------------------------------------- /SDK/g100IO/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/stdafx.cpp -------------------------------------------------------------------------------- /SDK/g100IO/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/stdafx.h -------------------------------------------------------------------------------- /SDK/g100IO/vld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/vld.h -------------------------------------------------------------------------------- /SDK/g100IO/vldapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/g100IO/vldapi.h -------------------------------------------------------------------------------- /SDK/ncPod/ExternalMovement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ExternalMovement.cpp -------------------------------------------------------------------------------- /SDK/ncPod/ExternalMovement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ExternalMovement.h -------------------------------------------------------------------------------- /SDK/ncPod/G200X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/G200X.h -------------------------------------------------------------------------------- /SDK/ncPod/MachDevImplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevImplementation.cpp -------------------------------------------------------------------------------- /SDK/ncPod/MachDevImplementation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevImplementation.h -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.aps -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.cpp -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.def -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.h -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.idl -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.ncb -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.rc -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.sln -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.suo -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice.vcproj -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice_h.h -------------------------------------------------------------------------------- /SDK/ncPod/MachDevice_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/MachDevice_i.c -------------------------------------------------------------------------------- /SDK/ncPod/NcMonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/NcMonitor.cpp -------------------------------------------------------------------------------- /SDK/ncPod/NcMonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/NcMonitor.h -------------------------------------------------------------------------------- /SDK/ncPod/Profile.txt: -------------------------------------------------------------------------------- 1 | Default.xml -------------------------------------------------------------------------------- /SDK/ncPod/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ReadMe.txt -------------------------------------------------------------------------------- /SDK/ncPod/XMLProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/XMLProfile.cpp -------------------------------------------------------------------------------- /SDK/ncPod/XMLProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/XMLProfile.h -------------------------------------------------------------------------------- /SDK/ncPod/ncPOD.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ncPOD.def -------------------------------------------------------------------------------- /SDK/ncPod/ncPODDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ncPODDriver.h -------------------------------------------------------------------------------- /SDK/ncPod/ncPod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ncPod.cpp -------------------------------------------------------------------------------- /SDK/ncPod/ncPod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/ncPod.h -------------------------------------------------------------------------------- /SDK/ncPod/res/MachDevice.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/res/MachDevice.rc2 -------------------------------------------------------------------------------- /SDK/ncPod/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/resource.h -------------------------------------------------------------------------------- /SDK/ncPod/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/stdafx.cpp -------------------------------------------------------------------------------- /SDK/ncPod/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/stdafx.h -------------------------------------------------------------------------------- /SDK/ncPod/test: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDK/ncPod/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/SDK/ncPod/usb.h -------------------------------------------------------------------------------- /docs/Plasma.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/docs/Plasma.xml -------------------------------------------------------------------------------- /docs/Step2mach documentation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/docs/Step2mach documentation.docx -------------------------------------------------------------------------------- /docs/references/MachPluginWizardSetup1.1a.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/docs/references/MachPluginWizardSetup1.1a.msi -------------------------------------------------------------------------------- /docs/references/mach_vmotion.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/docs/references/mach_vmotion.zip -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/fp-info-cache -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/fp-lib-table -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/ref/MCU_Module.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/ref/MCU_Module.dcm -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/step2mach_lpt2x.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/step2mach_lpt2x.bak -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/step2mach_lpt2x.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/step2mach_lpt2x.kicad_pcb -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/step2mach_lpt2x.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/step2mach_lpt2x.kicad_pcb-bak -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/step2mach_lpt2x.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/step2mach_lpt2x.pro -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/step2mach_lpt2x.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/step2mach_lpt2x.sch -------------------------------------------------------------------------------- /schema/step2mach_lpt2x/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/schema/step2mach_lpt2x/sym-lib-table -------------------------------------------------------------------------------- /sources/MachIncludes/Encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/Encoder.h -------------------------------------------------------------------------------- /sources/MachIncludes/Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/Engine.h -------------------------------------------------------------------------------- /sources/MachIncludes/TrajStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/TrajStructs.h -------------------------------------------------------------------------------- /sources/MachIncludes/_FixtureCabinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_FixtureCabinet.h -------------------------------------------------------------------------------- /sources/MachIncludes/_MFC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_MFC.h -------------------------------------------------------------------------------- /sources/MachIncludes/_MPGControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_MPGControl.h -------------------------------------------------------------------------------- /sources/MachIncludes/_Mach1Button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_Mach1Button.h -------------------------------------------------------------------------------- /sources/MachIncludes/_Mach4View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_Mach4View.h -------------------------------------------------------------------------------- /sources/MachIncludes/_Normals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_Normals.h -------------------------------------------------------------------------------- /sources/MachIncludes/_ScrewMapCurve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_ScrewMapCurve.h -------------------------------------------------------------------------------- /sources/MachIncludes/_SpindleFM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_SpindleFM.h -------------------------------------------------------------------------------- /sources/MachIncludes/_ToolCabinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_ToolCabinet.h -------------------------------------------------------------------------------- /sources/MachIncludes/_Traj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_Traj.h -------------------------------------------------------------------------------- /sources/MachIncludes/_TrajectoryControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_TrajectoryControl.h -------------------------------------------------------------------------------- /sources/MachIncludes/_TrajectoryStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/_TrajectoryStructs.h -------------------------------------------------------------------------------- /sources/MachIncludes/canon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/canon.h -------------------------------------------------------------------------------- /sources/MachIncludes/license.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/license.rtf -------------------------------------------------------------------------------- /sources/MachIncludes/readme.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/readme.rtf -------------------------------------------------------------------------------- /sources/MachIncludes/rs274ngc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/MachIncludes/rs274ngc.h -------------------------------------------------------------------------------- /sources/mach_common/mach_firmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_common/mach_firmware.h -------------------------------------------------------------------------------- /sources/mach_common/mach_pclib_protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_common/mach_pclib_protocol.h -------------------------------------------------------------------------------- /sources/mach_common/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_common/types.h -------------------------------------------------------------------------------- /sources/mach_firmware/crc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/crc16.c -------------------------------------------------------------------------------- /sources/mach_firmware/crc16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/crc16.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/.mxproject -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Debug/Drivers/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/math_helper.su: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.su: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_common_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_common_tables.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_const_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_const_structs.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/arm_math.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_armcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_armcc.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_armcc_V6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_armcc_V6.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/cmsis_gcc.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm0.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm0plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm0plus.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm3.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm4.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cm7.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmFunc.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmInstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmInstr.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmSimd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_cmSimd.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_sc000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_sc000.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/Include/core_sc300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/Include/core_sc300.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Drivers/CMSIS/RTOS/Template/cmsis_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Drivers/CMSIS/RTOS/Template/cmsis_os.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/FreeRTOSConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/FreeRTOSConfig.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/ethernetif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/ethernetif.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/lwip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/lwip.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/lwipopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/lwipopts.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/main.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/stm32f4xx_hal_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/stm32f4xx_hal_conf.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Inc/stm32f4xx_it.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Inc/stm32f4xx_it.h -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Makefile -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/err.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/err.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/netbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/netbuf.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/netdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/netdb.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/tcpip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/api/tcpip.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/def.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/def.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/dns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/dns.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/ip.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/mem.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/raw.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/sys.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/tcp.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Middlewares/Third_Party/LwIP/src/core/udp.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/STM32F429ZITx_FLASH.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/STM32F429ZITx_FLASH.ld -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/ethernetif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/ethernetif.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/freertos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/freertos.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/lwip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/lwip.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/main.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/stm32f4xx_hal_msp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/stm32f4xx_hal_msp.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/stm32f4xx_hal_timebase_tim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/stm32f4xx_hal_timebase_tim.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/stm32f4xx_it.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/stm32f4xx_it.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/Src/system_stm32f4xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/Src/system_stm32f4xx.c -------------------------------------------------------------------------------- /sources/mach_firmware/cube/cube.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/cube.ioc -------------------------------------------------------------------------------- /sources/mach_firmware/cube/startup/startup_stm32f429xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/startup/startup_stm32f429xx.s -------------------------------------------------------------------------------- /sources/mach_firmware/cube/startup_stm32f429xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/cube/startup_stm32f429xx.s -------------------------------------------------------------------------------- /sources/mach_firmware/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/init.c -------------------------------------------------------------------------------- /sources/mach_firmware/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/init.h -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/fs.c -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/fs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/fs/404.html -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/fs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/fs/index.html -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/fsdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/fsdata.c -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/fsdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/fsdata.h -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/httpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/httpd.c -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/httpd_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/httpd_structs.h -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/makefsdata/makefsdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/makefsdata/makefsdata -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/makefsdata/makefsdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/makefsdata/makefsdata.c -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/httpd/makefsdata/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/httpd/makefsdata/readme.txt -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/mach_conn/mach_conn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/mach_conn/mach_conn.c -------------------------------------------------------------------------------- /sources/mach_firmware/lwip_apps/netbiosns/netbiosns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/lwip_apps/netbiosns/netbiosns.c -------------------------------------------------------------------------------- /sources/mach_firmware/pinctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/pinctrl.c -------------------------------------------------------------------------------- /sources/mach_firmware/pinctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/pinctrl.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f030x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f030x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f030x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f030x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f030xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f030xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f031x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f031x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f038xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f038xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f042x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f042x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f048xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f048xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f051x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f051x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f058xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f058xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f070x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f070x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f070xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f070xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f071xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f071xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f072xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f072xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f078xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f078xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f091xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f091xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f098xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f098xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f0xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f0xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f100xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f100xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f100xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f100xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f101x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f101x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f101xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f101xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f101xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f101xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f101xg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f101xg.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f102x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f102x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f102xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f102xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f103x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f103x6.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f103xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f103xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f103xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f103xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f103xg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f103xg.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f105xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f105xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f107xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f107xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f10x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f10x.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f1xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f1xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f205xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f205xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f207xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f207xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f215xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f215xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f217xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f217xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f2xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f2xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f301x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f301x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f302x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f302x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f302xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f302xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f302xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f302xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f303x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f303x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f303xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f303xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f303xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f303xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f30x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f30x.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f318xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f318xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f328xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f328xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f334x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f334x8.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f358xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f358xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f373xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f373xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f378xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f378xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f37x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f37x.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f398xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f398xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f3xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f3xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f401xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f401xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f401xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f401xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f405xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f405xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f407xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f407xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f410cx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f410cx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f410rx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f410rx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f410tx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f410tx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f411xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f411xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f412cx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f412cx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f412rx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f412rx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f412vx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f412vx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f412zx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f412zx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f413xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f413xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f415xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f415xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f417xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f417xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f423xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f423xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f427xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f427xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f429xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f429xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f437xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f437xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f439xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f439xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f446xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f446xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f469xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f469xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f479xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f479xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f4xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f4xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f722xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f722xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f723xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f723xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f732xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f732xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f733xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f733xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f745xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f745xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f746xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f746xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f756xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f756xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f765xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f765xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f767xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f767xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f769xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f769xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f777xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f777xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f779xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f779xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32f7xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32f7xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32h743xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32h743xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32h753xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32h753xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32h7xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32h7xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l011xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l011xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l021xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l021xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l031xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l031xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l041xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l041xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l051xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l051xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l052xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l052xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l053xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l053xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l061xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l061xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l062xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l062xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l063xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l063xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l071xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l071xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l072xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l072xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l073xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l073xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l081xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l081xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l082xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l082xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l083xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l083xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l0xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l0xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l100xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l100xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l100xba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l100xba.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l100xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l100xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xba.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xca.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xd.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xdx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xdx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l151xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l151xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xb.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xba.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xca.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xd.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xdx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xdx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l152xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l152xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l162xc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l162xc.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l162xca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l162xca.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l162xd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l162xd.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l162xdx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l162xdx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l162xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l162xe.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l1xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l1xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l431xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l431xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l432xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l432xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l433xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l433xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l442xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l442xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l443xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l443xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l451xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l451xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l452xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l452xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l462xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l462xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l471xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l471xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l475xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l475xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l476xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l476xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l485xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l485xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l486xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l486xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l496xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l496xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4a6xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4a6xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4r5xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4r5xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4r7xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4r7xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4r9xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4r9xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4s5xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4s5xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4s7xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4s7xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4s9xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4s9xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32l4xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32l4xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32/include/stm32w108xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32/include/stm32w108xx.h -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32F429ZI_MemoryMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32F429ZI_MemoryMap.xml -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32F429_Peripherals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32F429_Peripherals.xml -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/STM32_Target.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/STM32_Target.js -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/flash_placement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/flash_placement.xml -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/step2mach.hzp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/step2mach.hzp -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/step2mach.hzs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/step2mach.hzs -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/targets/STM32/STM32F429xx.vec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/targets/STM32/STM32F429xx.vec -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/targets/STM32/STM32_Startup.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/targets/STM32/STM32_Startup.s -------------------------------------------------------------------------------- /sources/mach_firmware/project_crossworks/thumb_crt0.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_crossworks/thumb_crt0.s -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/cube/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/cube/.cproject -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/cube/.gitignore: -------------------------------------------------------------------------------- 1 | /Debug/ 2 | -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/cube/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/cube/.project -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/cube/STM32F429ZI_FLASH.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/cube/STM32F429ZI_FLASH.ld -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/cube/cube.elf.launch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/cube/cube.elf.launch -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/startup_stm32f429xx.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/startup_stm32f429xx.s -------------------------------------------------------------------------------- /sources/mach_firmware/project_truestudio/syscalls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/project_truestudio/syscalls.c -------------------------------------------------------------------------------- /sources/mach_firmware/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/serial.c -------------------------------------------------------------------------------- /sources/mach_firmware/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/serial.h -------------------------------------------------------------------------------- /sources/mach_firmware/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/timer.c -------------------------------------------------------------------------------- /sources/mach_firmware/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_firmware/timer.h -------------------------------------------------------------------------------- /sources/mach_plugin/ConfigDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/ConfigDialog.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/ConfigDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/ConfigDialog.h -------------------------------------------------------------------------------- /sources/mach_plugin/ConfigDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/ConfigDialog.resx -------------------------------------------------------------------------------- /sources/mach_plugin/LicenseDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/LicenseDialog.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/LicenseDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/LicenseDialog.h -------------------------------------------------------------------------------- /sources/mach_plugin/MachDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/MachDevice.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/MachDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/MachDevice.h -------------------------------------------------------------------------------- /sources/mach_plugin/ManagedGlobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/ManagedGlobal.h -------------------------------------------------------------------------------- /sources/mach_plugin/MyConsole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/MyConsole.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/MyHardware.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/MyHardware.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/MyHardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/MyHardware.h -------------------------------------------------------------------------------- /sources/mach_plugin/Mydevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/Mydevice.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/PlugInControlDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/PlugInControlDialog.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/PlugInControlDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/PlugInControlDialog.h -------------------------------------------------------------------------------- /sources/mach_plugin/PlugInControlDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/PlugInControlDialog.resx -------------------------------------------------------------------------------- /sources/mach_plugin/Plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/Plugin.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/Plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/Plugin.h -------------------------------------------------------------------------------- /sources/mach_plugin/XMLNetProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/XMLNetProfile.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/bootloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/bootloader.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/bootloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/bootloader.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/cmd.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/frame.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/frame.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/fw/Step2MachRel.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/fw/Step2MachRel.hex -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/fw/bin2hex.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/fw/bin2hex.pl -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/fw/convert.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/fw/convert.bat -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/fw/fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/fw/fw.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/mem.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/mem.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/stdafx.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/stdafx.h -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/step2boot.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/step2boot.vcxproj -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/step2boot.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/step2boot.vcxproj.filters -------------------------------------------------------------------------------- /sources/mach_plugin/bootloader/step2boot.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/bootloader/step2boot.vcxproj.user -------------------------------------------------------------------------------- /sources/mach_plugin/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/dllmain.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/CncCommunication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/CncCommunication.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/Release/step2link.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/Release/step2link.Build.CppClean.log -------------------------------------------------------------------------------- /sources/mach_plugin/link/Release/step2link.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/Release/step2link.log -------------------------------------------------------------------------------- /sources/mach_plugin/link/Release/step2link.unsuccessfulbuild: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/mach_plugin/link/crc16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/crc16.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/crc16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/crc16.h -------------------------------------------------------------------------------- /sources/mach_plugin/link/serW32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/serW32.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/serW32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/serW32.h -------------------------------------------------------------------------------- /sources/mach_plugin/link/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/stdafx.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/stdafx.h -------------------------------------------------------------------------------- /sources/mach_plugin/link/step2link.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/step2link.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/link/step2link.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/step2link.vcxproj -------------------------------------------------------------------------------- /sources/mach_plugin/link/step2link.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/step2link.vcxproj.filters -------------------------------------------------------------------------------- /sources/mach_plugin/link/step2link.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/step2link.vcxproj.user -------------------------------------------------------------------------------- /sources/mach_plugin/link/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/link/targetver.h -------------------------------------------------------------------------------- /sources/mach_plugin/mach.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/mach.sln -------------------------------------------------------------------------------- /sources/mach_plugin/mach.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/mach.suo -------------------------------------------------------------------------------- /sources/mach_plugin/mach_vmotion.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/mach_vmotion.vcxproj -------------------------------------------------------------------------------- /sources/mach_plugin/mach_vmotion.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/mach_vmotion.vcxproj.filters -------------------------------------------------------------------------------- /sources/mach_plugin/mach_vmotion.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/mach_vmotion.vcxproj.user -------------------------------------------------------------------------------- /sources/mach_plugin/myConsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/myConsole.h -------------------------------------------------------------------------------- /sources/mach_plugin/myDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/myDevice.h -------------------------------------------------------------------------------- /sources/mach_plugin/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/stdafx.cpp -------------------------------------------------------------------------------- /sources/mach_plugin/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/stdafx.h -------------------------------------------------------------------------------- /sources/mach_plugin/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jarekkt/step2mach/HEAD/sources/mach_plugin/targetver.h --------------------------------------------------------------------------------