Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. uasyncio
    Log in to post

    • T

      _thread vs uasyncio
      MicroPython • thread uasyncio • • tttadam  

      10
      0
      Votes
      10
      Posts
      206
      Views

      B

      @peterp Note that the 'event.py' which defines a semaphore for asyncio does not load on the latest version, as it depends (for ThreadSafeFlag) on being able to extend uio.IOBase. This base class is not used in the pycom micropython uio port apparently... This is an issue to use asyncio on pycom ports as ThreadSafeFlag is the only way to do a semaphore from an ISR or other _thread task... any ideas?
    • C

      uasyncio support (thread 2)
      Comments & Feedback • uasyncio v1.19.0.b4 • • cmisztur  

      1
      1
      Votes
      1
      Posts
      785
      Views

      No one has replied

    • D

      Uasyncio Support
      Comments & Feedback • micropython wipy3.0 sockets uasyncio asyncio • • donikuy  

      13
      2
      Votes
      13
      Posts
      2519
      Views

      robert-hh

      @martijnthe I have to check that again. As far I recalled, I tested the wrap-around situations.
    • 1 / 1