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.
 
 
 
 
 
Clyne Sullivan 5c5c93db40 more fixy fixy 7 years ago
include more fixy fixy 7 years ago
initrd more fixy fixy 7 years ago
src more fixy fixy 7 years ago
xinitrd bug fixes, keypad work 7 years ago
.gitignore SVC calls 7 years ago
LICENSE Initial commit 7 years ago
Makefile keypad support, making stuff good 7 years ago
README.md initrd, lcd, file cleanup 7 years ago
libinterp.a more fixy fixy 7 years ago
link.ld need to sync with desktop 7 years ago
run.sh cleaner main, random nums, perfect script run 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.