🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5Stack and esp-idf

    PRODUCTS
    2
    2
    7.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lim
      last edited by

      Hi there,
      I haven't seen much information on M5Stack using esp-idf FreeRTOS. Hence, I would like to know if anyone out there using M5Stack with esp-idf which is FreeRTOS. What about those drivers, such as TFT-LCD, MPU9520, GSM, etc, are they available in esp-idf?

      1 Reply Last reply Reply Quote 0
      • loborisL
        loboris
        last edited by loboris

        @lim
        All ESP32 applications running on any ESP32 board, including M5Stack are built using esp-idf.
        esp-idf is not FreeRTOS. FreeRTOS is included into esp-idf (as a component) and is slightly modified version of the official FreeRTOS (see esp-idf documentation).
        The mentioned drivers are not the part of the esp-idf, but are built on-top of esp-idf and uses the esp-idf API.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post