From 1a6278a2ae1cb64bd6645c0c1debb5e01c3bbd6b Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Tue, 8 Jun 2021 12:37:54 +0800 Subject: [PATCH] Update repository description and set automatic EOL conversion. --- .gitattributes | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/README.md b/README.md index f836750..7b506c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# stm32bringup +# STM32 bringup Bring up code for low end STM32 micro-controllers This repository contains the code explained [here](https://warehouse.motd.org/?page_id=148). + +### How to build ### +* dependencies: gmake, GNU Arm Embedded Toolchain. +