Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 301 Bytes

C2HCD Tool

Convert WICED Bluetooth firmware/RAM_patch from c format to hcd format.

Prerequisites

This is a Python script. Install Python first.

Usage

python c2hcd.py c_file

The tool takes the c_file and output to file out.hcd.

Example:

python c2hcd.py bt_firmware_controller.c