Skip to content

Commit

Permalink
epulse_feather: Modified PSRAM definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Feb 19, 2024
1 parent a16399e commit 02ee163
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33657,15 +33657,11 @@ epulse_feather.build.partitions=default_8MB
epulse_feather.build.defines=
epulse_feather.build.loop_core=
epulse_feather.build.event_core=
epulse_feather.build.psram_type=qspi
epulse_feather.build.memory_type={build.flash_type}_{build.psram_type}

epulse_feather.menu.PSRAM.enabled=Enabled
epulse_feather.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
epulse_feather.menu.PSRAM.disabled=Disabled
epulse_feather.menu.PSRAM.disabled.build.defines=
epulse_feather.menu.PSRAM.disabled.build.psram_type=qspi
epulse_feather.menu.PSRAM.enabled=QSPI PSRAM
epulse_feather.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
epulse_feather.menu.PSRAM.enabled.build.psram_type=qspi

epulse_feather.menu.LoopCore.1=Core 1
epulse_feather.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
Expand Down

0 comments on commit 02ee163

Please sign in to comment.