Back to the catalog

arc42

Bundle OKF 0.1 · 2 conceitos · AutomatedBrewing/RollerBlindsController

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

About

# arc42

Documentation framework for software and system architecture.

# Subdirectories

* [sections](sections/index.md) - arc42 template sections covering all aspects of software architecture documentation.
* [references](references/index.md) - External references and the arc42 template resource.

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 02:23:09
Updated
2026-09-08 02:23:09
Origin id
AutomatedBrewing/RollerBlindsController:KnowledgeSource/arc42/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