python is just what runs the stm32loader.py software, and myserialport is the name of your serial port. On Windows it'd have been called COM4 or similar, but on Mac it's called something like /dev/tty.usbserial1234
But seriously, if you know how to do it on windows then find a windows PC, flash it, and then you can just use the board on your Mac when it's got Espruino installed.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
python
is just what runs thestm32loader.py
software, andmyserialport
is the name of your serial port. On Windows it'd have been calledCOM4
or similar, but on Mac it's called something like/dev/tty.usbserial1234
But seriously, if you know how to do it on windows then find a windows PC, flash it, and then you can just use the board on your Mac when it's got Espruino installed.