File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/rp2_common/hardware_rcp/include/hardware Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717// ----------------------------------------------------------------------------
18- // RCP instructions (this header is Arm- only)
19- #if defined(PICO_RP2350 ) && !defined( __riscv )
18+ // RCP masks (this header is RP2350 only)
19+ #if defined(PICO_RP2350 )
2020
2121#define RCP_MASK_TRUE _u(0xa500a500)
2222#define RCP_MASK_FALSE _u(0x00c300c3)
2323#define RCP_MASK_INTXOR _u(0x96009600)
2424
25+ // RCP instructions (this header is Arm-only)
26+ #if !defined(__riscv )
2527// ----------------------------------------------------------------------------
2628// Macros and inline functions for use in C files
2729#ifndef __ASSEMBLER__
@@ -995,6 +997,7 @@ rcp_switch_u8_to_ch_cl rcp_canary_check_nodelay_impl \tag, \x
995997.endm
996998
997999#endif // !__riscv
1000+ #endif // PICO_RP2350
9981001#endif // __ASSEMBLER__
9991002// ----------------------------------------------------------------------------
10001003
You can’t perform that action at this time.
0 commit comments