Skip to content

Commit 0a92748

Browse files
author
Paul Grayson
committed
Add board definition for upcoming Pololu 3pi+ 2040 Robot
1 parent 1331c47 commit 0a92748

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#pragma once
2+
3+
// For board detection
4+
#define POLOLU_3PI_2040_ROBOT
5+
6+
#define PICO_DEFAULT_LED_PIN 25
7+
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
8+
#define PICO_FLASH_SPI_CLKDIV 2
9+
#define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024)
10+
11+
// All boards have at least the B1 revision
12+
#define PICO_RP2040_B0_SUPPORTED 0

0 commit comments

Comments
 (0)