https://github.com/embeddedos/patterns-in-c-cpp
Design systems and patterns in C/C++
https://github.com/embeddedos/patterns-in-c-cpp
c cpp design-pattern design-system embedded linux mcu
Last synced: 4 months ago
JSON representation
Design systems and patterns in C/C++
- Host: GitHub
- URL: https://github.com/embeddedos/patterns-in-c-cpp
- Owner: EmbeddedOS
- Created: 2023-12-24T16:51:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:21:09.000Z (over 1 year ago)
- Last Synced: 2024-07-09T13:32:59.795Z (over 1 year ago)
- Topics: c, cpp, design-pattern, design-system, embedded, linux, mcu
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design patterns and systems in
System design templates
## Build project
```bash
mkdir build
cd build
cmake .. -DCOMPILE_TEST=ON
cmake --build .
```