Back to the catalog

SysML v2 Knowledge Bundle

Bundle OKF 0.1 · 6 conceitos · AutomatedBrewing/RollerBlindsController

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

About

# SysML v2 Knowledge Bundle

A structured knowledge extraction of the OMG SysML v2 specification (formal/2026-03), including core language concepts, rules, examples, model libraries, and diagram types.

# Subdirectories

* [concepts](concepts/index.md) - Core SysML v2 language concepts.
* [diagrams](diagrams/index.md) - SysML v2 diagram types and notation.
* [examples](examples/index.md) - Concrete SysML v2 usage examples.
* [libraries](libraries/index.md) - SysML v2 model library packages.
* [metaclasses](metaclasses/index.md) - SysML v2 metamodel metaclasses.
* [rules](rules/index.md) - SysML v2 language rules and syntax.

Details

Kind
OKF bundles
Topic
Media, design & games
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 09:05:43
Updated
2026-09-08 09:05:43
Origin id
AutomatedBrewing/RollerBlindsController:KnowledgeSource/sysml2/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