# properties for all file types indent.automatic=1 virtual.space=0 view.whitespace=0 view.endofline=0 code.page=0 caretline.visible=1 highlight.matchingbraces=1 print.syntax.coloring=1 use.tab.color=1 create.backup.files=0 auto.load.ext.modfiles=0 save.prj.before.dbg=0 save.files.before.dbg=0 function.scanner.project=1 function.scanner.files=1 function.scanner.modules=1 # properties for c/cpp files syntax.colouring.cpp=1 use.tab.cpp=1 tabsize.cpp=4 line.margin.visible.cpp=1 fold.cpp=1 monospaced.font.cpp=1 # properties for asm files syntax.colouring.asm=1 use.tab.asm=1 tabsize.asm=4 line.margin.visible.asm=0 monospaced.font.asm=1 # properties for other files use.tabs=0 tabsize=4 line.margin.visible.txt=0 monospaced.font.txt=1 # setting for code completion and syntax check cc.autolist=1 cc.highlightsyntax=1 cc.showparameters=1 cc.triggerlist=1 cc.triggernumchars=3 cc.enter.as.fillup=0 # autosave for editor files autosave=0 autosave.interval=5 # vertical edge at right margin edge.mode=0 edge.column=80 # Specification for text selection and caret line selection.fore=#FFFFFF selection.back=#3E10F5 caret.fore=#FF8000 caret.back=#2E0BB9 # Color for vertical edge edge.colour=#66FAFA # C/C++ Editor files template.cpp="#define","#define |";"#if","#if |\r\n\r\n#endif";\\ "#include","#include ";"Header","// Header:\r\n// File Name: |\r\n// Author:\r\n// Date:\r\n";\\ "aw_header_file_template","/**\r\n * @file projekt.h\r\n * @brief Projekt Kurzbeschreibung\r\n *\r\n * Stellt Funktionen für die XXXX zur Verfügung.
\r\n * xxxx\r\n *\r\n * @todo \r\n * - was noch zu tun is\r\n *\r\n * ********************************\r\n * @author Andreas Weick\r\n * @version V1.0.0\r\n * @date xx.xx.2017\r\n *\r\n * @copyright Copyright 2017 Andreas Weick. All rights reserved. \r\n *\r\n * ********************************\r\n */\r\n\r\n\r\n\r\n\r\n/** @addtogroup main Haupt Projekt\r\n * @{\r\n */\r\n \r\n/** @addtogroup module \r\n * @brief module Module vom Projekt\r\n * \r\n * @{\r\n */ \r\n \r\n \r\n \r\n/** @addtogroup xx_Modul\r\n * @brief Modul Beschreibung\r\n * @{\r\n */ \r\n \r\n \r\n \r\n/* Define to prevent recursive inclusion -------------------------------------*/\r\n#ifndef __XX_MODUL_H\r\n#define __XX_MODUL_H\r\n\r\n#ifdef __cplusplus\r\n extern \sC\s {\r\n#endif \r\n\r\n/* Includes ------------------------------------------------------------------*/\r\n// #include \sstm32f10x.h\s // ohne HAL \r\n#include \sstm32f1xx_hal.h\s // für HAL CubeMX\r\n\r\n\r\n\r\n\r\n#ifdef __cplusplus\r\n}\r\n#endif\r\n \r\n#endif /* __XX_MODUL_H */\r\n\r\n/**\r\n * @}\r\n */ \r\n\r\n/**\r\n * @}\r\n */ \r\n\r\n/**\r\n * @}\r\n */ \r\n";\\ "aw_modul_file_template","/**\r\n * @file projekt.c\r\n * @brief Projekt Kurzbeschreibung\r\n *\r\n * Stellt Funktionen für die XXXX Schnittstelle zur Verfügung.
\r\n * xxxxx\r\n *\r\n * @todo \r\n * - was noch zu tun is\r\n *\r\n * ********************************\r\n * @author Andreas Weick\r\n * @version V1.0.0\r\n * @date xx.xx.2017\r\n *\r\n * @copyright Copyright 2017 Andreas Weick. All rights reserved. \r\n *\r\n * ********************************\r\n */\r\n\r\n\r\n\r\n\r\n/** @addtogroup main Haupt Projekt\r\n * @{\r\n */\r\n \r\n/** @addtoroup module \r\n * @brief module Module vom Projekt\r\n * \r\n * @{\r\n */ \r\n \r\n \r\n \r\n/** @defgroup xx_Modul\r\n * @brief Modul Beschreibung\r\n * @{\r\n */ \r\n\r\n/* Includes ------------------------------------------------------------------*/\r\n#include \sxx_modul.h\s\r\n\r\n// #include \sstm32f10x.h\s // ohne HAL \r\n#include \sstm32f1xx_hal.h\s // für HAL CubeMX\r\n\r\n\r\n\r\n/**\r\n * @}\r\n */ \r\n\r\n/**\r\n * @}\r\n */ \r\n\r\n/**\r\n * @}\r\n */ \r\n";\\ "continue","continue;";"do","do\r\n{\r\n\t// TODO: enter the block content here\r\n\t\r\n\t|\r\n} while ();\r\n";\\ "doxygen_Function","/**\r\n * @brief | \r\n *\r\n * todo: Beschreibung \r\n * @param None\r\n * @retval None\r\n */";\\ "doxygen_file","/**\r\n * @file projekt.c\r\n * @brief Projekt Kurzbeschreibung\r\n *\r\n * Stellt Funktionen für die RS232-Schnittstelle zur Verfügung.
\r\n * Der Empfang wird von einem Interupt-Handler erledigt\r\n *\r\n * @todo \r\n * - was noch zu tun is\r\n *\r\n * ********************************\r\n * @author Andreas Weick\r\n * @version V1.0.0\r\n * @date xx.xx.2017\r\n *\r\n * @copyright Copyright 2017 Andreas Weick. All rights reserved. \r\n *\r\n * ********************************\r\n */\r\n";\\ "doxygen_mainpage","/** \r\n * @mainpage proname Projektname - Kurzbeschreibung\r\n *\r\n * \sSTM32-CAN\r\n * Beschreibung
\r\n * Beschreibung.
\r\n * Beschreibung
\r\n *\r\n *

Folgende Funktionen sind implementiert und getestet

\r\n * - xx\r\n * - xx\r\n *\r\n *

Hardware Beschreibung

\r\n *

Funktion der DIP-Schalter:

\r\n * - DIP 1 - xxx:\r\n * - ON: x\r\n * - OFF: x\r\n *\r\n *

LED-Anzeigen

\r\n * - rot - POWER-LED:\r\n * - aus: \r\n * - xx keine Spannungsversorgung angeschlossen\r\n * - xx Prozeossor im Sleep-Mode (keine CAN-Kommunikation auf dem CAN-Bus)\r\n * - an:\r\n * - xnormaler Betriebsmodus (CAN-Communikation auf dem CAN-Bus)\r\n * - blinkend ( 1 Hz):\r\n * - xInterface versucht die Baudrate vom CAN-Bus zu ermitteln (Baudrate noch nicht erkannt)\r\n * - xschneller blinkend\r\n *\r\n *

Belegung vom Anschlußstecker

\r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n * \r\n *
Pin NameFarbeFunktion
1x+12V xrtxxVersorgungsspannung Ubatt (+12V)
\r\n *\r\n * ********************************\r\n * @bug \r\n * - Hardware:\r\n * - keine\r\n * - Software:\r\n * - keine\r\n *\r\n * @todo \r\n * - Punkt1\r\n * - Punkt2\r\n *\r\n * ********************************\r\n * @author Andreas Weick\r\n *\r\n * @version V1.0.0\r\n * @date xx.xx.2017 - Initial\r\n *\r\n * ********************************\r\n * @copyright Copyright 2017 Andreas Weick. All rights reserved. \r\n **********************************\r\n */ \r\n\r\n\r\n ";\\ "enum","enum |\r\n{\r\n\t\r\n};\r\n";"for","for(|;;)\r\n{\r\n}";\\ "fpointer_type","typedef int (* |F)();\r\n";"function","void function(|)\r\n{\r\n\r\n}\r\n";\\ "if","if (|)";"ifelse","if (|)\r\n{\r\n}\r\nelse\r\n{\r\n}";\\ "new_Header_file","/* Define to prevent recursive inclusion -------------------------------------*/\r\n#ifndef __XXX__H /* Falls noch nicht vorhanden, ... */\r\n#define __XXX__H /* ... Modulkennung definieren */\r\n\r\n#ifdef __cplusplus\r\n extern \sC\s {\r\n#endif \r\n\r\n \r\n \r\n \r\n \r\n \r\n#ifdef __cplusplus\r\n}\r\n#endif\r\n\r\n#endif /* #ifndef __XXX__H */\r\n ";\\ "struct","struct | \r\n{\r\n\r\n};\r\n";"switch","switch (|)\r\n{\r\n\tcase:\r\n\t\tbreak;\r\n\tcase:\r\n\t\tbreak;\r\n\tdefault:\r\n\t\tbreak;\r\n}";\\ "void","void | ();\r\n";"while","while (|)\r\n{\r\n}";\\ font.monospace.cpp=Courier New style.cpp.32=font:Courier New,size:12,fore:#FF8040,back:#212121 style.cpp.4=font:Courier New,size:12,fore:#008080,back:#212121 style.cpp.10=font:Courier New,size:12,fore:#C0C0C0,back:#212121 style.cpp.1=font:Courier New,size:12,fore:#808080,back:#212121 style.cpp.2=font:Courier New,size:12,fore:#808080,back:#212121 style.cpp.5=font:Courier New,size:12,fore:#FF8000,back:#212121 style.cpp.6=font:Courier New,size:12,fore:#8080FF,back:#212121 style.cpp.11=font:Courier New,size:12,fore:#008080,back:#212121 style.cpp.9=font:Courier New,size:12,fore:#4F9D00,back:#212121 style.cpp.7=font:Courier New,size:12,fore:#FF0080,back:#212121 style.cpp.34=font:Courier New,size:12,fore:#500000,back:#20FFFF style.cpp.35=font:Courier New,size:12,fore:#FF0000,back:#000000 style.cpp.16=font:Courier New,size:12,fore:#B00040,back:#FFFFFF style.cpp.12=font:Courier New,size:12,fore:#000000,back:#E0C0E0 # Asm Editor files font.monospace.asm=Courier New style.asm.32=font:Courier New,size:10,fore:#FF8000,back:#000000 style.asm.1=font:Courier New,size:10,fore:#747474,back:#000000 style.asm.2=font:Courier New,size:10,fore:#FF0000,back:#000000 style.asm.3=font:Courier New,size:10,fore:#7F007F,back:#000000 style.asm.4=font:Courier New,size:10,fore:#FF8000,back:#000000 style.asm.5=font:Courier New,size:10,fore:#008040,back:#000000 style.asm.6=font:Courier New,size:10,fore:#0000FF,back:#000000 style.asm.7=font:Courier New,size:10,fore:#0000FF,back:#000000 style.asm.9=font:Courier New,size:10,fore:#FF8000,back:#000000 style.asm.10=font:Courier New,size:10,fore:#0000FF,back:#000000 style.asm.11=font:Courier New,size:10,fore:#808080,back:#000000 style.asm.12=font:Courier New,size:10,fore:#7F007F,back:#000000 style.asm.8=font:Courier New,size:10,fore:#46AA03,back:#000000 # Editor Text files font.monospace.txt=Courier New style.txt.32=font:Verdana,size:10,fore:#FF8000,back:#212121