8000 GitHub - mkschreder/libstm32
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mkschreder/libstm32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

This library will build several versions of the stm32 peripheral libraries for each supported device. You need to pass CFLAGS to the configure script and set -DHSE_VALUE to the frequency in hz of the external crystal on your board. If you are building this library as part of an automated build system then this is done automatically.

Example:

CFLAGS="-mcpu=cortex-m3 -mthumb -nostdlib -fno-common" LDFLAGS=" -lc -lgcc" \
./configure --host="arm-none-eabi" --target="arm-none-eabi" --prefix="/usr/arm-none-eabi/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0