Add target platform for compiling (#2939)
* add target platform for compiling * added target specification for riscv --------- Co-authored-by: jeroen <jeroen.zwanepol@tective.nl>
This commit is contained in:
parent
304e9ce2d1
commit
19b14898ea
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
-DPICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1
|
||||
-DTARGET_RP2350
|
||||
-DCYW43_LWIP=1
|
||||
-DCYW43_PIO_CLOCK_DIV_DYNAMIC=1
|
||||
-DCFG_TUSB_MCU=OPT_MCU_RP2040
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
-DPICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1
|
||||
-DTARGET_RP2350
|
||||
-DCYW43_LWIP=1
|
||||
-DCYW43_PIO_CLOCK_DIV_DYNAMIC=1
|
||||
-DCFG_TUSB_MCU=OPT_MCU_RP2040
|
||||
|
|
|
|||
Loading…
Reference in a new issue