From b4e254b34ae96e7cd720cb19692a381e68899bfb Mon Sep 17 00:00:00 2001 From: "@baamiis" Date: Mon, 1 Dec 2025 15:58:00 +0000 Subject: [PATCH] Update README.md update read me --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21b9b9f..03b4d35 100644 --- a/README.md +++ b/README.md @@ -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.