Skip to content

Commit 5711ac5

Browse files
committed
Update F´ submodule to release v3.5.1
1 parent 4894745 commit 5711ac5

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

config/DpCfg.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// The format string for a file name
1919
// The format arguments are base directory, container ID, time seconds, and time microseconds
20-
constexpr const char *DP_FILENAME_FORMAT = "%s/Dp_%08" PRI_FwDpIdType "_%08" PRIu32 "_%08" PRIu32 ".fdp";
20+
#define DP_EXT ".fdp"
21+
constexpr const char *DP_FILENAME_FORMAT = "%s/Dp_%08" PRI_FwDpIdType "_%08" PRIu32 "_%08" PRIu32 DP_EXT;
2122

2223
#endif

fprime

Submodule fprime updated 344 files

requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Brotli==1.1.0
88
certifi==2024.8.30
99
chardet==5.2.0
1010
charset-normalizer==3.4.0
11-
Cheetah3==3.2.6.post1
1211
click==8.1.7
1312
colorlog==6.8.2
1413
cookiecutter==2.6.0
14+
CT3==3.3.3.post1
1515
et-xmlfile==1.1.0
1616
Flask==3.0.3
1717
Flask-Compress==1.15
@@ -20,20 +20,20 @@ fprime-fpl-convert-xml==1.0.3
2020
fprime-fpl-extract-xml==1.0.3
2121
fprime-fpl-layout==1.0.3
2222
fprime-fpl-write-pic==1.0.3
23-
fprime-fpp-check==2.2.0
24-
fprime-fpp-depend==2.2.0
25-
fprime-fpp-filenames==2.2.0
26-
fprime-fpp-format==2.2.0
27-
fprime-fpp-from-xml==2.2.0
28-
fprime-fpp-locate-defs==2.2.0
29-
fprime-fpp-locate-uses==2.2.0
30-
fprime-fpp-syntax==2.2.0
31-
fprime-fpp-to-cpp==2.2.0
32-
fprime-fpp-to-dict==2.2.0
33-
fprime-fpp-to-json==2.2.0
34-
fprime-fpp-to-xml==2.2.0
35-
fprime-gds==3.5.0
36-
fprime-tools==3.5.0
23+
fprime-fpp-check==2.2.1
24+
fprime-fpp-depend==2.2.1
25+
fprime-fpp-filenames==2.2.1
26+
fprime-fpp-format==2.2.1
27+
fprime-fpp-from-xml==2.2.1
28+
fprime-fpp-locate-defs==2.2.1
29+
fprime-fpp-locate-uses==2.2.1
30+
fprime-fpp-syntax==2.2.1
31+
fprime-fpp-to-cpp==2.2.1
32+
fprime-fpp-to-dict==2.2.1
33+
fprime-fpp-to-json==2.2.1
34+
fprime-fpp-to-xml==2.2.1
35+
fprime-gds==3.5.1
36+
fprime-tools==3.5.1
3737
fprime-visual==1.0.2
3838
gcovr==8.2
3939
idna==3.10

0 commit comments

Comments
 (0)