esden / libstm32

Legacy firmware library for stm32. DO NOT USE!!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is extremely out of date. DO NOT USE!!! :D

Consider using libopencm3 instead: https://github.com/libopencm3/libopencm3

Configuration
-------------
To configure the stm32 firmware library just edit conf.h

Installation
------------

Just run:
> make
> make install

The default gcc toolchain is arm-none-eabi, and default install directory is
/usr/local. If you want to use a different settings you can use the prefix and arch_prefix
variables. For example:

> prefix=/usr/mydir arch_prefix=arm-elf make
> prefix=/usr/mydir arch_prefix=arm-elf make install

About

Legacy firmware library for stm32. DO NOT USE!!!


Languages

Language:C 99.1%Language:Makefile 0.7%Language:Batchfile 0.2%