GithubHelp home page GithubHelp logo

libausbee's Introduction

libausbee is an open-source library providing drivers and functions for robotics application embedding STM32 devices. This library is still under high development.

Compiling

Library

While calling make, some variables must be defined:

STD_PERIPH_INCLUDES_DIR : Includes directory of the StdPeriph_Driver library.

DEVICE_INCLUDES_DIR : Device includes directory. Directory where, for instance, stm32f4xx.h is located.

CMSIS_INCLUDES_DIR : CMSIS includes directory.

DEVICE : Device name. The values should be : -For STM32F4XX : STM32F40_41xxx, STM32F427_437xx, STM32F429_439xx, STM32F401xx -For STM32F1XX : STM32F10X_LD, STM32F10X_LD_VL, STM32F10X_MD, STM32F10X_MD_VL, STM32F10X_HD, STM32F10X_HD_VL, STM32F10X_XL, STM32F10X_CL Other devices are not supported yet.

Also, it is possible to define the following variables:

CC : Define the compiler command.

AR : Define the archive program.

CFLAGS : Define the compilation flags.

Tools : lidar-viewer

dependencies:

  • Qt4

Use CMakeLists. It requires Qt4. In this directory: $ mkdir build $ cd build $ cmake .. $ make

The outputs should be in the "bin" directory in your "build" directory.

libausbee's People

Contributors

shazame avatar fdepraetre avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar  avatar  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.