Skip to content

Commit

Permalink
Config: presto.h add CYW43 settings from Pico W config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 20, 2024
1 parent 17f2ac1 commit 5ddb059
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions presto/presto.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,24 @@
#define PICO_RP2350_A2_SUPPORTED 1
#endif

#ifndef CYW43_PIN_WL_HOST_WAKE
#define CYW43_PIN_WL_HOST_WAKE 24
#endif

#ifndef CYW43_PIN_WL_REG_ON
#define CYW43_PIN_WL_REG_ON 23
#endif

#ifndef CYW43_WL_GPIO_COUNT
#define CYW43_WL_GPIO_COUNT 0
#endif

#ifndef CYW43_USES_VSYS_PIN
#define CYW43_USES_VSYS_PIN 1
#endif

#ifndef PICO_VSYS_PIN
#define PICO_VSYS_PIN 29
#endif

#endif

0 comments on commit 5ddb059

Please sign in to comment.