Automatically running interpreter benchmarks on an STM32F4 using an expect script

Опубликовано: 20 Январь 2025
на канале: Joel Svensson
52
0

The expect script connects to the STM32F4 using the cu command. The script then loads in one source file at a time into the interpreter running on the MCU. The FW on the MCU times the execution of the script and prints the result which is captured by expect and stored into a file.

https://github.com/svenssonjoel/lispbm