Difference between revisions of "TODO List"

From ConceptCar
Jump to: navigation, search
(SimulinkTarget)
(SimulinkTarget)
Line 10: Line 10:
 
* Model file parser: Error when using blocks/lines with no inputs or outputs (current workaround: open model in simulink and remove everything but input/output ports. use this new stripped model in SimulinkTarget)
 
* Model file parser: Error when using blocks/lines with no inputs or outputs (current workaround: open model in simulink and remove everything but input/output ports. use this new stripped model in SimulinkTarget)
 
* Selected mdl file is not saved to config file (.arm7) when pressing "save".
 
* Selected mdl file is not saved to config file (.arm7) when pressing "save".
 +
* When using continous time models:
 +
    include/usr/acc.h:21:28: error: rtw_continuous.h: Datei oder Verzeichnis nicht gefunden
 +
    include/usr/acc.h:22:24: error: rtw_solver.h: Datei oder Verzeichnis nicht gefunden
 +
    workaround: copy files from simulink to include/usr/ directory
 +
* warning: implicit declaration of function "fminf" in model.c => #include <math.h>
 +
* warning: implicit declaration of function "fmaxf" in model.c => #include <math.h>

Revision as of 14:23, 24 July 2009

AT90CAN128 boards

Overall

  • Energy flow
  • system overview

SimulinkTarget

  • Model file parser: Error when using blocks/lines with no inputs or outputs (current workaround: open model in simulink and remove everything but input/output ports. use this new stripped model in SimulinkTarget)
  • Selected mdl file is not saved to config file (.arm7) when pressing "save".
  • When using continous time models:
   include/usr/acc.h:21:28: error: rtw_continuous.h: Datei oder Verzeichnis nicht gefunden
   include/usr/acc.h:22:24: error: rtw_solver.h: Datei oder Verzeichnis nicht gefunden
   workaround: copy files from simulink to include/usr/ directory
  • warning: implicit declaration of function "fminf" in model.c => #include <math.h>
  • warning: implicit declaration of function "fmaxf" in model.c => #include <math.h>