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. +