summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* cc33xx-target-scripts: add cc33xx scripts to control TI cc33xx WLAN deviceSabeeh Khan7 days1-0/+20
| | | | | | | | | Add scripts and conf files to be used to control and configure the cc33xx WLAN device. Documentation for these scripts can be found here: https://www.ti.com/tool/CC33XX-SOFTWARE Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cc33calibrator: add new cc33calibrator tool for cc33xx devicesSabeeh Khan7 days1-0/+24
| | | | | | | | | | | cc33calibrator is a tool provided by TI to manually control the radio frontend of the cc33xx device. This tool can also be used for production line testing of the radio. Documentation for this tool is provided within the following link: https://www.ti.com/tool/CC33XX-SOFTWARE Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* cc33conf: add new cc33conf tool for cc33xx devicesSabeeh Khan7 days1-0/+29
| | | | | | | | | | | cc33conf is a tool provided by TI to configure cc33xx WLAN devices. It can be used to change the RF parameters and other features of the target. Documentation for this tool is provided within the following link: https://www.ti.com/tool/CC33XX-SOFTWARE Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* wl18xx-target-scripts: upgrade to R8.8.1Sabeeh Khan2024-04-221-2/+2
| | | | | | | | | | This upgrade contains the following changes: * updated hostapd path in ap_start.sh * ap_stop.sh removes wlan1 interface * hostapd.conf updated to work seamlessly with hostapd 2.10 Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* patches: Add missing Upstream-Status to various patchesRyan Eatmon2023-04-111-0/+2
| | | | | | | The check-layer command caught that we were missing the Upstream-Status on a few older patches, and I found a few new ones. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* all: Stop using git://git.ti.comRyan Eatmon2022-11-234-5/+5
| | | | | | | | | | | | Stop using un-encrypted git:// protocol to access TI repositories. This is inline with the same arguments as made by github in https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* wlconf: Use nonarch_base_libdir instead of hardcoding /libKhem Raj2022-04-261-3/+3
| | | | | | | Helps with usrmerge builds Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* uim-sysfs: Specify branch and protocol for git fetcherKhem Raj2022-04-051-1/+1
| | | | | | | | bitbake git fetcher warns about protocol and fall back branches therefore be explicit about these parameters in source uri Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: convert licenses to SPDX formatDenys Dmytriyenko2022-02-253-3/+3
| | | | | | | Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: update ambiguous "BSD" license with "BSD-3-Clause"Denys Dmytriyenko2022-02-221-1/+1
| | | | | | | | | | | OE-Core recently removed ambiguous "BSD" license[1] in order for recipes to be more specific and use the exact variants of BSD. Update meta-ti recipes with "BSD-3-Clause" as that was the previous default. [1] https://git.openembedded.org/openembedded-core/commit/?id=14d4c007c49652d836d325a12bdbcd3bfa42e6d5 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* wl18xx-calibrator: explicitly specify source branchDenys Dmytriyenko2022-02-221-1/+1
| | | | | | | bitbake now requires it, as default master is no longer deterministic. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* wlconf: explicitly specify source branchDenys Dmytriyenko2022-02-221-1/+1
| | | | | | | bitbake now requires it, as default master is no longer deterministic. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: move WiLink components to meta-ti-extrasDenys Dmytriyenko2022-02-226-0/+169
Move WiLink WiFi and BT components from meta-ti-bsp to meta-ti-extras layer. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>