From: Clyne Sullivan Date: Sat, 30 Dec 2017 17:29:32 +0000 (-0500) Subject: updated readme X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=374c43ba3805c85bf70a86829434eb05731e8083;p=clyne%2Fcalculator.git updated readme --- diff --git a/README.md b/README.md index bd8d274..56c56fd 100644 --- 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.