Skip to content

Commit 9c5d4df

Browse files
committed
just use this example for psram
1 parent ae7dc02 commit 9c5d4df

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/test_allocator/CMakeLists.txt renamed to examples/psram_allocator/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
cmake_minimum_required(VERSION 3.13)
22

3-
# use our own allocator
4-
5-
set(SKIP_PICO_MALLOC 1)
6-
set(SFE_PICO_ALLOC_WRAP 1)
7-
add_definitions(-DSFE_PICO_ALLOC_WRAP)
8-
93
include($ENV{PICO_SDK_PATH}/external/pico_sdk_import.cmake)
104

115
project(test_allocator C CXX ASM)

0 commit comments

Comments
 (0)