Initial import: PWM32E C/W 100% firmware

This commit is contained in:
2026-07-25 16:23:17 +08:00
commit 91432af19d
2664 changed files with 704545 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Offline checksum tool
This folder keeps the XC6517 offline burn helper used to calculate the checksum
segment for release file names.
Normal release flow:
1. Build the Keil project and generate `mdk\ble_peripheral.bin`.
2. Run `make_release_bin.bat` from the repository root.
3. The script copies `ble_peripheral.bin` to `download.bin`, runs
`Xinc_mac_tool.exe`, extracts the checksum from the generated offline file
name, then copies the online and OTA files to `release\`.
Do not use the generated offline BIN as the online burn file.