all: Change PYB message prefix to MPY.

Replaces "PYB: soft reboot" with "MPY: soft reboot", etc.

Having a consistent prefix across ports reduces the difference between
ports, which is a general goal.  And this change won't break pyboard.py
because that tool only looks for "soft reboot".
This commit is contained in:
Mike Causer
2017-12-03 22:42:50 +11:00
committed by Damien George
parent d976e4f5e8
commit 812969d615
10 changed files with 16 additions and 16 deletions

View File

@@ -174,8 +174,8 @@ variables no longer exist:
.. code-block:: python
PYB: sync filesystems
PYB: soft reboot
MPY: sync filesystems
MPY: soft reboot
MicroPython v1.5-51-g6f70283-dirty on 2015-10-30; PYBv1.0 with STM32F405RG
Type "help()" for more information.
>>> dir()