From 01c2f5971a3e5ff30b9ead6dc5c4b606fc806b53 Mon Sep 17 00:00:00 2001 From: Theodor Teslia Date: Fri, 17 Mar 2023 13:31:39 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb7a761..66e36a8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Interfaces for the following resources are provided: * Signal * SPI * UART +* I2C ## HAL implementations @@ -108,6 +109,16 @@ Implementations using the HAL are provided for the following interfaces: To enable these implementations follow the instructions from the individual headers. +## Merge with STM32 Core + +The merge with STM32 Core allows seamless usage of the STM32 implementations for the different Interfaces etc. +Notable inclusions: +* CAN +* I2C +* SPI +* UART + + ## Atomic implementations Implementations using atomic variables are provided for the following interfaces: