Giter Club home page Giter Club logo

stm32-tool-library-based-on-hal-and-ll's Introduction

基于STM32 HAL和LL的工具库

[toc]

基础说明

现在的STM32系列微控制器程序开发ST官方主要提供了HAL和LL两种库,HAL库对很多功能进行了抽象封装,使用起来比传统的STD库要方便许多,但和很多偏向于软件开发的Arduino、Micropython等来说使用的时候还不是非常方便。这里对自己常用的一些功能在官方库的基础上进行了进一步的封装,这就是这个库的由来。

该库完全使用ST官方的HAL和LL库,不改变任何官方库代码。该库大部分由C++编写而成,C++项目才能使用(根据情况可能需要手动将main.c和stm32fxxx_it.c重命名为.cpp)。除了这点外该库可以直接在在STM32CubeMX生成的项目上直接使用。

库功能与使用说明

该库可以实现的功能和使用说明可以参考 lib 文件夹中的 readme.md 文档。

例程与演示

该库的例程与演示可以在 examples 文件夹中找到。

许可 / LICENSE

该库基于MIT许可,具体内容详见 LICENSE.md 文档。

This library is under the MIT licence, see the LICENSE.md document.

stm32-tool-library-based-on-hal-and-ll's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.