Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone,
I'm a student currently working on my bachelorthesis. So I'm not too experienced an hopefully my questions aren't too stupid.
(1) My first question is: Is there something like a list where you can see which defines in mpconfigport you have to set when using per example mpremote?
(2) I'm trying to use the mpremote cp command to load a file from my laptop to my device but I get this error message:
Note: I can use the file with "mpremote run" without an error and can create a file on the device filesystem with "mpremote mkdir"
Due to the "stdin" in the error message I thought I need to set in the mpconfigport.h the MICROPY_PY_SYS_STDFILES to true. But if I do this I get an error during the build. Someone already had the same issue "#5162" and I tried to apply the fix from dpgeorge with commit 2863dcd but I get the following message in the function "mp_hal_std_poll" (mphalport.c):
Is this something I have to define in the struct? Doesn't seem to me like this struct is something that I should change as a user.
Beta Was this translation helpful? Give feedback.
All reactions