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-28 11:48:43 -0500
commit7422c85a9a9f6fe9d2c992239db9f13fc087d71d (patch)
tree2898cbfbff1a8b6a998b2ffd90eaeee7e8715eaf
parent8f01b68d92576613ed670b0f0867388164ee26df (diff)
downloadmeta-ti-7422c85a9a9f6fe9d2c992239db9f13fc087d71d.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 d5597ab9..a4dfc4da 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