From b80f0c504ff099673fe1aa27af5167290d096ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 6 Jan 2016 23:01:34 +0100 Subject: [PATCH] mention of .pro file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86373df..5db2f07 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ This is a bootstrap project for programming STM32L100 without any external libs (with just libc). It uses `arm-none-eabi-gcc` and is written for STM32L100C-DISCOVERY. + +The `.pro` file can be opened with QtCreator. You can use any other text editor, of course.