{"id":30236951,"url":"https://github.com/kizzycode/cyw43-firmware-rust","last_synced_at":"2025-08-15T01:33:17.139Z","repository":{"id":299713269,"uuid":"1003960446","full_name":"KizzyCode/cyw43-firmware-rust","owner":"KizzyCode","description":"CYW43xx WiFi and Bluetooth Firmware Blobs","archived":false,"fork":false,"pushed_at":"2025-06-17T23:45:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-18T18:59:24.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-17T22:57:50.000Z","updated_at":"2025-06-17T23:45:35.000Z","dependencies_parsed_at":"2025-06-17T23:46:42.430Z","dependency_job_id":"e8684553-ab18-4b78-a67d-0ec4d50eba41","html_url":"https://github.com/KizzyCode/cyw43-firmware-rust","commit_stats":null,"previous_names":["kizzycode/cyw43-firmware-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KizzyCode/cyw43-firmware-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fcyw43-firmware-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fcyw43-firmware-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fcyw43-firmware-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fcyw43-firmware-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/cyw43-firmware-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fcyw43-firmware-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270510896,"owners_count":24597650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-15T01:32:48.303Z","updated_at":"2025-08-15T01:33:17.132Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/cyw43-firmware-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/cyw43-firmware-rust)\n[![docs.rs](https://docs.rs/cyw43-firmware/badge.svg)](https://docs.rs/cyw43-firmware)\n[![crates.io](https://img.shields.io/crates/v/cyw43-firmware.svg)](https://crates.io/crates/cyw43-firmware)\n[![Download numbers](https://img.shields.io/crates/d/cyw43-firmware.svg)](https://crates.io/crates/cyw43-firmware)\n[![dependency status](https://deps.rs/crate/cyw43-firmware/latest/status.svg)](https://deps.rs/crate/cyw43-firmware)\n\n\n# CYW43xx WiFi and Bluetooth Firmware Blobs\nThis crate wraps firmare binaries/blobs for the CYW43xx WiFi/BT SoC.\n\nThe firmware binaries/blobs within [dist/cyw32-firmware](./dist/cyw32-firmware) are included as git-submodule from\n\u003chttps://github.com/embassy-rs/embassy.git\u003e. \n\nThose blobs have been taken from \u003chttps://github.com/georgerobotics/cyw43-driver/tree/main/firmware\u003e, where you can find\nfurther information about the licensing.\n\n\n## License\nThe cyw43-firmware binaries/blobs are free only for non-commercial use (see\n[Non-Commercial License](#non-commercial-license)). The cyw43-firmware binaries/blobs are also available for use with\nRaspberry Pi Ltd semiconductor devices under different terms (see [Raspberry Pi License](#raspberry-pi-license)). See\nalso \u003chttps://github.com/georgerobotics/cyw43-driver/tree/main/firmware\u003e.\n\nThe Rust-wrapper is licensed under [Unlicense](https://opensource.org/license/unlicense). \n\n\n### Non-Commercial License\n```txt\nCopyright (C) 2019-2022 George Robotics Pty Ltd\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice,\n   this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n3. Any redistribution, use, or modification in source or binary form is done\n   solely for personal benefit and not for any commercial purpose or for\n   monetary gain.\n\nTHIS SOFTWARE IS PROVIDED BY THE LICENSOR AND COPYRIGHT OWNER \"AS IS\" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE LICENSOR OR COPYRIGHT OWNER BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThis software is also available for use with Raspberry Pi Ltd semiconductor\ndevices under different terms (see Raspberry Pi License).\n\nFor commercial licensing options please email contact@georgerobotics.com.au\n```\n\n\n### Raspberry Pi License\n```txt\nCopyright (C) 2019-2022 George Robotics Pty Ltd\n\nRaspberry Pi Ltd (Licensor) hereby grants to you a non-exclusive license to\nuse this software solely with the Licensor's microcontroller chip (RP2040) or\nany other semiconductor device produced by the Licensor. No other use is\npermitted under the terms of this licence.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. The software can only be used and redistributed in conjunction with RP2040\n   or any other semiconductor device produced by the Licensor.\n2. Redistributions of source code must retain the above copyright notice,\n   this list of conditions and the following disclaimer.\n3. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE LICENSOR AND COPYRIGHT OWNER \"AS IS\" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE LICENSOR OR COPYRIGHT OWNER BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThis software is also available from the copyright owner under different\nterms (see Non-Commercial License)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fcyw43-firmware-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fcyw43-firmware-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fcyw43-firmware-rust/lists"}