Skip to content

Commit 097de02

Browse files
committed
8.0.3
added spexygen sub-module
1 parent bd54cbc commit 097de02

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "spexygen"]
2+
path = spexygen
3+
url = https://github.com/QuantumLeaps/spexygen.git

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,29 @@ starting with 'q' are contributed by Quantum Leaps)
6161
for generating ROM-based file systems to be used in embedded web pages
6262
served by the HTTP server
6363

64-
8. Unity - traditional unit testing harness (framework) for embedded C
65-
(version 2.5.2)
66-
67-
Additionally, QTools for Windows contains the following open-source,
68-
3rd-party tools:
64+
8. [spexygen](https://github.com/QuantumLeaps/spexygen) -
65+
for generating *traceable* formal specifications based on Doxygen
6966

70-
9. `make` for Windows (GNU-make-32-bit version 4.2.1)
71-
72-
10. `cmake` for Windows (version 3.29.0-rc1)
67+
9. [Unity](https://github.com/ThrowTheSwitch/Unity) -
68+
traditional unit testing harness (framework) for embedded C
69+
(version 2.5.2)
7370

74-
11. `ninja` for Windows (version 1.11.1)
71+
Additionally, QTools collection for **Windows** contains the following
72+
open-source, 3rd-party tools:
7573

76-
12. Termite serial terminal for Windows (version 3.4)
74+
10. `make` for Windows (GNU-make-32-bit version 4.2.1)
7775

78-
13. LMFlash for Windows (32-bit build 1613)
76+
11. `cmake` for Windows (version 3.29.0-rc1)
7977

78+
12. `ninja` for Windows (version 1.11.1)
8079

81-
Additionally, the QTools directory in the QP-bundle contains the
82-
following 3rd-party tools:
80+
13. GNU C/C++ toolset for Windows (MinGW 32-bit version 9.2.0)
8381

84-
14. GNU C/C++ toolset for Windows (MinGW 32-bit version 9.2.0)
82+
14. GNU C/C++ toolset for ARM-EABI (GCC version 10.3-2021.10)
8583

86-
15. GNU C/C++ toolset for ARM-EABI (GCC version 10.3-2021.10)
84+
15. Python for Windows (version 3.10 32-bit)
8785

88-
16. Python for Windows (version 3.10 32-bit)
86+
16. LMFlash for Windows (32-bit build 1613)
8987

9088

9189
# Downloading and Installation

spexygen

Submodule spexygen added at ca40f78

0 commit comments

Comments
 (0)