Search found 3 matches

by quax
Sat Jun 22, 2019 12:47 pm
Forum: Development of MicroPython
Topic: Initial filesystem creation
Replies: 4
Views: 2943

Re: Initial filesystem creation

Thanks. Yes, this works. But I need to build an image that can be flashed alongside the firmware.
by quax
Sat Jun 22, 2019 6:50 am
Forum: Development of MicroPython
Topic: Stopping/killing threads
Replies: 0
Views: 1687

Stopping/killing threads

Is there a way to stop threads? I found this: https://github.com/loboris/MicroPython_ ... odthread.c
But stop() method is not available in the current micropython project.
by quax
Sat Jun 22, 2019 6:47 am
Forum: Development of MicroPython
Topic: Initial filesystem creation
Replies: 4
Views: 2943

Initial filesystem creation

Is there a way to create an initial filesystem that contains custom files (eg. index.html, .css, ...)?