diff --git a/workspace/TS100/src/Translation.cpp b/workspace/TS100/src/Translation.cpp index 20569703..d5cf46ea 100644 --- a/workspace/TS100/src/Translation.cpp +++ b/workspace/TS100/src/Translation.cpp @@ -578,46 +578,46 @@ const char* SettingsMenuEntriesDescriptions[4] = { #ifdef LANG_FR const char* SettingsDescriptions[17] = - { - // These are all the help text for all the settings. - // No requirements on spacing or length. - /* Power source (DC or batt) */"Source d'alimentation. Règle la tension de coupure ", - /* Sleep temperature */"Température en veille ", - /* Sleep timeout */"Délai avant mise en veille ", - /* Shutdown timeout */"Délai avant extinction ", - /* Motion sensitivity level */"Sensibilité du capteur de mouvement <0=Inactif 1=Peu sensible 9=Tres sensible>", - /* Temperature in F and C */"Unité de température ", - /* Advanced idle display mode enabled */"Afficher des informations détaillées lors de la veille.", - /* Display rotation mode */"Orientation de l'affichage ", - /* Boost enabled */"Activer le mode \"Boost\" en maintenant le bouton de devant pendant la soudure", - /* Boost temperature */"Température du mode \"Boost\"", - /* Automatic start mode */"Démarrer automatiquement la soudure a l'allumage ", - /* Cooldown blink */"Faire clignoter la température lors du refroidissement tant que la panne est chaude.", - /* Temperature calibration enter menu */"Etalonner température de la panne.", - /* Settings reset command */"Réinitialiser tous les réglages", - /* Calibrate input voltage */"Etalonner tension d'entrée. Boutons pour ajuster, appui long pour quitter", - /* Advanced soldering screen enabled */"Afficher des informations détaillées pendant la soudure", - /* Description Scroll Speed */"Vitesse de défilement de ce texte en ", }; +{ + // These are all the help text for all the settings. + // No requirements on spacing or length. + /* Power source (DC or batt) */"Source d'alimentation. Règle la tension de coupure ", + /* Sleep temperature */"Température en veille ", + /* Sleep timeout */"Délai avant mise en veille ", + /* Shutdown timeout */"Délai avant extinction ", + /* Motion sensitivity level */"Sensibilité du capteur de mouvement <0=Inactif 1=Peu sensible 9=Tres sensible>", + /* Temperature in F and C */"Unité de température ", + /* Advanced idle display mode enabled */"Afficher des informations détaillées lors de la veille.", + /* Display rotation mode */"Orientation de l'affichage ", + /* Boost enabled */"Activer le mode \"Boost\" en maintenant le bouton de devant pendant la soudure", + /* Boost temperature */"Température du mode \"Boost\"", + /* Automatic start mode */"Démarrer automatiquement la soudure a l'allumage ", + /* Cooldown blink */"Faire clignoter la température lors du refroidissement tant que la panne est chaude.", + /* Temperature calibration enter menu */"Etalonner température de la panne.", + /* Settings reset command */"Réinitialiser tous les réglages", + /* Calibrate input voltage */"Etalonner tension d'entrée. Boutons pour ajuster, appui long pour quitter", + /* Advanced soldering screen enabled */"Afficher des informations détaillées pendant la soudure", + /* Description Scroll Speed */"Vitesse de défilement de ce texte en ",}; const char* SettingsCalibrationWarning = - "Assurez-vous que la panne soit à température ambiante avant de continuer!"; +"Assurez-vous que la panne soit à température ambiante avant de continuer!"; const char* SettingsResetWarning = - "Voulez-vous vraiment réinitialiser les paramètres aux valeurs d'usine?"; +"Voulez-vous vraiment réinitialiser les paramètres aux valeurs d'usine?"; const char* UVLOWarningString = "DC FAIBLE"; // <=8 chars -const char* UndervoltageString = "Sous-tension"; // <=16 chars -const char* InputVoltageString = "V d'entrée: "; // <=11 chars, preferably end with a space -const char* WarningTipTempString = "Temp. Panne: "; // <=12 chars, preferably end with a space -const char* BadTipString = "PANNE HS"; // <=8 chars -const char* SleepingSimpleString = "Zzzz"; // Must be <= 4 chars -const char* SleepingAdvancedString = "En veille..."; // <=16 chars -const char* WarningSimpleString = "HOT!"; // Must be <= 4 chars -const char* WarningAdvancedString = "ATTENTION! CHAUD"; // Must be <= 16 chars -const char* SleepingTipAdvancedString = "PANNE:"; // <=6 chars -const char* IdleTipString = "PANNE:"; // IdleTipString+IdleSetString <= 10 -const char* IdleSetString = " Set:"; // preferably start with a space; IdleTipString+IdleSetString <= 10 -const char* TipDisconnectedString = "PANNE DEBRANCH"; // <=16 chars -const char* SolderingAdvancedPowerPrompt = "Puissance: "; // <= 12 chars -const char* OffString = "Off"; // 3 chars max +const char* UndervoltageString = "Sous-tension";// <=16 chars +const char* InputVoltageString = "V d'entrée: ";// <=11 chars, preferably end with a space +const char* WarningTipTempString = "Temp. Panne: ";// <=12 chars, preferably end with a space +const char* BadTipString = "PANNE HS";// <=8 chars +const char* SleepingSimpleString = "Zzzz";// Must be <= 4 chars +const char* SleepingAdvancedString = "En veille...";// <=16 chars +const char* WarningSimpleString = "HOT!";// Must be <= 4 chars +const char* WarningAdvancedString = "ATTENTION! CHAUD";// Must be <= 16 chars +const char* SleepingTipAdvancedString = "PANNE:";// <=6 chars +const char* IdleTipString = "PANNE:";// IdleTipString+IdleSetString <= 10 +const char* IdleSetString = " Set:";// preferably start with a space; IdleTipString+IdleSetString <= 10 +const char* TipDisconnectedString = "PANNE DEBRANCH";// <=16 chars +const char* SolderingAdvancedPowerPrompt = "Puissance: ";// <= 12 chars +const char* OffString = "Off";// 3 chars max const char SettingRightChar = 'D'; const char SettingLeftChar = 'G'; @@ -628,44 +628,44 @@ const char SettingSlowChar = 'L'; const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; const char* SettingsShortNames[17][2] = { -/* (<= 11) Power source (DC or batt) */{ "Source", "d'alim" }, -/* (<= 9) Sleep temperature */{ "Temp.", "veille" }, -/* (<= 9) Sleep timeout */{ "Délai", "veille" }, -/* (<= 10) Shutdown timeout */{ "Délai", "extinction" }, - /* (<= 13) Motion sensitivity level */{ "Sensibilité", - "au mouvement" }, - /* (<= 13) Temperature in F and C */{ "Unité de", - "température" }, - /* (<= 13) Advanced idle display mode enabled */{ "Ecran veille", - "détaillé" }, - /* (<= 13) Display rotation mode */{ "Orientation", - "de l'écran" }, - /* (<= 13) Boost enabled */{ "Activation du", - "mode Boost" }, - /* (<= 9) Boost temperature */{ "Temp.", "Boost" }, - /* (<= 13) Automatic start mode */{ "Démarrage", - "automatique" }, - /* (<= 13) Cooldown blink */{ "Refroidir en", - "clignottant" }, - /* (<= 16) Temperature calibration enter menu */{ "Etalonner", - "température" }, - /* (<= 16) Settings reset command */{ "Réinitialisation", - "d'usine" }, - /* (<= 16) Calibrate input voltage */{ "Etalonner", - "tension d'entrée" }, - /* (<= 13) Advanced soldering screen enabled */{ "Ecran soudure", - "détaillé" }, - /* (<= 11) Display Help Text Scroll Speed */{ "Vitesse de", - "défilement" }, }; + /* (<= 11) Power source (DC or batt) */{"Source", "d'alim"}, + /* (<= 9) Sleep temperature */{"Temp.", "veille"}, + /* (<= 9) Sleep timeout */{"Délai", "veille"}, + /* (<= 10) Shutdown timeout */{"Délai", "extinction"}, + /* (<= 13) Motion sensitivity level */{"Sensibilité", + "au mouvement"}, + /* (<= 13) Temperature in F and C */{"Unité de", + "température"}, + /* (<= 13) Advanced idle display mode enabled */{"Ecran veille", + "détaillé"}, + /* (<= 13) Display rotation mode */{"Orientation", + "de l'écran"}, + /* (<= 13) Boost enabled */{"Activation du", + "mode Boost"}, + /* (<= 9) Boost temperature */{"Temp.", "Boost"}, + /* (<= 13) Automatic start mode */{"Démarrage", + "automatique"}, + /* (<= 13) Cooldown blink */{"Refroidir en", + "clignottant"}, + /* (<= 16) Temperature calibration enter menu */{"Etalonner", + "température"}, + /* (<= 16) Settings reset command */{"Réinitialisation", + "d'usine"}, + /* (<= 16) Calibrate input voltage */{"Etalonner", + "tension d'entrée"}, + /* (<= 13) Advanced soldering screen enabled */{"Ecran soudure", + "détaillé"}, + /* (<= 11) Display Help Text Scroll Speed */{"Vitesse de", + "défilement"},}; const char* SettingsMenuEntries[4] = { -/*Soldering Menu*/"Soudure\nParamètres", -/* Power Saving Menu*/"Mode\nVeille", -/* UI Menu*/"Interface\nUtilisateur", -/* Advanced Menu*/"Options\nAdvancées", }; -const char* SettingsMenuEntriesDescriptions[4] = { "Paramètres de soudage", - "Paramètres d'économie d'énergie", - "Paramètres de l'interface utilisateur", "Options avancées" }; + /*Soldering Menu*/"Soudure\nParamètres", + /* Power Saving Menu*/"Mode\nVeille", + /* UI Menu*/"Interface\nUtilisateur", + /* Advanced Menu*/"Options\nAdvancées",}; +const char* SettingsMenuEntriesDescriptions[4] = {"Paramètres de soudage", + "Paramètres d'économie d'énergie", + "Paramètres de l'interface utilisateur", "Options avancées"}; #endif #ifdef LANG_DE @@ -1737,45 +1737,47 @@ const char* SettingsMenuEntriesDescriptions[4] = { #endif #ifdef LANG_SR -const char* SettingsDescriptions[17] = { +const char* SettingsDescriptions[17] = + { // These are all the help text for all the settings. // No requirements on spacing or length. - /* Power source (DC or batt) / "Izvor napajanja. Postavlja napon isključivanja. ", - / Sleep temperature / "Temperatura na koju se spušta lemilica nakon određenog vremena mirovanja. ", - / Sleep timeout / "Vreme mirovanja nakon koga lemilica spušta temperaturu. ", - / Shutdown timeout / "Vreme mirovanja nakon koga će se lemilica ugasiti. ", - / Motion sensitivity level / "Osetljivost prepoznavanja pokreta. <0=Ugašeno, 1=Najmanje osetljivo, 9=Najosjetljivije>", - / Temperature in F and C / "Jedinica temperature. ", - / Advanced idle display mode enabled / "Prikazivanje detaljnih informacija manjim fontom tokom čekanja.", - / Display rotation mode / "Orijentacija ekrana. ", - / Boost enabled / "Držanjem prednjeg dugmeta prilikom lemljenja aktivira se pojačani (Boost) način.", - / Boost temperature / "Temperatura u pojačanom (Boost) načinu.", - / Automatic start mode / "Ako je aktivno, lemilica po uključivanju napajanja odmah počinje grejati.", - / Cooldown blink / "Blinkanje temperature prilikom hlađenja, ako je lemilica vruća.", - / Temperature calibration enter menu / "Kalibrisanje temperature meri razliku temperatura vrha i drške, dok je lemilica hladna.", - / Settings reset command / "Vraćanje svih podešavanja na fabričke vrednosti.", - / Calibrate input voltage / "Kalibracija ulaznog napona. Podešavanje tastera, dugački pritisak za kraj.", - / Advanced soldering screen enabled / "Prikazivanje detaljnih informacija tokom lemljenja.", - / Description Scroll Speed */"Brzina kretanja dugačkih poruka ", -}; + /* Power source (DC or batt) / "Izvor napajanja. Postavlja napon isključivanja. ", + / Sleep temperature / "Temperatura na koju se spušta lemilica nakon određenog vremena mirovanja. ", + / Sleep timeout / "Vreme mirovanja nakon koga lemilica spušta temperaturu. ", + / Shutdown timeout / "Vreme mirovanja nakon koga će se lemilica ugasiti. ", + / Motion sensitivity level / "Osetljivost prepoznavanja pokreta. <0=Ugašeno, 1=Najmanje osetljivo, 9=Najosjetljivije>", + / Temperature in F and C / "Jedinica temperature. ", + / Advanced idle display mode enabled / "Prikazivanje detaljnih informacija manjim fontom tokom čekanja.", + / Display rotation mode / "Orijentacija ekrana. ", + / Boost enabled / "Držanjem prednjeg dugmeta prilikom lemljenja aktivira se pojačani (Boost) način.", + / Boost temperature / "Temperatura u pojačanom (Boost) načinu.", + / Automatic start mode / "Ako je aktivno, lemilica po uključivanju napajanja odmah počinje grejati.", + / Cooldown blink / "Blinkanje temperature prilikom hlađenja, ako je lemilica vruća.", + / Temperature calibration enter menu / "Kalibrisanje temperature meri razliku temperatura vrha i drške, dok je lemilica hladna.", + / Settings reset command / "Vraćanje svih podešavanja na fabričke vrednosti.", + / Calibrate input voltage / "Kalibracija ulaznog napona. Podešavanje tastera, dugački pritisak za kraj.", + / Advanced soldering screen enabled / "Prikazivanje detaljnih informacija tokom lemljenja.", + / Description Scroll Speed */"Brzina kretanja dugačkih poruka ", }; -const char* SettingsCalibrationWarning = "Proverite da li je vrh ohlađen na sobnu temperaturu pre nego što nastavite!"; -const char* SettingsResetWarning = "Jeste li sigurni da želite da vratite sva podešavanja na fabričke vrednosti?"; +const char* SettingsCalibrationWarning = + "Proverite da li je vrh ohlađen na sobnu temperaturu pre nego što nastavite!"; +const char* SettingsResetWarning = + "Jeste li sigurni da želite da vratite sva podešavanja na fabričke vrednosti?"; const char* UVLOWarningString = "BATERIJA"; // <=8 chars -const char* UndervoltageString = "PRENIZAK NAPON";// <=16 chars -const char* InputVoltageString = "Napajanje: ";// <=11 chars, preferably end with a space -const char* WarningTipTempString = "Temp vrha: ";// <=12 chars, preferably end with a space -const char* BadTipString = "NEISPRAVAN VRH";// <=8 chars -const char* SleepingSimpleString = "Zzz ";// Must be <= 4 chars -const char* SleepingAdvancedString = "SPAVANJE...";// <=16 chars -const char* WarningSimpleString = "VRUĆ";// Must be <= 4 chars -const char* WarningAdvancedString = "OPREZ, VRUĆE!";// <=16 chars -const char* SleepingTipAdvancedString = "Vrh: ";// <=6 chars -const char* IdleTipString = "Vrh: ";// IdleTipString+IdleSetString <= 10 -const char* IdleSetString = " / ";// preferably start with a space; IdleTipString+IdleSetString <= 10 -const char* TipDisconnectedString = "VRH NIJE SPOJEN!";// <=16 chars -const char* SolderingAdvancedPowerPrompt = "Snaga: ";// <=12 chars -const char* OffString ="Off";// 3 chars max +const char* UndervoltageString = "PRENIZAK NAPON"; // <=16 chars +const char* InputVoltageString = "Napajanje: "; // <=11 chars, preferably end with a space +const char* WarningTipTempString = "Temp vrha: "; // <=12 chars, preferably end with a space +const char* BadTipString = "NEISPRAVAN VRH"; // <=8 chars +const char* SleepingSimpleString = "Zzz "; // Must be <= 4 chars +const char* SleepingAdvancedString = "SPAVANJE..."; // <=16 chars +const char* WarningSimpleString = "VRUĆ"; // Must be <= 4 chars +const char* WarningAdvancedString = "OPREZ, VRUĆE!"; // <=16 chars +const char* SleepingTipAdvancedString = "Vrh: "; // <=6 chars +const char* IdleTipString = "Vrh: "; // IdleTipString+IdleSetString <= 10 +const char* IdleSetString = " / "; // preferably start with a space; IdleTipString+IdleSetString <= 10 +const char* TipDisconnectedString = "VRH NIJE SPOJEN!"; // <=16 chars +const char* SolderingAdvancedPowerPrompt = "Snaga: "; // <=12 chars +const char* OffString = "Off"; // 3 chars max const char SettingRightChar = 'D'; const char SettingLeftChar = 'L'; @@ -1785,78 +1787,78 @@ const char SettingFastChar = 'B'; const char SettingSlowChar = 'S'; const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE; -const char* SettingsShortNames[17][2] = { - /* (<= 11) Power source (DC or batt) */{"Izvor", "napajanja"}, - /* (<= 9) Sleep temperature */{"Temp", "spavanja"}, - /* (<= 9) Sleep timeout */{"Vreme", "spavanja"}, - /* (<= 10) Shutdown timeout */{"Vreme", "gašenja"}, - /* (<= 13) Motion sensitivity level */{"Osetljivost", "pokreta"}, - /* (<= 13) Temperature in F and C */{"Jedinica", "temperature"}, - /* (<= 13) Advanced idle display mode enabled */{"Detalji", "pri čekanju"}, - /* (<= 13) Display rotation mode */{"Rotacija", "ekrana"}, - /* (<= 13) Boost enabled */{"Boost", "način"}, - /* (<= 9) Boost temperature */{"Boost", "temp"}, - /* (<= 13) Automatic start mode */{"Auto", "start"}, - /* (<= 13) Cooldown blink */{"Upozorenje", "pri hlađenju"}, - /* (<= 16) Temperature calibration enter menu */{"Kalibracija", "temperature"}, - /* (<= 16) Settings reset command */{"Fabričke", "postavke"}, - /* (<= 16) Calibrate input voltage */{"Kalibracija", "napona napajanja"}, - /* (<= 13) Advanced soldering screen enabled */{"Detalji", "pri lemljenju"}, - /* (<= 11) Display Help Text Scroll Speed */{"Brzina","poruka"}, -}; -const char SettingsMenuEntries[4] = { - /*Soldering Menu*/ "Postavke\nlemljenja", - /* Power Saving Menu*/ "Ušteda\nenergije", - /* UI Menu*/ "Korisničke\opcije", - /* Advanced Menu*/ "Napredne\nopcije",}; -const char* SettingsMenuEntriesDescriptions[4] = { - "Postavke pri lemljenju", - "Postavke spavanja i štednje energije", - "Postavke korisničkih opcija", - "Upravljanje naprednim opcijama" -}; +const char* SettingsShortNames[17][2] = + { + /* (<= 11) Power source (DC or batt) */{ "Izvor", "napajanja" }, + /* (<= 9) Sleep temperature */{ "Temp", "spavanja" }, + /* (<= 9) Sleep timeout */{ "Vreme", "spavanja" }, + /* (<= 10) Shutdown timeout */{ "Vreme", "gašenja" }, + /* (<= 13) Motion sensitivity level */{ "Osetljivost", "pokreta" }, + /* (<= 13) Temperature in F and C */{ "Jedinica", "temperature" }, + /* (<= 13) Advanced idle display mode enabled */{ "Detalji", + "pri čekanju" }, + /* (<= 13) Display rotation mode */{ "Rotacija", "ekrana" }, + /* (<= 13) Boost enabled */{ "Boost", "način" }, + /* (<= 9) Boost temperature */{ "Boost", "temp" }, + /* (<= 13) Automatic start mode */{ "Auto", "start" }, + /* (<= 13) Cooldown blink */{ "Upozorenje", "pri hlađenju" }, + /* (<= 16) Temperature calibration enter menu */{ "Kalibracija", + "temperature" }, + /* (<= 16) Settings reset command */{ "Fabričke", "postavke" }, + /* (<= 16) Calibrate input voltage */{ "Kalibracija", + "napona napajanja" }, + /* (<= 13) Advanced soldering screen enabled */{ "Detalji", + "pri lemljenju" }, + /* (<= 11) Display Help Text Scroll Speed */{ "Brzina", "poruka" }, }; +const char* SettingsMenuEntries[4] = { +/*Soldering Menu*/"Postavke\nlemljenja", +/* Power Saving Menu*/"Ušteda\nenergije", +/* UI Menu*/"Korisničke\nopcije", +/* Advanced Menu*/"Napredne\nopcije", }; +const char* SettingsMenuEntriesDescriptions[4] = { "Postavke pri lemljenju", + "Postavke spavanja i štednje energije", "Postavke korisničkih opcija", + "Upravljanje naprednim opcijama" }; #endif - #ifdef LANG_NB const char* SettingsDescriptions[17] = { - // These are all the help text for all the settings. - // No requirements on spacing or length - /* Power source (DC or batt) */ "Strømforsyning. Sett nedre spenning for automatisk nedstenging. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workspace/TS100A/.gitignore b/workspace/TS100A/.gitignore new file mode 100644 index 00000000..9f963cf1 --- /dev/null +++ b/workspace/TS100A/.gitignore @@ -0,0 +1 @@ +/Release/ diff --git a/workspace/TS100A/.project b/workspace/TS100A/.project new file mode 100644 index 00000000..bec4d1c2 --- /dev/null +++ b/workspace/TS100A/.project @@ -0,0 +1,1249 @@ + + + TS100A + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + CMSIS + 2 + virtual:/virtual + + + HAL_Driver + 2 + virtual:/virtual + + + LinkerScript.ld + 1 + PARENT-1-PROJECT_LOC/TS100/LinkerScript.ld + + + Middlewares + 2 + virtual:/virtual + + + inc + 2 + virtual:/virtual + + + src + 2 + virtual:/virtual + + + startup + 2 + virtual:/virtual + + + CMSIS/core + 2 + virtual:/virtual + + + CMSIS/device + 2 + virtual:/virtual + + + HAL_Driver/Inc + 2 + virtual:/virtual + + + HAL_Driver/Src + 2 + virtual:/virtual + + + Middlewares/Third_Party + 2 + virtual:/virtual + + + inc/FRToSI2C.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/FRToSI2C.hpp + + + inc/Font.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/Font.h + + + inc/FreeRTOSConfig.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/FreeRTOSConfig.h + + + inc/LIS2DH12.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/LIS2DH12.hpp + + + inc/LIS2DH12_defines.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/LIS2DH12_defines.hpp + + + inc/MMA8652FC.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/MMA8652FC.hpp + + + inc/MMA8652FC_defines.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/MMA8652FC_defines.h + + + inc/OLED.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/OLED.hpp + + + inc/Settings.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/Settings.h + + + inc/Setup.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/Setup.h + + + inc/Translation.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/Translation.h + + + inc/gui.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/gui.hpp + + + inc/hardware.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/hardware.h + + + inc/main.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/main.hpp + + + inc/stm32f1xx_hal_conf.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/stm32f1xx_hal_conf.h + + + inc/stm32f1xx_it.h + 1 + PARENT-1-PROJECT_LOC/TS100/inc/stm32f1xx_it.h + + + inc/uRender.hpp + 1 + PARENT-1-PROJECT_LOC/TS100/inc/uRender.hpp + + + src/FRToSI2C.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/FRToSI2C.cpp + + + src/LIS2DH12.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/LIS2DH12.cpp + + + src/MMA8652FC.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/MMA8652FC.cpp + + + src/OLED.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/OLED.cpp + + + src/Settings.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/Settings.cpp + + + src/Setup.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/Setup.c + + + src/Translation.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/Translation.cpp + + + src/freertos.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/freertos.c + + + src/gui.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/gui.cpp + + + src/hardware.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/hardware.c + + + src/main.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/main.cpp + + + src/stm32f1xx_hal_msp.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/stm32f1xx_hal_msp.c + + + src/stm32f1xx_hal_timebase_TIM.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/stm32f1xx_hal_timebase_TIM.c + + + src/stm32f1xx_it.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/stm32f1xx_it.c + + + src/syscalls.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/syscalls.c + + + src/system_stm32f1xx.c + 1 + PARENT-1-PROJECT_LOC/TS100/src/system_stm32f1xx.c + + + src/uRender.cpp + 1 + PARENT-1-PROJECT_LOC/TS100/src/uRender.cpp + + + startup/startup_stm32.s + 1 + PARENT-1-PROJECT_LOC/TS100/startup/startup_stm32.s + + + CMSIS/core/arm_common_tables.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/arm_common_tables.h + + + CMSIS/core/arm_const_structs.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/arm_const_structs.h + + + CMSIS/core/arm_math.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/arm_math.h + + + CMSIS/core/cmsis_armcc.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/cmsis_armcc.h + + + CMSIS/core/cmsis_armcc_V6.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/cmsis_armcc_V6.h + + + CMSIS/core/cmsis_gcc.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/cmsis_gcc.h + + + CMSIS/core/core_cm0.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cm0.h + + + CMSIS/core/core_cm0plus.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cm0plus.h + + + CMSIS/core/core_cm3.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cm3.h + + + CMSIS/core/core_cm4.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cm4.h + + + CMSIS/core/core_cm7.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cm7.h + + + CMSIS/core/core_cmFunc.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cmFunc.h + + + CMSIS/core/core_cmInstr.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cmInstr.h + + + CMSIS/core/core_cmSimd.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_cmSimd.h + + + CMSIS/core/core_sc000.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_sc000.h + + + CMSIS/core/core_sc300.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/core/core_sc300.h + + + CMSIS/device/stm32f100xb.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f100xb.h + + + CMSIS/device/stm32f100xe.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f100xe.h + + + CMSIS/device/stm32f101x6.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f101x6.h + + + CMSIS/device/stm32f101xb.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f101xb.h + + + CMSIS/device/stm32f101xe.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f101xe.h + + + CMSIS/device/stm32f101xg.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f101xg.h + + + CMSIS/device/stm32f102x6.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f102x6.h + + + CMSIS/device/stm32f102xb.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f102xb.h + + + CMSIS/device/stm32f103x6.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f103x6.h + + + CMSIS/device/stm32f103xb.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f103xb.h + + + CMSIS/device/stm32f103xe.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f103xe.h + + + CMSIS/device/stm32f103xg.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f103xg.h + + + CMSIS/device/stm32f105xc.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f105xc.h + + + CMSIS/device/stm32f107xc.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f107xc.h + + + CMSIS/device/stm32f1xx.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/stm32f1xx.h + + + CMSIS/device/system_stm32f1xx.h + 1 + PARENT-1-PROJECT_LOC/TS100/CMSIS/device/system_stm32f1xx.h + + + HAL_Driver/Inc/Legacy + 2 + virtual:/virtual + + + HAL_Driver/Inc/stm32_assert_template.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32_assert_template.h + + + HAL_Driver/Inc/stm32f1xx_hal.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal.h + + + HAL_Driver/Inc/stm32f1xx_hal_adc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_adc.h + + + HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_can.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_can.h + + + HAL_Driver/Inc/stm32f1xx_hal_can_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_can_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_cec.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_cec.h + + + HAL_Driver/Inc/stm32f1xx_hal_conf.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_conf.h + + + HAL_Driver/Inc/stm32f1xx_hal_cortex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_cortex.h + + + HAL_Driver/Inc/stm32f1xx_hal_crc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_crc.h + + + HAL_Driver/Inc/stm32f1xx_hal_dac.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_dac.h + + + HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_dac_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_def.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_def.h + + + HAL_Driver/Inc/stm32f1xx_hal_dma.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_dma.h + + + HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_eth.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_eth.h + + + HAL_Driver/Inc/stm32f1xx_hal_flash.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_flash.h + + + HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_gpio.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_gpio.h + + + HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_hcd.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_hcd.h + + + HAL_Driver/Inc/stm32f1xx_hal_i2c.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_i2c.h + + + HAL_Driver/Inc/stm32f1xx_hal_i2s.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_i2s.h + + + HAL_Driver/Inc/stm32f1xx_hal_irda.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_irda.h + + + HAL_Driver/Inc/stm32f1xx_hal_iwdg.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_iwdg.h + + + HAL_Driver/Inc/stm32f1xx_hal_mmc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_mmc.h + + + HAL_Driver/Inc/stm32f1xx_hal_nand.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_nand.h + + + HAL_Driver/Inc/stm32f1xx_hal_nor.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_nor.h + + + HAL_Driver/Inc/stm32f1xx_hal_pccard.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_pccard.h + + + HAL_Driver/Inc/stm32f1xx_hal_pcd.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_pcd.h + + + HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_pwr.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_pwr.h + + + HAL_Driver/Inc/stm32f1xx_hal_rcc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_rcc.h + + + HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_rtc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_rtc.h + + + HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_sd.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_sd.h + + + HAL_Driver/Inc/stm32f1xx_hal_smartcard.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_smartcard.h + + + HAL_Driver/Inc/stm32f1xx_hal_spi.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_spi.h + + + HAL_Driver/Inc/stm32f1xx_hal_sram.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_sram.h + + + HAL_Driver/Inc/stm32f1xx_hal_tim.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_tim.h + + + HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h + + + HAL_Driver/Inc/stm32f1xx_hal_uart.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_uart.h + + + HAL_Driver/Inc/stm32f1xx_hal_usart.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_usart.h + + + HAL_Driver/Inc/stm32f1xx_hal_wwdg.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_hal_wwdg.h + + + HAL_Driver/Inc/stm32f1xx_ll_adc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_adc.h + + + HAL_Driver/Inc/stm32f1xx_ll_bus.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_bus.h + + + HAL_Driver/Inc/stm32f1xx_ll_cortex.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_cortex.h + + + HAL_Driver/Inc/stm32f1xx_ll_crc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_crc.h + + + HAL_Driver/Inc/stm32f1xx_ll_dac.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_dac.h + + + HAL_Driver/Inc/stm32f1xx_ll_dma.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_dma.h + + + HAL_Driver/Inc/stm32f1xx_ll_exti.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_exti.h + + + HAL_Driver/Inc/stm32f1xx_ll_fsmc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_fsmc.h + + + HAL_Driver/Inc/stm32f1xx_ll_gpio.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_gpio.h + + + HAL_Driver/Inc/stm32f1xx_ll_i2c.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_i2c.h + + + HAL_Driver/Inc/stm32f1xx_ll_iwdg.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_iwdg.h + + + HAL_Driver/Inc/stm32f1xx_ll_pwr.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_pwr.h + + + HAL_Driver/Inc/stm32f1xx_ll_rcc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_rcc.h + + + HAL_Driver/Inc/stm32f1xx_ll_rtc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_rtc.h + + + HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_sdmmc.h + + + HAL_Driver/Inc/stm32f1xx_ll_spi.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_spi.h + + + HAL_Driver/Inc/stm32f1xx_ll_system.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_system.h + + + HAL_Driver/Inc/stm32f1xx_ll_tim.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_tim.h + + + HAL_Driver/Inc/stm32f1xx_ll_usart.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_usart.h + + + HAL_Driver/Inc/stm32f1xx_ll_usb.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_usb.h + + + HAL_Driver/Inc/stm32f1xx_ll_utils.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_utils.h + + + HAL_Driver/Inc/stm32f1xx_ll_wwdg.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/stm32f1xx_ll_wwdg.h + + + HAL_Driver/Src/stm32f1xx_hal.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal.c + + + HAL_Driver/Src/stm32f1xx_hal_adc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_adc.c + + + HAL_Driver/Src/stm32f1xx_hal_adc_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_adc_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_can.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_can.c + + + HAL_Driver/Src/stm32f1xx_hal_cec.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_cec.c + + + HAL_Driver/Src/stm32f1xx_hal_cortex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_cortex.c + + + HAL_Driver/Src/stm32f1xx_hal_crc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_crc.c + + + HAL_Driver/Src/stm32f1xx_hal_dac.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_dac.c + + + HAL_Driver/Src/stm32f1xx_hal_dac_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_dac_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_dma.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_dma.c + + + HAL_Driver/Src/stm32f1xx_hal_eth.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_eth.c + + + HAL_Driver/Src/stm32f1xx_hal_flash.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_flash.c + + + HAL_Driver/Src/stm32f1xx_hal_flash_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_flash_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_gpio.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_gpio.c + + + HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_hcd.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_hcd.c + + + HAL_Driver/Src/stm32f1xx_hal_i2c.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_i2c.c + + + HAL_Driver/Src/stm32f1xx_hal_i2s.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_i2s.c + + + HAL_Driver/Src/stm32f1xx_hal_irda.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_irda.c + + + HAL_Driver/Src/stm32f1xx_hal_iwdg.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_iwdg.c + + + HAL_Driver/Src/stm32f1xx_hal_mmc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_mmc.c + + + HAL_Driver/Src/stm32f1xx_hal_nand.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_nand.c + + + HAL_Driver/Src/stm32f1xx_hal_nor.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_nor.c + + + HAL_Driver/Src/stm32f1xx_hal_pccard.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_pccard.c + + + HAL_Driver/Src/stm32f1xx_hal_pcd.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_pcd.c + + + HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_pwr.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_pwr.c + + + HAL_Driver/Src/stm32f1xx_hal_rcc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_rcc.c + + + HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_rtc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_rtc.c + + + HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_sd.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_sd.c + + + HAL_Driver/Src/stm32f1xx_hal_smartcard.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_smartcard.c + + + HAL_Driver/Src/stm32f1xx_hal_spi.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_spi.c + + + HAL_Driver/Src/stm32f1xx_hal_spi_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_spi_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_sram.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_sram.c + + + HAL_Driver/Src/stm32f1xx_hal_tim.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_tim.c + + + HAL_Driver/Src/stm32f1xx_hal_tim_ex.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_tim_ex.c + + + HAL_Driver/Src/stm32f1xx_hal_uart.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_uart.c + + + HAL_Driver/Src/stm32f1xx_hal_usart.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_usart.c + + + HAL_Driver/Src/stm32f1xx_hal_wwdg.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_hal_wwdg.c + + + HAL_Driver/Src/stm32f1xx_ll_adc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_adc.c + + + HAL_Driver/Src/stm32f1xx_ll_crc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_crc.c + + + HAL_Driver/Src/stm32f1xx_ll_dac.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_dac.c + + + HAL_Driver/Src/stm32f1xx_ll_dma.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_dma.c + + + HAL_Driver/Src/stm32f1xx_ll_exti.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_exti.c + + + HAL_Driver/Src/stm32f1xx_ll_fsmc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_fsmc.c + + + HAL_Driver/Src/stm32f1xx_ll_gpio.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_gpio.c + + + HAL_Driver/Src/stm32f1xx_ll_i2c.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_i2c.c + + + HAL_Driver/Src/stm32f1xx_ll_pwr.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_pwr.c + + + HAL_Driver/Src/stm32f1xx_ll_rcc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_rcc.c + + + HAL_Driver/Src/stm32f1xx_ll_rtc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_rtc.c + + + HAL_Driver/Src/stm32f1xx_ll_sdmmc.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_sdmmc.c + + + HAL_Driver/Src/stm32f1xx_ll_spi.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_spi.c + + + HAL_Driver/Src/stm32f1xx_ll_tim.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_tim.c + + + HAL_Driver/Src/stm32f1xx_ll_usart.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_usart.c + + + HAL_Driver/Src/stm32f1xx_ll_usb.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_usb.c + + + HAL_Driver/Src/stm32f1xx_ll_utils.c + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Src/stm32f1xx_ll_utils.c + + + Middlewares/Third_Party/FreeRTOS + 2 + virtual:/virtual + + + HAL_Driver/Inc/Legacy/stm32_hal_legacy.h + 1 + PARENT-1-PROJECT_LOC/TS100/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h + + + Middlewares/Third_Party/FreeRTOS/License + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/License/license.txt + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/License/license.txt + + + Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/croutine.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/croutine.c + + + Middlewares/Third_Party/FreeRTOS/Source/event_groups.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c + + + Middlewares/Third_Party/FreeRTOS/Source/include + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/list.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/list.c + + + Middlewares/Third_Party/FreeRTOS/Source/portable + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/queue.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/queue.c + + + Middlewares/Third_Party/FreeRTOS/Source/readme.txt + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/readme.txt + + + Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt + + + Middlewares/Third_Party/FreeRTOS/Source/tasks.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/tasks.c + + + Middlewares/Third_Party/FreeRTOS/Source/timers.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/timers.c + + + Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c + + + Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/list.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/list.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/portable.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/queue.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/stdint.readme + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/stdint.readme + + + Middlewares/Third_Party/FreeRTOS/Source/include/task.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/task.h + + + Middlewares/Third_Party/FreeRTOS/Source/include/timers.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h + + + Middlewares/Third_Party/FreeRTOS/Source/portable/GCC + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 + 2 + virtual:/virtual + + + Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c + + + Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c + + + Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h + 1 + PARENT-1-PROJECT_LOC/TS100/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h + + + diff --git a/workspace/TS100A/.settings/com.atollic.truestudio.debug.hardware_device.prefs b/workspace/TS100A/.settings/com.atollic.truestudio.debug.hardware_device.prefs new file mode 100644 index 00000000..1736f513 --- /dev/null +++ b/workspace/TS100A/.settings/com.atollic.truestudio.debug.hardware_device.prefs @@ -0,0 +1,11 @@ +BOARD=None +CODE_LOCATION=FLASH +ENDIAN=Little-endian +MCU=STM32F103T8 +MCU_VENDOR=STMicroelectronics +MODEL=Pro +PROBE=SEGGER J-LINK +PROJECT_FORMAT_VERSION=2 +TARGET=STM32 +VERSION=9.0.1 +eclipse.preferences.version=1 diff --git a/workspace/TS100A/.settings/language.settings.xml b/workspace/TS100A/.settings/language.settings.xml new file mode 100644 index 00000000..9b8e00a1 --- /dev/null +++ b/workspace/TS100A/.settings/language.settings.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/workspace/TS100A/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/workspace/TS100A/.settings/org.eclipse.cdt.managedbuilder.core.prefs new file mode 100644 index 00000000..f62ec69c --- /dev/null +++ b/workspace/TS100A/.settings/org.eclipse.cdt.managedbuilder.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/CPATH/delimiter=; +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/CPATH/operation=remove +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/C_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/C_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/append=true +environment/buildEnvironmentInclude/com.atollic.truestudio.configuration.release.200032419/appendContributed=true +environment/buildEnvironmentLibrary/com.atollic.truestudio.configuration.release.200032419/LIBRARY_PATH/delimiter=; +environment/buildEnvironmentLibrary/com.atollic.truestudio.configuration.release.200032419/LIBRARY_PATH/operation=remove +environment/buildEnvironmentLibrary/com.atollic.truestudio.configuration.release.200032419/append=true +environment/buildEnvironmentLibrary/com.atollic.truestudio.configuration.release.200032419/appendContributed=true diff --git a/workspace/TS100A/.settings/org.eclipse.core.resources.prefs b/workspace/TS100A/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..7d89e07f --- /dev/null +++ b/workspace/TS100A/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding//src/Translation.cpp=UTF-8