Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ Use `scripts/kdos_config.py` to generate a board support package skeleton. Run:
python scripts/kdos_config.py stm32f4 -o bsp_stm32f4.c
```

[![CI Status](https://github.com/baamiis/KDOS/workflows/KDOS%20CI/badge.svg)](https://github.com/baamiis/KDOS/actions)
[![License](https://img.shields.io/github/license/baamiis/KDOS)](LICENSE)
[![Contributors](https://img.shields.io/github/contributors/baamiis/KDOS)](https://github.com/baamiis/KDOS/graphs/contributors)

This creates `bsp_stm32f4.c` from the STM32F4 template which implements the required `k_hal` functions for that controller.
Loading