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 058c283919 heap; multitasking 7 years ago
include heap; multitasking 7 years ago
.gitignore uploaded code 7 years ago
LICENSE Initial commit 7 years ago
Makefile heap; multitasking 7 years ago
README.md updated readme 7 years ago
clock.c heap; multitasking 7 years ago
heap.c heap; multitasking 7 years ago
link.ld heap; multitasking 7 years ago
main.c heap; multitasking 7 years ago
run.sh uploaded code 7 years ago
startup_stm32l476xx.s heap; multitasking 7 years ago
stm32l4xx_it.c heap; multitasking 7 years ago
system_stm32l4xx.c uploaded code 7 years ago
task.c heap; multitasking 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.