Giter VIP home page Giter VIP logo

Comments (6)

jonesthefox avatar jonesthefox commented on August 24, 2024 1

To whom it may concern:
I experimented with building ESP32_GENERIC firmware, where i had include("$(PORT_DIR)/boards/manifest.py") in my manifest, so i guessed it may work the same with esp8266.

However, with the esp8266 i had to add include("$(PORT_DIR)/boards/ESP8266_GENERIC/manifest_2MiB.py").

@peterhinch thanks for pointing me in the right direction!

from micropython.

ricksorensen avatar ricksorensen commented on August 24, 2024

Intentiional to save resources.

https://github.com/micropython/micropython/blob/master/ports/esp8266/boards/ESP8266_GENERIC/board.md

from micropython.

peterhinch avatar peterhinch commented on August 24, 2024

To clarify, asyncio is only missing on reduced flash variants of ESP8266. Versions with 2MB and above should include it - see the manifest.

from micropython.

jonesthefox avatar jonesthefox commented on August 24, 2024

@peterhinch Saw that, but im actually using the 4MB variant..

from micropython.

peterhinch avatar peterhinch commented on August 24, 2024

The approach I'd use is first to check whether pre-built firmware for your size of board has asyncio. If not there is a definite issue.

Assuming the pre-built firmware still has it, then the problem may be in your manifest files.

from micropython.

jonesthefox avatar jonesthefox commented on August 24, 2024

@peterhinch works with pre-built firmware, so i'm closing this now in eternal shame! 😅

from micropython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.