From 052e5e2cf3e5c72813509d2a389d07dce22434c2 Mon Sep 17 00:00:00 2001 From: Peter Mortensen Date: Fri, 30 Dec 2016 23:47:49 +0100 Subject: [PATCH] Update readme.md Copy edited (e.g. ref. ). --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 25b2c80..91544ec 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ #STM32CubeMX to Makefile -This program generates a Makefile from STM32CubeMX (http://www.st.com/stm32cube) created project. It is intended to be used along with GNU Make utility (www.gnu.org/software/make) and GNU tools for ARM (https://launchpad.net/gcc-arm-embedded) to compile STM32 firmware. Refer to my blog post http://www.ba0sh1.com/opensource-stm32-development for setup of integrated development environment. +This program generates a Makefile from an STM32CubeMX (http://www.st.com/stm32cube)-created project. It is intended to be used along with the GNU Make utility (www.gnu.org/software/make) and GNU tools for ARM (https://launchpad.net/gcc-arm-embedded) to compile STM32 firmware. Refer to my blog post http://www.ba0sh1.com/opensource-stm32-development for set up of the integrated development environment. Copyright (c) 2016, Baoshi Zhu. All rights reserved. -Source code in this project is governed by Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) +Source code in this project is governed by Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).