IndianBoy42 / sthal-to-cpp

A Simple C++ Wrapper Generator for STM32Cube Libraries (LL/HAL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STHAL to C++

A little wrapper generator for stm32cube hal and ll. All it does is allow you to use method call syntax and namespaced functions.

cargo run --release -- $SRC/ $SRC/Drivers/STM32H7xx_HAL_Driver/ $SRC/HalCpp/
clang-format $SRC/HalCpp/* -i

About

A Simple C++ Wrapper Generator for STM32Cube Libraries (LL/HAL)


Languages

Language:Rust 99.8%Language:Shell 0.2%