Minimal project setup for frozen lib files using VS code and PyMakr #13547
Unanswered
stenjo
asked this question in
Using MicroPython
Replies: 1 comment
-
You do not need a Makefile (although the
(change stm32 to whatever port you're using). The main purpose of This file needs to include the default one, and then use e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've spent quite a good amount of time trying to get my head around using frozen code on my Micropython project running on a Wemos D1 mini (V.4) - basically an EPS8266 Generic port. I have found some good guides and examples worth reading (Micropython manifest files and micropython-example-boards) but still cannot seem to get something simple working in my setup.
My project structure looks like this:
In addition to this, I need a
manifest.py
file to tellmake
what part of my code should be frozen and what not,Makefile
to help me run the compilation of firmware.and probably a couple more files too that I do not know about.
The guides I have read so far does not hit the mark on setting this up real simple. Maybe there is not a simple way?
My questions are:
Upload to device
- command? (Ctr-Shift-S/Cmd-Shift-S)?Beta Was this translation helpful? Give feedback.
All reactions