micropython / micropython/micropython

Freezing resources that are not Python scripts

Open
#5,394 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement tools
Dominant language
C
Stars
22.1k
Forks
9k
Avg merge
6d 4h
Merged PRs (30d)
16

Description

I want to flash modules with html files together, but I can't read them.
e.g list
_boot.py
public/index.html

I modified makemanifest.py to pass other files types as path, I cheked existing it in the firmware.elf, and it exist, but I cant read it for send by http

May be exist way for read those files or what sorces can I modify for get this possibility?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting makemanifest.py and confirming how _boot.py and public/index.html appear in firmware.elf, then trace the existing HTTP file-reading path. Done means non-Python assets can be read and served over HTTP, with the listed files providing a reproduction case.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, python
Domain
embedded-iot, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.