Search found 5 matches

by PhilG1300
Tue Aug 28, 2018 8:37 pm
Forum: Development of MicroPython
Topic: Compiling MicroPython on STM32 specifying build variants?
Replies: 3
Views: 2420

Re: Compiling MicroPython on STM32 specifying build variants?

I’m talking about MicroPython compiling the standard or double precision versions.
These variants are given on the firmware website as precompiled files but I wish to compile them myself.
by PhilG1300
Tue Aug 28, 2018 7:09 pm
Forum: Development of MicroPython
Topic: Compiling MicroPython on STM32 specifying build variants?
Replies: 3
Views: 2420

Compiling MicroPython on STM32 specifying build variants?

Hi,
I am new to locally compiling MicroPython for a NUCLEO_F411RE board.
I am successfully compiling on a Linux box and programming my board.
My question is how do I specify the build variants for compiling 'standard' or 'double FP' ?
Regards
Phil
by PhilG1300
Sat Jul 08, 2017 11:50 am
Forum: General Discussion and Questions
Topic: Indentation in REPL
Replies: 2
Views: 2638

Re: Indentation in REPL

Forgot to say that I'm using a Mac. Yes you are correct if I use the 'screen' command, however I am using Coolterm program. This must be sending the wrong character to the upython board. In fact I see ^K on the screen when I press my backspace key when using Coolterm. Will investigate further. Thank...
by PhilG1300
Sat Jul 08, 2017 10:52 am
Forum: General Discussion and Questions
Topic: Indentation in REPL
Replies: 2
Views: 2638

Indentation in REPL

Hi
When I am using the reply interface to upython I press TAB key to indent on a function link 'if' and I get the indented '>>>' . My question is how do I terminate the set of statements under the 'if' and get back to a non indented set of '>>>' ?
Regards
Phil
by PhilG1300
Tue Aug 30, 2016 7:21 pm
Forum: MicroPython pyboard
Topic: PYBv1.1 with LCD32MKv1.0 LCD Touch Skin
Replies: 1
Views: 2926

PYBv1.1 with LCD32MKv1.0 LCD Touch Skin

Hi I have just ordered a PyBv1.1 and a LCD Touch skin. I have one question. It suggests in the documentation that the LCD board can be mounted in two ways. The 'X' way covers the servo connections on the PyBv1.1. Can I mount it in the 'Y' way and use the servo connections for controlling a servo? Re...