From b5099619067071f1d0071b17e1094a95d06a6399 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Fri, 9 Feb 2018 15:41:12 +0100 Subject: [PATCH] Added the initial version of the README file. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2680a8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Description +This repository has the Hardware Abstraction Layer (HAL) libraries for most +of the 32 bit ARM microprocessor families from ST. + +It also has several scripts and tools to simplify the configuration of new +projetcs using the HAL libraries. + +# Dependencies +This repository has no dependencies. \ No newline at end of file -- GitLab