aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
--------------