doc/manual/en/manual.tex
changeset 615 1eec2f9a7f5f
parent 567 8c71fdc46735
equal deleted inserted replaced
614:9b1fe0532d0d 615:1eec2f9a7f5f
    46 
    46 
    47 Today, CanFestival focuses on providing an ANSI-C platform independent
    47 Today, CanFestival focuses on providing an ANSI-C platform independent
    48 \canopen stack that can be implemented as master or slave nodes on
    48 \canopen stack that can be implemented as master or slave nodes on
    49 PCs, Real-time IPCs, and Microcontrollers.
    49 PCs, Real-time IPCs, and Microcontrollers.
    50 
    50 
    51 CanFestival is a project supported by Lolitech.
       
    52 
       
    53 
    51 
    54 \subsection{What is \canopen}
    52 \subsection{What is \canopen}
    55 
    53 
    56 CANopen is a CAN based high level protocol. It defines some protocols
    54 CANopen is a CAN based high level protocol. It defines some protocols
    57 to :
    55 to :
   160 \item Visual Studio Express 2005 or worst.
   158 \item Visual Studio Express 2005 or worst.
   161 \item Microsoft platform SDK (requires Genuine Advantage)
   159 \item Microsoft platform SDK (requires Genuine Advantage)
   162 \item Cygwin (for configuration only)
   160 \item Cygwin (for configuration only)
   163 \item MinGW/MSYS
   161 \item MinGW/MSYS
   164 \end{enumerate}
   162 \end{enumerate}
   165 
       
   166 \subsection{How to get CanFestival}
       
   167 
       
   168 Please always use CVS, this is the best way to get the most reactive
       
   169 support from the developer community :
       
   170 
       
   171 
       
   172 \begin{verbatim}
       
   173 	cvs -d:pserver:anonymous@lolitech.dyndns.org:/canfestival login
       
   174 \end{verbatim}
       
   175 
       
   176 (type return, without entering a password)
       
   177 
       
   178 Then, enter :
       
   179 
       
   180 \begin{verbatim}
       
   181 	cvs -z3 -d:pserver:anonymous@lolitech.dyndns.org:/canfestival co -P CanFestival-3
       
   182 \end{verbatim}
       
   183 
       
   184 
       
   185 
   163 
   186 \section{Understanding Canfestival}
   164 \section{Understanding Canfestival}
   187 
   165 
   188 \subsection{CanFestival Project tree layout}
   166 \subsection{CanFestival Project tree layout}
   189 Simplified directory structure.
   167 Simplified directory structure.
  1651 
  1629 
  1652 Laurent ROMIEUX
  1630 Laurent ROMIEUX
  1653 
  1631 
  1654 \bigskip{}
  1632 \bigskip{}
  1655 
  1633 
  1656 
       
  1657 \begin{center}
       
  1658 \includegraphics[width=10cm]{Pictures/100002010000013A0000004A96B0C1FF} 
       
  1659 \par\end{center}
       
  1660 
       
  1661 LOLITECH
       
  1662 24, rue Pierre Evrat
       
  1663 204, rue du Haut du Pin
       
  1664 
       
  1665 88100 Saint-DiƩ-des-Vosges
       
  1666 
       
  1667 FRANCE
       
  1668 
       
  1669 Tel : +33 3 29 57 60 42
       
  1670 
       
  1671 \href{http://www.lolitech.fr/}{http://www.lolitech.fr}
       
  1672 
       
  1673 \textbf{Contributors :} Edouard TISSERANT (Original author)
  1634 \textbf{Contributors :} Edouard TISSERANT (Original author)
  1674 
  1635 
  1675 Laurent BESSARD
  1636 Laurent BESSARD
  1676 
  1637 
  1677 \bigskip{}
  1638 \bigskip{}
  1687 
  1648 
  1688 
  1649 
  1689 \subsection{Getting support}
  1650 \subsection{Getting support}
  1690 
  1651 
  1691 Send your feedback and bug reports to \href{mailto:canfestival-devel@lists.sourceforge.net}{canfestival-devel@lists.sourceforge.net}.
  1652 Send your feedback and bug reports to \href{mailto:canfestival-devel@lists.sourceforge.net}{canfestival-devel@lists.sourceforge.net}.
  1692 
       
  1693 For commercial support, \ training and specific integration and developments,
       
  1694 please ask LOLITECH (see contributors).
       
  1695 
       
  1696 
  1653 
  1697 \subsection{Contributing}
  1654 \subsection{Contributing}
  1698 
  1655 
  1699 You are free to contribute your specific interfaces back to the project.
  1656 You are free to contribute your specific interfaces back to the project.
  1700 This way, you can hope to get support from CanFestival users community.
  1657 This way, you can hope to get support from CanFestival users community.