Thanks to visit codestin.com
Credit goes to github.com

Skip to content

board.SPI().try_lock() is not freed over soft-reset #3266

@jepler

Description

@jepler
Adafruit CircuitPython 6.0.0-alpha.2-190-g817a52228 on 2020-08-11; Particle Xenon with nRF52840
>>> import board
>>> board.SPI().try_lock()
True
>>> 
soft reboot
...
Adafruit CircuitPython 6.0.0-alpha.2-190-g817a52228 on 2020-08-11; Particle Xenon with nRF52840
>>> import board
>>> board.SPI().try_lock()
False

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions