Testing different approaches to STM32 development.
Testing Arduino framework with STM32 using Arduino CLI. Basic blinky example.
Bare-metal programming without HAL or framework. Direct register manipulation for LED control.
Custom bootloader implementation for STM32.
FreeRTOS integration test. LED blinking using FreeRTOS tasks and scheduler.
Minimal startup code test. Basic initialization and main loop without external libraries.