From c525dd5ad7fce95b615c856a485fa1448b40c374 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 20 Sep 2020 12:15:14 +0200 Subject: Adapt License and README.md --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 801d49f..dc70883 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,4 @@ -Easy "clone and go" repository for a libopencm3 based project. -# Instructions - 1. git clone --recurse-submodules https://github.com/libopencm3/libopencm3-template.git your-project - 2. cd your-project - 3. make -C libopencm3 # (Only needed once) - 4. make -C my-project +# STM32F103C8 Examples -If you have an older git, or got ahead of yourself and skipped the ```--recurse-submodules``` -you can fix things by running ```git submodule update --init``` (This is only needed once) - -# Directories -* my-project contains your application -* my-common-code contains something shared. - -# As a template -You should replace this with your _own_ README if you are using this -as a template. +Example C code for the STM32F103C8 microcontrollers implemented with libopencm3. This repository is based on the [template project](https://github.com/libopencm3/libopencm3-template) for libopencm3. -- cgit v1.2.3-70-g09d2