@web-font-path: "roboto-debian.css";
Loading...
Searching...
No Matches
cyw43_partition_firmware.h
1/*
2 * Copyright (c) 2024 Raspberry Pi (Trading) Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7extern int cyw43_wifi_fw_len;
8extern int cyw43_clm_len;
9
10#define CYW43_WIFI_FW_LEN (cyw43_wifi_fw_len)
11#define CYW43_CLM_LEN (cyw43_clm_len)
12extern uintptr_t fw_data;
13
14#include "boot/picobin.h"
15#include "pico/bootrom.h"