Bare-metal C demo for the **TM4C123GH6PM** (Tiva C) that runs a cinematic “SUPERSTAR RAJINIKANTH” intro on a 16x2 LCD.
-
Updated
Dec 11, 2025 - C
Bare-metal C demo for the **TM4C123GH6PM** (Tiva C) that runs a cinematic “SUPERSTAR RAJINIKANTH” intro on a 16x2 LCD.
Minimal C implementation for button debouncing on STM32C031C6. Uses CubeMX only for SWD/debug and clock initialization. All GPIO configuration and toggling is done via direct memory-mapped register access.
Minimal C implementation for LED blink on STM32C031C6. Uses CubeMX and low level drivers for SWD/debug, clock initialization, and to generate a delay using SysTick. All GPIO configuration and toggling is done via direct memory-mapped register access. Project also includes a basic error handler.
Bare Metal Tutorials for STM32F103C8T6 (Blue Pill Module)
Working and exploring the ATSAMV71-XULT board.
Some bare metal action using QEMU emulator
This repository contains my efforts to create an "idiot proof bare metal m68k cross compiler toolchain of sorts."
Valve control software for the CR25H hybrid rocket.
Bare-metal programming on ESP32-S3 dual-core Xtensa LX7 without using Espressif's ESP-IDF
Ce projet met en œuvre une communication parallèle entre un microcontrôleur ATmega2560 (Arduino Mega) et un écran LCD HD44780 1602 en mode 4 bits, sans utiliser de bibliothèque Arduino. L'interface est codée en C bare-metal, en manipulant directement les registres d'entrée/sortie (PORTx, DDRx) pour contrôler les broches de données et de commande .
Some simple baremetal programming examples for riscv64 qemu
A port of FreeRTOS to the ARM 929EJ-S Versatile Platform Baseboard
ARM baremetal C programming using STM32F0 microcontroller with ARM CORTEX-M0 processor
OS-free port of LwIP stack to ARM board with lan91c111 ethernet controller
Baremetal environment for "System programming lab" class in Dept. of Information Science, The University of Tokyo
My operating system tests
STM32F446Re_UART_Communication (Baremetal)
Decompiled DDR memory init for Allwinner Tech T113-s3 SoC
SPI Drivers for STM32F411VE-DISCO Board
Add a description, image, and links to the baremetal-programming topic page so that developers can more easily learn about it.
To associate your repository with the baremetal-programming topic, visit your repo's landing page and select "manage topics."