aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2010-01-15 13:40:43 +0100
committerUwe Hermann2010-01-15 13:40:43 +0100
commitd173306c31e8533cc6619f23f44c284cf247e1b2 (patch)
tree235fd7be081b85f0c83118b12b7eb81925bcb8f0 /README
parentf682aa84b06a5b4717546ac525ba4185795b7ba8 (diff)
Add some more generic info to the README.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 70d7153..fd513af 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
--------------