Skip to content

Inception-framework/libopencm3-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Inception libopencm3 support

This repository contains libopencm3 installation script and patch for Inception support. The libopencm3 project is an open-source firmware library for various ARM Cortex-M microcontrollers. For now, only examples that runs on the STM32 L152RE board has been tested.

Use

To start with, run the install.sh script that will download libopencm3 and apply inception path.

 bash ./install.sh

Then refer to the official repository for (details)[https://github.com/libopencm3/libopencm3-examples.git].