Skip to content

inconsistent use of PICO_RP2350B in boards/include/boards #2286

Closed
@d-c-d

Description

@d-c-d

It appears to be a typo that boards/include/boards/hellbender_0001.h is selecting the RP2350 VARIANT
by defining

#define PICO_RP2350B 1

The other board files ( even the likely associated src/boards/include/boards/hellbender_2350A_devboard.h ) seem to use

#define PICO_RP2350A 1

to indicate that "the current board has an RP2350 in an A (30 GPIO) package"
while the following is used to select the 48 pin RP2350B

PICO_RP2350A 0

Perhaps @CBJamo can comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions