]> code.bitgloo.com Git - clyne/calculator.git/commitdiff
updated readme
authorClyne Sullivan <tullivan99@gmail.com>
Sat, 30 Dec 2017 17:29:32 +0000 (12:29 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Sat, 30 Dec 2017 17:29:32 +0000 (12:29 -0500)
README.md

index bd8d274ee96d6d5842b07c2e218318746be4c8f3..56c56fd481bcdfa309add8d96140a3c601be3c18 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
 # calculator
-An OS for an STM32-based calculator
+An OS for an STM32-based calculator  
+  
+Trying to make an operating system for a calculator based on the STM32L476RG, using its associated Nucleo board. Starting from scratch because it's fun.  
+  
+Required packages:
+* arm-none-eabi toolchain
+* openocd
+* make
+  
+Use run.sh to upload the final output to the processor.