Giter Club home page Giter Club logo

discovery-linux's Introduction

BFH stm32f4 discovery linuxsupport

Synopsis

The following project consists of a minimal setup for the STM32 discovery board. The makefile should be easily adaptable to your needs.

Motivation

We'd like to enable linux enthusiastic students of the bern university of applied sciences to work with their beloved operating system without setting up a virtual machine just to run atollic true studio. ;)

Installation and required packages

You'll need the following packages installed on your system:

    arm-none-eabi-binutils
    arm-none-eabi-gcc
    arm-none-eabi-gdb
    arm-none-eabi-newlib
    stlink
    make

The package names are taken from the arch linux community repository, hence they may differ on your linux distribution.

Instructions

####first steps

  • Clone the repository.
  • Install the required software packages.
  • Plug in your discovery board.
  • Don't forget to add yourself to the group 'dialout' by invoking "gpasswd -a ${USER} dialout"

using make

  • Build software: make all
  • Debug software: make debug
  • flash software: make flash
  • start/stop st-util deamon: make start/stop

eclipse support

If you want to use eclipse instead of pure makefiles you are free to do so and we are happy to support you with that:

  • Checkout the readme in the eclipse directory for instructions on how to install and configure eclipse correctly.
  • Import the example project into eclipse as "existing project" and have fun :)

Contributors

  • t-moe
  • id101010

Links

Additional Tags

stm32, stm-discovery, discovery board, bfh ti, berner fachhochschule für technik und informatik, linux

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.