mbox series

[master/scarthgap,0/4] add FW and utilities for cc33xx wireless driver

Message ID 20240621105221.1648656-1-sabeeh-khan@ti.com
Headers show
Series add FW and utilities for cc33xx wireless driver | expand

Message

Khan, Sabeeh June 21, 2024, 10:52 a.m. UTC
This series adds FW support, configuration files, and tools to be used
with the cc33xx drivers. The cc33xx driver has been added to TI kernel 6.6
with progress being made for kernel upstreaming. 

Changelog from RFC[1]:
* git repos are now live so series is ready for merging
* Replaced "DESCRIPTION" with "SUMMARY"
* unified SRC_URI and BRANCH naming convention
* cc33xx-fw: do_compile changed to using [noexec]
* cc33xx-fw: added EXTRA_OEMAKE parameters


[1]: https://patchwork.yoctoproject.org/project/ti/cover/20240620032202.169122-1-sabeeh-khan@ti.com/ 

Sabeeh Khan (4):
  cc33conf: add new cc33conf tool for cc33xx devices
  cc33calibrator: add new cc33calibrator tool for cc33xx devices
  cc33xx-fw: install cc33xx firmware
  cc33xx-target-scripts: add cc33xx scripts to control TI cc33xx WLAN
    device

 .../recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb    | 22 ++++++++++++++
 .../cc33calibrator/cc33calibrator_git.bb      | 24 +++++++++++++++
 .../cc33conf/cc33conf_git.bb                  | 29 +++++++++++++++++++
 .../cc33xx-target-scripts_git.bb              | 20 +++++++++++++
 4 files changed, 95 insertions(+)
 create mode 100644 meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb
 create mode 100644 meta-ti-extras/recipes-connectivity/cc33calibrator/cc33calibrator_git.bb
 create mode 100644 meta-ti-extras/recipes-connectivity/cc33conf/cc33conf_git.bb
 create mode 100644 meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb