Skip to content

Commit 0aa904c

Browse files
committed
RP2040: fix spi.h spurious inclusion in case insensitive filesystems
1 parent 0720180 commit 0aa904c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

targets/TARGET_RASPBERRYPI/TARGET_RP2040/.mbedignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ pico-sdk/rp2_common/pico_standard_link/new_delete.cpp
1818
pico-sdk/rp2_common/pico_standard_link/*.ld
1919
pico-sdk/rp2_common/pico_unique_id/*
2020
pico-sdk/rp2_common/hardware_divider/*
21-
pico-sdk/host/*
21+
pico-sdk/rp2_common/hardware_spi/include/hardware/*
22+
pico-sdk/rp2040/hardware_structs/include/hardware/structs/*
23+
pico-sdk/rp2040/hardware_regs/include/hardware/regs/*
24+
pico-sdk/host/*

targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/rp2040/hardware_structs/include/hardware/placeholder.h

Whitespace-only changes.

targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/rp2_common/hardware_spi/include/placeholder.h

Whitespace-only changes.

0 commit comments

Comments
 (0)