Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: qstrdefsport.h
- Revision:
- 7:379d46fd02c2
- Parent:
- 5:1d19b8110e11
--- a/qstrdefsport.h Mon Apr 25 19:55:21 2016 +0100 +++ b/qstrdefsport.h Tue Apr 26 22:50:06 2016 +0100 @@ -26,30 +26,4 @@ * Extra qstr values needed by this port */ -// modmachine.c -#if MICROPY_PY_MACHINE -Q(machine) -Q(reset) -#endif - -// modmbed.cpp -#if MICROPY_PY_MBED -Q(mbed) -Q(DigitalOut) -Q(write) -Q(Serial) -Q(putc) -Q(puts) -Q(getc) -#endif - -// modpins.cpp -Q(pins) -#if defined(TARGET_K64F) -Q(USBTX) -Q(USBRX) -Q(PTA0) -Q(LED_RED) -Q(LED_GREEN) -Q(LED_BLUE) -#endif +Q(help)