Can't find a configuration for Cortex-M3 that enables native and viper #11630
-
In building Roberts Winner w600 port I gave up experimenting with different emitter switches in 'mpconfigport.h' The w600 is an ARM Cortex-M3 cpu.
from which I deduced that I have to enable MICROPY_EMIT_THUMB or MICROPY_EMIT_ARM.
What is missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
In MicroPython, So you want
I don't have a w600, but we do have a M3 target supported by the qemu-arm port (try Does If |
Beta Was this translation helpful? Give feedback.
-
@rkompass Did you check this?
Not sure what you mean by this. If your hardware needs it then you have to implement it. Look at ESP8266 for example. |
Beta Was this translation helpful? Give feedback.
-
This and the 4 lines for emitters suggested by jimmo.--Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 26.05.23, 16:46 schrieb Robert Hammelrath ***@***.***>:
I have followed the conversation. Is this line the only change in mpconfigport.h you made or did you change the emitter section as well?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
@rkompass Did you check this?
Not sure what you mean by this. If your hardware needs it then you have to implement it. Look at ESP8266 for example.