awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Koenkk avatar

Koenkk/Z-Stack-firmware

0
View on GitHub↗
2,701 stars·659 forks·mit·10 views

Z Stack Firmware

Features

  • Proprietary Compiler - Relies on TI's proprietary ARM or 8051 compiler toolchain to produce optimized firmware for CC25xx and CC13xx chips.
  • Coordinator Firmware Images - Distributes ready-to-flash firmware images for common coordinator hardware, bypassing local compilation.
  • Zigbee Coordinator Flashers - Flashes pre-built Z-Stack firmware binaries onto Texas Instruments CC2530, CC2531, CC2538, CC1352P, CC2652P, CC2652R, and CC2652RB microcontrollers.
  • Texas Instruments Microcontroller Programming - Programs TI CC2530, CC2531, CC2538, CC1352P, CC2652P, CC2652R, and CC2652RB chips with Zigbee firmware.
  • Automated Flashing Scripts - Provides automated flashing scripts for TI microcontrollers using cc-tool and TI's Flash Programmer.
  • Coordinator - Flashes pre-built Z-Stack firmware binaries onto Texas Instruments CC2530, CC2531, CC2538, CC1352P, CC2652P, CC2652R, and CC2652RB microcontrollers.
  • Zigbee Coordinator Flashing - Flashes pre-built Z-Stack firmware onto Texas Instruments microcontrollers to set up a Zigbee coordinator for home automation.
  • Z-Stack Compilation Toolchains - Compiles custom Z-Stack firmware binaries for Texas Instruments Zigbee microcontrollers from source code.
  • Hardware Firmware Versioning - Tags firmware builds with semantic versioning to track protocol stack updates and hardware compatibility changes.
  • Z-Stack Firmware Compilation - Compiles custom Z-Stack firmware binaries for supported Texas Instruments microcontrollers using provided build instructions.
  • Z-Stack Source Compilation - Compiles custom Z-Stack firmware binaries from source for supported Texas Instruments microcontrollers.
  • Coordinator Device Setup - Sets up a Zigbee coordinator device by loading Z-Stack firmware onto compatible hardware for home automation control.
  • Zigbee Firmware Repositories - Stores and distributes pre-compiled Z-Stack firmware binaries for Zigbee coordinator and router devices.
  • Zigbee Protocol Stack Integration - Compiles Texas Instruments Z-Stack protocol stack source code into firmware binaries for Zigbee coordinator devices.
  • Peripheral Abstraction Mappings - Maps Z-Stack's hardware abstraction layer to TI microcontroller peripherals for radio communication.
  • Build System Orchestrators - Uses GNU Make to orchestrate cross-compilation of C source code into microcontroller executables.
  • Zigbee Firmware Builders - Builds and customizes Z-Stack firmware for TI CC253x and CC26x2 series microcontrollers using provided build scripts.

Star history

Star history chart for koenkk/z-stack-firmwareStar history chart for koenkk/z-stack-firmware

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Z Stack Firmware

These projects share indexed features with Z Stack Firmware. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • betaflight/betaflightbetaflight avatar

    betaflight/betaflight

    11,136View on GitHub↗

    Betaflight is open-source flight controller firmware designed to stabilize aircraft and manage sensor data through PID loops and motor control. It serves as a multirotor flight stack that integrates low-level drivers and control algorithms to manage electronic speed controllers, radio receivers, and telemetry hardware. The system focuses on real-time flight stabilization and telemetry routing. It includes a PID stabilization system to calculate motor outputs for aircraft stability and a flight telemetry manager to route real-time information to ground stations and on-screen displays. The fir

    C
    View on GitHub↗11,136
  • thzoria/nx_firmwareTHZoria avatar

    THZoria/NX_Firmware

    3,546View on GitHub↗

    NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned system update files to hardware devices. It functions as a stateless file host that organizes compiled firmware binaries in a structured directory for automated retrieval via a REST API. The system maps specific firmware builds to compatible hardware revisions using schema-based metadata. It utilizes a flat-file asset hosting model, serving binary blobs directly from the filesystem to avoid the overhead of a database management system. The server handles hardware version control

    Python
    View on GitHub↗3,546
  • python-poetry/poetrypython-poetry avatar

    python-poetry/poetry

    34,282View on GitHub↗

    Poetry is a comprehensive dependency manager and packaging tool for Python projects. It functions as a configuration engine that resolves complex dependency graphs, manages isolated virtual environments, and ensures reproducible builds through deterministic lock file generation. By centralizing project metadata and build requirements into a single configuration file, it provides a unified workflow for managing the entire lifecycle of a Python codebase. The project distinguishes itself through its constraint-based solver, which evaluates environment markers and version requirements to maintain

    Pythondependency-managerpackage-managerpackaging
    View on GitHub↗34,282

Frequently asked questions

What are the main features of koenkk/z-stack-firmware?

The main features of koenkk/z-stack-firmware are: Proprietary Compiler, Coordinator Firmware Images, Zigbee Coordinator Flashers, Texas Instruments Microcontroller Programming, Automated Flashing Scripts, Coordinator, Zigbee Coordinator Flashing, Z-Stack Compilation Toolchains.

Which projects share features with koenkk/z-stack-firmware?

Projects with overlapping indexed features include: betaflight/betaflight — Betaflight is open-source flight controller firmware designed to stabilize aircraft and manage sensor data through PID… thzoria/nx_firmware — NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned… python-poetry/poetry — Poetry is a comprehensive dependency manager and packaging tool for Python projects. It functions as a configuration…