Skip to content
View EmbSoft3's full-sized avatar

Block or report EmbSoft3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Mk Mk Public

    Bare-metal RTOS for STM32F7 built from scratch - preemptive kernel, dynamic ELF loader, FAT filesystem, USB stack, graphical engine, and interactive shell. No external dependencies.

    C 1

  2. Sym2srec Sym2srec Public

    CLI tool that embeds an ELF32 symbol table into an S-Record file to enable dynamic loading. Used in the Mk embedded OS build pipeline.

    C

  3. Shell Shell Public

    Command Line Interface (CLI) for the Mk embedded OS. Supports built-in and dynamically loaded commands. Reference example for writing Mk applications.

    C

  4. Pong Pong Public

    Pong arcade game for the Mk embedded OS. Demonstrates the graphical engine, event-driven painter callbacks, and keyboard input handling. Reference example for writing dynamic Mk applications.

    C

  5. BlinkLed BlinkLed Public

    Minimal dynamic application for the Mk OS — blinks a GPIO LED on the STM32F746G-Eval2. Intended as a getting-started example showing how to build, load, and run a .elf with the Mk dynamic loader.

    Makefile