From d173306c31e8533cc6619f23f44c284cf247e1b2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 15 Jan 2010 13:40:43 +0100 Subject: [PATCH] Add some more generic info to the README. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 70d71533..fd513afe 100644 --- a/README +++ b/README @@ -5,6 +5,12 @@ README The libopenstm32 project aims to create an open-source firmware library for STM32 microcontrollers. +It is written completely from scratch based on the STM32 datasheets, +programming manuals, and application notes. The code is meant to be used +with a GCC toolchain for ARM (arm-elf or arm-none-eabi), flashing of the +code to an STM32 device can be done using the OpenOCD ARM JTAG software. + + Status and API --------------