Files
Scanning the repository...
Last update 2 months 2 weeks
by Michael Pham
FilesFirmwareFirmware Build Filesproveskit_rp2040_v5_dev | |
---|---|
.. | |
board.c | |
mpconfigboard.h | |
mpconfigboard.mk | |
pico-sdk-configboard.h | |
pins.c |
pico-sdk-configboard.h// This file is part of the CircuitPython project: https://circuitpython.org // // SPDX-FileCopyrightText: Copyright (c) 2024 Adafruit Industries LLC // // SPDX-License-Identifier: MIT #pragma once // Put board-specific pico-sdk definitions here. This file must exist. // Allow extra time for xosc to start. #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64