Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe authored May 5, 2024
1 parent 03ba539 commit 6ea3005
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 🌐 XZG Firmware Repository (zb_fws Branch)

Welcome to the **zb_fws** branch of the XZG Firmware repository! This branch is dedicated to storing files necessary for flashing Zigbee chips in the required format, primarily focusing on coordinators and routers.

## 📋 Repository Structure

- **task.json**: Contains a structured list of tasks related to the available firmware files and their types (e.g., coordinator, router).
- **manifest.json**: Maps specific firmware versions to their devices and provides detailed notes about each firmware update.
- **.github**:
- **workflows/hex2bin.yml**: GitHub Actions workflow that automates converting firmware files from HEX to BIN format.
- **scripts/process_and_convert.py**: Python script that processes and converts firmware files to the required format.
- **ti**:
- **coordinator**: Contains `.bin` firmware files for coordinator devices like `CC1352P2`, `CC2652P`, `CC2652R7`, etc.
- **router**: Contains `.bin` firmware files for router devices like `CC1352P2_CC2652P_other_router_20221102`.

## ⚙️ How to Use

All firmware files and scripts in this branch are intended to be used with the XZG Firmware Repository. Please refer to the main repository for more detailed information and instructions.

## 🚀 Contributions and Feedback

Contributions are always welcome! Feel free to submit a pull request or create an issue for any updates, fixes, or improvements.

0 comments on commit 6ea3005

Please sign in to comment.