Back to the catalog

SYSMOD Knowledge Bundle

Bundle OKF 0.1 · 7 conceitos · AutomatedBrewing/RollerBlindsController

Open source Repository Open in the app JSON README (API)

About

# SYSMOD Knowledge Bundle

This bundle contains OKF-conformant knowledge extracted from:

**SYSMOD – The Systems Modeling Toolbox, 3rd edition**
Tim Weilkiens, MBSE4U, 2020
Pragmatic MBSE with SysML

SYSMOD is a pragmatic MBSE methodology providing Processes, Methods, Products, Roles, Modeling Guidances, and additional MBSE Tools.

## Subdirectories

* [Processes](processes/index.md) — Lifecycle process groupings
* [Methods](methods/index.md) — How-to actions a practitioner performs
* [Products](products/index.md) — Deliverables/artifacts produced by methods
* [Roles](roles/index.md) — Person/competency profiles
* [Guidances](guidances/index.md) — Step-by-step modeling how-to guides
* [Tools](tools/index.md) — Workshop tools and MBSE patterns
* [References](references/index.md) — ISO mapping reference

Details

Kind
OKF bundles
Topic
No topic detected
Publisher
automatedbrewing
Origin
okf_github
Category
dados
Version
0.1
Last push
2026-09-04T12:08:08Z
Repository state
ativo
Language
C
License
MIT
Added
2026-09-08 16:05:40
Updated
2026-09-08 16:05:40
Origin id
AutomatedBrewing/RollerBlindsController:KnowledgeSource/sysmod/index.md

README

# Embedded build system
Sample implementation

## Setup

Before building, install all required dependencies:

```bash
./setup_repo.sh
```

For detailed information about dependencies, see [DEPENDENCIES.md](DEPENDENCIES.md).

## Building
To build specific target:
`./build.sh -c blink_F072`

## Formatting & Linting

The project uses `clang-format` and `clang-tidy` for code quality.

You can:
1. Format whole codebase: `./format_all.sh`
2. Run linting: `./lint_all.sh`
3. Check formatting on commit: `git-clang-format --diff --style=file HEAD`

More