]> rtime.felk.cvut.cz Git - mf624-simulink.git/shortlog
mf624-simulink.git
2014-04-18 Kvetoslav BeldaUse correct header file for alloca for Linux build. master
2014-04-18 Kvetoslav BeldaAllow build of m624 AnalogInput by C89 compiler - i...
2014-02-22 Pavel PisaAdd build mode WITHOUT_HW to edit model without MF624...
2014-02-17 Pavel PisaCorrect count of allocated integer work variables in...
2014-02-17 Pavel PisaExample of use of PWM combined with digital direction...
2014-02-16 Pavel PisaInclude license header to prepare code for publication.
2014-02-16 Pavel PisaNew sfPWMwDirOutput combining PWM with digital output...
2014-02-15 Pavel Pisamf624_blocks_demo adapt for IRC extension and include...
2014-02-15 Pavel PisaExtend IRC Input block to allow counter reset at startup.
2014-02-15 Pavel PisaImplemented basic PWM output block for MF624.
2014-02-15 Pavel PisaComplete list of MF624 counter registers and its fields.
2014-02-15 Pavel PisaAdd _reg suffix to MF624 counter subsystem registers.
2014-02-15 Pavel PisaMF624 demo including ADC, DAC, DIN, DOUT and IRC.
2014-02-15 Pavel PisaIRC inputs support implemented.
2014-02-15 Pavel PisaDefine FIXED_IN_MINOR_STEP_OFFSET for external input...
2014-02-14 Pavel PisaDigital input for MF624 implemented.
2014-02-14 Pavel PisaChange uint to uint32_t in sfAnalogInput to allow its...
2014-02-10 Pavel PisaAdd definitions of MF624 IRC registers.
2013-12-09 krecmichMinor change of HW-in-the-Loop model -
2013-12-04 krecmichThis commit just resolves issue with SIMULINK autosave.
2013-10-30 krecmichUpdated HW-in-the-loop model with new parameters.
2013-09-11 Michal SojkaRemove garbage
2013-09-11 krecmichUpdated HW-in-the-loop gitignore
2013-07-23 Michal SojkaSetup the model to for external simulation
2013-07-23 Michal SojkaWhitespace
2013-07-23 Michal SojkaImprove cleanup on termination (unmaps mappings and...
2013-07-23 Michal SojkaDo not export unneeded functions + fix warning about...
2013-07-23 Michal SojkaImprove error/warning message
2013-07-23 Michal SojkaConfigure for external mode
2013-07-23 Michal SojkaUpdate the model configuration to work with the updated...
2013-07-23 Michal SojkamdlTerminate() is also called during code generation...
2013-07-23 Michal SojkaDo not fail if mdlStart() cannot open /dev/uio0
2013-07-23 Michal SojkaGenerate more meaningful error messages
2013-07-23 Michal SojkaRemove code duplication
2013-07-23 Michal SojkaSimplify device opening
2013-07-23 Michal SojkaDon't use -ansi mode for MEX compilations
2013-07-23 Michal SojkaAdd mexopts.sh
2013-07-11 Michal SojkaAdd mex makefile
2013-07-11 krecmichFinal version of the model.
2013-07-10 krecmichRemoval of some testing models that were never meant
2013-07-10 krecmichFinal HW-in-the-loop model added.
2013-07-10 krecmichChanged gate mode from low to high.
2013-07-04 krecmichUpdated test model with new filename of mf624_SIMULINK.c.
2013-07-04 krecmichRemoved unused parameter from sfReadPWM.
2013-07-01 krecmichCorrected some minor errors in sfDigitalOutputs.c.
2013-07-01 krecmichMinor test model updates.
2013-07-01 krecmichCreated s-functions for DigitalOutputs and for reading...
2013-07-01 krecmichModified MF624 related s-functions to use single mf624_...
2013-07-01 krecmichMoved some defines from mf624_SIMULINK.c to dttomf624_S...
2013-06-28 krecmichAdded gitignore for *.mexa64 and *.mat files.
2013-06-28 krecmichBlocks needed for control of mf624 I/O card via SIMULINK.
2013-06-10 krecmichFirst version of s-functions needed for opertaing mf624.