Skip to content

Commit d0f78c9

Browse files
committed
ports/rp2: Set platform and remove GC overrides of SparkFun IoT Node LoRaWAN
1 parent ef6e3ce commit d0f78c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# cmake file for SparkFun IoT Node LoRaWAN RP2350
22

33
set(PICO_BOARD "sparkfun_iotnode_lorawan_rp2350")
4+
set(PICO_PLATFORM "rp2350")

ports/rp2/boards/SPARKFUN_IOTNODE_LORAWAN_RP2350/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@
3131

3232
#define MICROPY_HW_PSRAM_CS_PIN (0)
3333
#define MICROPY_HW_ENABLE_PSRAM (1)
34-
#define MICROPY_GC_SPLIT_HEAP (1)
35-
#define MICROPY_ALLOC_GC_STACK_SIZE (1024)

0 commit comments

Comments
 (0)