diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-12-30 12:29:32 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-12-30 12:29:32 -0500 |
commit | 374c43ba3805c85bf70a86829434eb05731e8083 (patch) | |
tree | 4312e8cacd2843e7ccab150de78a0179d9d76228 /README.md | |
parent | f0f7ae0abcf0ab73a75bd111c3e036e0722d1daa (diff) |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. |