Skip to content

Commit

Permalink
Переложил файловую систему в другую директорию, испаравил пути в проекте
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsaywhat committed Feb 3, 2020
1 parent 4e654a7 commit b283cc2
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 1,129 deletions.
12 changes: 6 additions & 6 deletions BUP.uvoptx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
<GroupNumber>1</GroupNumber>
<FileNumber>7</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
Expand Down Expand Up @@ -398,7 +398,7 @@
</Group>

<Group>
<GroupName>Log_FS</GroupName>
<GroupName>logfs</GroupName>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
Expand All @@ -407,11 +407,11 @@
<GroupNumber>2</GroupNumber>
<FileNumber>10</FileNumber>
<FileType>1</FileType>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>.\Log_FS\log.fs.c</PathWithFileName>
<PathWithFileName>.\logfs\log.fs.c</PathWithFileName>
<FilenameWithoutPath>log.fs.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
Expand All @@ -420,11 +420,11 @@
<GroupNumber>2</GroupNumber>
<FileNumber>11</FileNumber>
<FileType>1</FileType>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<Focus>0</Focus>
<tvExpOptDlg>0</tvExpOptDlg>
<bDave2>0</bDave2>
<PathWithFileName>.\Log_FS\log.fs.platformdepend.c</PathWithFileName>
<PathWithFileName>.\logfs\log.fs.platformdepend.c</PathWithFileName>
<FilenameWithoutPath>log.fs.platformdepend.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
Expand Down
6 changes: 3 additions & 3 deletions BUP.uvprojx
Original file line number Diff line number Diff line change
Expand Up @@ -456,17 +456,17 @@
</Files>
</Group>
<Group>
<GroupName>Log_FS</GroupName>
<GroupName>logfs</GroupName>
<Files>
<File>
<FileName>log.fs.c</FileName>
<FileType>1</FileType>
<FilePath>.\Log_FS\log.fs.c</FilePath>
<FilePath>.\logfs\log.fs.c</FilePath>
</File>
<File>
<FileName>log.fs.platformdepend.c</FileName>
<FileType>1</FileType>
<FilePath>.\Log_FS\log.fs.platformdepend.c</FilePath>
<FilePath>.\logfs\log.fs.platformdepend.c</FilePath>
</File>
</Files>
</Group>
Expand Down
697 changes: 0 additions & 697 deletions Log_FS/Новая папка/Log_FS.c

This file was deleted.

342 changes: 0 additions & 342 deletions Log_FS/Новая папка/Log_FS.h

This file was deleted.

29 changes: 0 additions & 29 deletions Log_FS/Новая папка/Log_FS_llio.c

This file was deleted.

42 changes: 0 additions & 42 deletions Log_FS/Новая папка/Log_FS_llio.h

This file was deleted.

2 changes: 1 addition & 1 deletion RetargetPrintf/RetargetPrintf.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "RetargetPrintf.h"
#include "otherlib.h"
#include "bupboard.h"
#include "../Log_FS/log.fs.h"
#include "../logfs/log.fs.h"



Expand Down
4 changes: 2 additions & 2 deletions RetargetPrintf/RetargetPrintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Перенаправление происходит подменой функции fputc(int ch, FILE *f) из
Retarget.c своими реализациями.
В данном модуле реализовано:
- Отпрвка в CAN с ограничением в 80 байт (символов за одно обращение к printf();
- Форматная запись в лог (используется ФС Log_FS
- Отправка в CAN с ограничением в 80 байт (символов за одно обращение к printf());
- Форматная запись в лог (используется ФС Log_FS)
Состав модуля:
Retarget.c
Expand Down
2 changes: 1 addition & 1 deletion SelfTesting.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "SWS.h"
#include "kmonshelf.h"
#include "bims.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "HeightMap/heightmap.platformdepend.h"
#include "HeightMap/heightmap.h"
#include "RetargetPrintf/RetargetPrintf.h"
Expand Down
2 changes: 1 addition & 1 deletion ZPZ.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "1636PP52Y.h"
#include "crc16.h"
#include "bims.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "kmonshelf.h"
#include "sws.h"
#include "discreteio.h"
Expand Down
2 changes: 1 addition & 1 deletion loger.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "loger.h"

#include "config.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "RetargetPrintf/RetargetPrintf.h"
#include "SelfTesting.h"
#include "bupdatastorage.h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "otherlib.h" // Модуль аппаратнозависимых функций общего назначения

#include "bupdatastorage.h" // Хранилище данных
#include "Log_FS/log.fs.h" // Файловая система для записи логов в "черный ящик"
#include "logfs/log.fs.h" // Файловая система для записи логов в "черный ящик"
#include "Math_model/mathmodelapi.h" // Математическая модель системы управления полетом
#include "SelfTesting.h" // Модуль самодиагностики
#include "RetargetPrintf/RetargetPrintf.h" // Переопределение функции printf для вывода в CAN и записи в черный ящик
Expand Down
2 changes: 1 addition & 1 deletion selftesting.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "SWS.h"
#include "kmonshelf.h"
#include "bims.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "HeightMap/heightmap.platformdepend.h"
#include "HeightMap/heightmap.h"
#include "RetargetPrintf/RetargetPrintf.h"
Expand Down
2 changes: 1 addition & 1 deletion taskmanager.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "bupdatastorage.h"
#include "bims.h"
#include "Math_model/mathmodelapi.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "RetargetPrintf/RetargetPrintf.h"
#include "debug.h"

Expand Down
2 changes: 1 addition & 1 deletion zpz.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "1636PP52Y.h"
#include "crc16.h"
#include "bims.h"
#include "Log_FS/log.fs.h"
#include "logfs/log.fs.h"
#include "kmonshelf.h"
#include "sws.h"
#include "discreteio.h"
Expand Down

0 comments on commit b283cc2

Please sign in to comment.