blob: f2e4a048523ec50287121d91a9a2108d03df935e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
To make an initrd, add files to ```initrd/``` and then run ```./mkinitrd.sh```.
|