Skip to content

stansotn/blue-pill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blue-pill

A universal blue pill (aka stm32f103c8t6) initialization template with USB CDC driver.

Creation of this template is described in my article on Embedded Environment.

Build

Get ARM embedded toolchain from here or sudo apt install gcc-arm-none-eabi on Ubuntu.

Get cmake brew install cmake on MacOS or sudo apt install cmake on Ubuntu.

Clone this repository

git clone --recursive https://github.com/stansotn/blue-pill.git
cd blue-pill

Specify arm-none-eabi toolchain path here.

# In file yaccs-user-config.cmake
set(yaccs_compiler_paths /Applications/ARM/bin/)

Build.

mkdir build
cd build
cmake ..
make

About

My curated blue pill template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published