Skip to content

rp2: Pico W, hang setting up board LED #15220

@Gadgetoid

Description

@Gadgetoid

Port, board and/or hardware

RP2 port on a Raspberry Pi Pico W

MicroPython version

MicroPython v1.24.0 preview. Built locally from source at "master."

Reproduction

  1. Checkout "master"
  2. Build the RPI_PICO_W port
  3. Flash it
  4. Run
from machine import Pin
led = Pin("LED", Pin.OUT)
print("Hello World")

Expected behaviour

  1. Observe "Hello World"

Observed behaviour

Indefinite hang.

Additional Information

No, I've provided everything above.

Code of Conduct

Yes, I agree

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions