Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed May 8, 2024
1 parent 9ab43fe commit eea2723
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# XZG 📁 Firmware 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.
Welcome to the **zb_fws** branch of the XZG Firmware repository! This branch is dedicated to storing files necessary for flashing Zigbee chips in binary format.

## 🗂 Directory 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.
- **task.json**: Contains a structured list of tasks related to the available firmware files and their types (e.g., coordinator, router).
- **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`.
- **manifest.json**: Maps specific firmware versions to their devices and provides detailed notes about each firmware update.
- **coordinator**: Contains `.bin` files for Zigbee coordinator firmware.
- **router**: Contains `.bin` files for Zigbee router firmware.
- **thread**: Contains `.bin` files for Thread firmware.

## 🛠 How to Use

Expand Down

0 comments on commit eea2723

Please sign in to comment.