summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabeeh Khan <sabeeh-khan@ti.com>2025-10-27 13:39:14 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-27 14:59:57 -0500
commit6245469825ca824c83b2796553bcb9163c6daf66 (patch)
tree0d6f5adcef41d134385f6ed893b2a0eb18b1e5e9
parent1bbb24616630a890d47ffcefb41b44e0d92e08aa (diff)
downloadmeta-ti-6245469825ca824c83b2796553bcb9163c6daf66.tar.gz
meta-ti-extras: cc33xx-fw: update cc33xx firmware to 1.7.0.323
Major Updates since 1.7.0.120: - Added WPA1 support - Addressed many stability issues in WiFi and BLE - Enabled thermal protection for operation up to 105C SHA1 checksum: c364c4d89802bcac769ee6eebc08ae1c4ef5a205 cc33xx_2nd_loader.bin b39bfac65e0300e81dfcfee7301e07b4289df448 cc33xx-conf.bin 821fa40f608e350baa9e4cdfea6719bf469c5220 cc33xx_fw.bin Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb b/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb
index 9f1de766..75a1c85f 100644
--- a/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb
+++ b/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb
@@ -2,10 +2,10 @@ SUMMARY = "Firmware files for use with TI cc33xx"
2LICENSE = "TI-TSPA" 2LICENSE = "TI-TSPA"
3LIC_FILES_CHKSUM = "file://LICENCE;md5=df68504cbd0a4da1643ebcfd5783dbc9" 3LIC_FILES_CHKSUM = "file://LICENCE;md5=df68504cbd0a4da1643ebcfd5783dbc9"
4 4
5SRCREV = "988ded3a7d4d0e46de62e9ebfcb685c502bd9edf" 5SRCREV = "0b4f850d6c0fd8e0fe0ae1d3e80ac6733aced29b"
6SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-fw.git;protocol=https;branch=master" 6SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-fw.git;protocol=https;branch=master"
7 7
8PV = "1.7.0.120" 8PV = "1.7.0.323"
9 9
10CLEANBROKEN = "1" 10CLEANBROKEN = "1"
11 11