linker-script
There are 45 repositories under linker-script topic.
bravegnu/gnu-eprog
Embedded Programming with the GNU Toolchain
cortexm/baremetal
ARM Cortex-M bare-metal example code in C++ and CMake build
JJK96/PIClin
From C, Rust or Zig to binary shellcode compiler based on Mingw gcc. It allows using Win32 APIs and standard libraries without any changes to the source code.
davepfeiffer/embedded-makefile-flow
A guide and example project for setting up an open Makefile based embedded development tool-chain
twilco/twilco.github.io
My blog — https://twilco.github.io
decompals/slinky
Linker script generator for decompilation and modding projects
vtarale/STM32F4
pid controller, and helper libs for stm32f407-discovery
tree-sitter-grammars/tree-sitter-linkerscript
LD linker script grammar for tree-sitter
CelestialMelody/rcore-lab
learn os and rust through rcore-tutorial, rcore-tutorial code with notes
NimaMX/Qemu-Cortex-M
Sample arm cortex-m application to running on QEMU
R-onit/cortex-m-baremetal-gcc-openocd
Minimal ARM Cortex-M bare-metal firmware from scratch — custom startup code, linker script, Makefile build system, and OpenOCD/GDB debugging. No IDEs, no HAL — just first-principles understanding of the ARM architecture.
technicalinformatics/mem_layout_mgr
Memory Layout Manager for Linker Scripts
inpyjama/c-ninja-listings
Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book.
streetdogg/operating_system
Implementation of an Operating System from scratch in C++.
AbdelrahmanELsokary/3D_Printer
Open-source 3D printer project based on Arduino Mega 2560 and RAMPS 1.6. Includes Marlin firmware configuration, hardware setup, slicer profiles, and automation scripts.
Artessay/RISCV-Extension
RISC-V development environment extension in Visual Studio Code.
kromych/aarch64-lab
Aarch64 low-level lab
maccieddu/arm-baremetal-gcc-make
Baremetal project for Arm Cortex-M4 STM32L431RCT
Nikfinn99/STM32-Linker-Sections-Generator
A simple tool to generate linker-script sections for the stm32cubeide in a user friendly way and check for errors
SCLorentz/rust-test
C.A. presentation: Tests with no_std rust and integrated asm
seanpm2001/AI2001_Category-Source_Code-SC-Linker-Script
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Linker-Script category for AI2001, containing Linker Scrip programming language datasets
seanpm2001/Learn-Linker-Script
A repository for showcasing my knowledge of the Linker Script programming language, and continuing to learn the language.
seanpm2001/SNU_2D_ProgrammingTools_IDE_Linker-Script
The Linker Script Programming language IDE submodule for SNU Programming Tools (2D Mode)
undacmic/STM32G0x1xx
An easy to read template project written in C and ARMv6 Assembly for STM32G0x1xx microcontrollers that includes a linker script, startup code and SYSCLK initialization
aaronhktan/stm32-exploration
STM32 microcontrollers exploration. Covers the basics (linker scripts, assembly, GPIO, interrupts, clocks) and some other fun stuff (FreeRTOS, Rust).
Alitastan/Task-Scheduler
Task scheduler example for the LEDs on NUCLEO-WB15CC board.
JessMattless/OS_P
An operating system, made as a passion project to learn more about low-level programming
potatopplking/STM32F0_baremetal
Minimal baremetal startup code, linker script and Makefile for STM32F030. Includes explanatory notes on how it all works.
GhassenHafsiaINSAT/Bare-Metal-STM32L475
Development of a custom startup file, linker script, and lightweight task scheduler for the STM32L475VGT6 microcontroller.
karmakararunava/arm-none-eabi-toolchain_DEMO
Simple project to demonstrate the usage of arm-none-eabi toolchain to produce a binary for TM4C129ENCPDT microcontroller.
alan-kudelko/DrinkCreator6000
Automated beverage system on ATmega2561 with FreeRTOS, I²C LCD, pumps, and cooling
archfella/OS_project
Small time-sharing OS which provides multithreading and memory allocation based on the Risc-V architecture, emulated by QEMU emulator.
joery0x3b800001/bare-metal-arm-a53
Some bare metal action using QEMU emulator
matej-almasi/rust-sbc-os-book
Learn to make a simple OS kernel in Rust for your favourite SBC!
StevenReynoso/Stm32f4_spi_driver
Bare-metal SPI driver for STM32F4, written using CMSIS headers without HAL dependencies.
Th4nhDT716/rust-sbc-os-book
🛠️ Build a simple OS kernel in Rust for your favorite SBC with this comprehensive tutorial book. Learn and expand your programming skills step by step.