You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4614429f57 | 7 years ago | |
---|---|---|
include | 7 years ago | |
initrd | 7 years ago | |
src | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago | |
libinterp.a | 7 years ago | |
link.ld | 7 years ago | |
mkinitrd.sh | 7 years ago | |
run.sh | 7 years ago |
README.md
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
.