Merge pull request #5085 from dhalbert/board-specific-pico-sdk-settings
Add board-specific pico-sdk settings; set xosc multipler for Adafruit boards
This commit is contained in:
commit
686103fd8e
@ -0,0 +1,4 @@
|
|||||||
|
// 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
|
@ -0,0 +1,4 @@
|
|||||||
|
// 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
|
@ -0,0 +1,4 @@
|
|||||||
|
// 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
|
@ -0,0 +1,4 @@
|
|||||||
|
// 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
|
@ -0,0 +1,4 @@
|
|||||||
|
// 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
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -0,0 +1 @@
|
|||||||
|
// Put board-specific pico-sdk definitions here. This file must exist.
|
@ -1,5 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "pico-sdk-configboard.h"
|
||||||
|
|
||||||
// alphabetized
|
// alphabetized
|
||||||
#define LIB_PICO_BINARY_INFO (0)
|
#define LIB_PICO_BINARY_INFO (0)
|
||||||
#define LIB_PICO_PRINTF_NONE (0)
|
#define LIB_PICO_PRINTF_NONE (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user