Skip to content

Just wanted to let you know. #1

Description

@kdschlosser

I thought this would be something you would be interested in. I am currently working on exposing FreeRTOS to the Python interpreter in MicroPython. This would allow for you to have real threads and also provide access to real parallel processing by being able to set "threads" to specific cores on the ESP32 modules. You would need to disable the GIL (Global Interpreter Lock) in MicroPython for it to work so care has to be taken to properly control access to data objects from different "threads".

Thought you might be interested in something like that considering the scope of this project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions