A lightweight neural network inference engine for ARM Cortex-M4, written in C without external dependencies.
A bare-metal inference engine that runs on ARM Cortex-M4 microcontrollers.
ARM Cortex-M4 (tested on QEMU lm3s6965evb emulator)
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -nostdlib -T link.ld -o main.elf startup.c main.c
qemu-system-arm.exe -machine lm3s6965evb -nographic -kernel main.elf