Skip to content

Peg firmware does not disable USB mount #5

@crysxd

Description

@crysxd

While building the Ocreeb 12 I did encounter an issue with the Peg firmware: the USB drive is not disabled when the keyboard is plugged in without any buttons pressed.

The issue seems that this method is not defined, causing the boot.py to crash and never reach the code to disable the USB drive

supervisor.set_next_stack_limit(4096 + 4096)

I did remove this line for me and it solved the issue, everything works as expected (only mounted when top right button is pressed), but I'm not sure what the implications of removing this line are.

Just wanted to document the issue :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions