From 6f78128adac1fbe2a006821f650d80a8a4eb9d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 21 Oct 2015 16:15:53 +0200 Subject: [PATCH] More detailed readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c53538..115a521 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,20 @@ All comments are in English. Files are formatted with spaces, or tabs 4 spaces w All files should use Windows line endings for compatibility with Keil. ## Development environment -### Keil MDK-ARM (Windows) The library will work with any tool that supports the ARM assembler. +### Keil MDK-ARM (Windows) + Included are project files for **µVision MDK-ARM v.5** (Keil). -### Working on Linux +You can obtain a trial copy of Keil MDK for free from their website (after filling in some fake +contact info to "register"). There is a code size limitaiton (32 kB), but that's usually not a +problem. + +If you're working on Windows, this is probably the best tool you can get. + +### Developing on Linux On Linux, you can run Keil in Wine (without hardware support), and also in Virtualbox (but with ST-Link v2 only).