awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

Awesome GitHub RepositoriesBinary Flashing

Tools for transferring compiled binary images from a host computer to a microcontroller.

Distinct from Remote Binary Uploaders: Existing candidates focus on cloud uploaders or cache managers, not physical microcontroller flashing.

Explore 2 awesome GitHub repositories matching hardware & iot · Binary Flashing. Refine with filters or upvote what's useful.

Awesome Binary Flashing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cpq/bare-metal-programming-guideAvatar cpq

    cpq/bare-metal-programming-guide

    4,730Vezi pe GitHub↗

    This project provides educational resources and technical guides for microcontroller firmware development. It focuses on writing low-level C code that runs directly on hardware without an underlying operating system, covering the fundamentals of hardware registers, memory mapping, and system clocks. The guides detail the creation of hardware abstraction layers to wrap raw memory-mapped registers into structured interfaces and provide walkthroughs for integrating TCP/IP stacks and HTTP servers into bare-metal environments. It also outlines the implementation of embedded systems build pipelines

    Provides instructions for uploading compiled binary images to physical boards using command-line tools.

    C
    Vezi pe GitHub↗4,730
  • blackmagic-debug/blackmagicAvatar blackmagic-debug

    blackmagic-debug/blackmagic

    3,715Vezi pe GitHub↗

    Blackmagic is a GDB server for embedded hardware that translates GDB remote protocol messages into JTAG and SWD commands. It functions as an ARM and RISC-V debugger and hardware debug probe manager, enabling users to inspect memory, control execution, and manage registers on ARM Cortex and RISC-V cores. The project distinguishes itself by acting as a remote hardware debugging bridge that can stream GDB server traffic over TCP/IP to control physical hardware from a remote machine. It also provides a JTAG and SWD interface to connect host computers to target hardware and serves as an embedded f

    Writes compiled binary images to microcontroller flash and verifies the data against the source.

    Vezi pe GitHub↗3,715
  1. Home
  2. Hardware & IoT
  3. Binary Flashing

Explorează sub-etichetele

  • RemoteNetwork-based mechanisms for deploying compiled binaries to physical microcontroller hardware. **Distinct from Binary Flashing:** Distinct from Binary Flashing: focuses on remote network delivery rather than local host-to-MCU transfer.
  • Transfer StubsOptimized memory-resident code used to accelerate the transfer of binary images to target flash memory. **Distinct from Binary Flashing:** Distinct from Binary Flashing: specifically refers to the on-target agent code that accelerates the flashing process.