Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lim
    3. Topics
    L
    • Continue chat with lim
    • Start new chat with lim
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by lim

    • L

      cp210x.ko driver - invalid module format
      Lessons and Guides • • lim

      5
      0
      Votes
      5
      Posts
      9877
      Views

      L

      I gave it a go using all esp-idf components and a program without M5Stack. I then hit the command, "make flash monitor". The result is as what you said. Awesome! I would like use your source to get the TFT LCD screen to work first. Do you have any advise for me that I should aware, avoid, etc, please? Thank you
    • L

      Failed to compile Linux_2.6.x_VCP_Driver_Source in Ubuntu
      Lessons and Guides • • lim

      1
      1
      Votes
      1
      Posts
      3695
      Views

      No one has replied

    • L

      M5Stack and esp-idf
      PRODUCTS • • lim

      2
      0
      Votes
      2
      Posts
      5780
      Views

      @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.