Blargian / Embedded-Sorting-Algorithms

A mixed C/C++ sorting algorithm visualizer for STM32F746G-DISCO hardware using TouchGFX and FreeRTOS.
0 stars 0 forks source link

Come up with a way to update the histogram while sorting #3

Open Blargian opened 7 months ago

Blargian commented 7 months ago
Blargian commented 7 months ago

https://www.freertos.org/ST_STM32F7_Cortex-M7_RTOS_Demo.html#DemoApp

I'll begin by following the FreeRTOS guide and building the example project.