diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-19 16:38:35 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-19 16:38:35 -0800 |
| commit | 427d33c706236985dff950382e1c6b896b36b1bd (patch) | |
| tree | d005ec600579bf605893abcfbb56228a1aa8d259 /atmel-samd/Makefile | |
| parent | 576373552a9e0f53c24b55c40fdeb8be61807597 (diff) | |
atmel-samd: Add help() and remove mem_info functions from smallest builds to make room.
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index a7d93ae56..e6f7534a0 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -197,8 +197,9 @@ SRC_C = \ lib/fatfs/ff.c \ lib/fatfs/option/ccsbcs.c \ lib/timeutils/timeutils.c \ - lib/utils/stdout_helpers.c \ lib/utils/pyexec.c \ + lib/utils/pyhelp.c \ + lib/utils/stdout_helpers.c \ lib/libc/string0.c \ lib/mp-readline/readline.c @@ -236,6 +237,7 @@ SRC_BINDINGS_EXPANDED += common-hal/nativeio/TouchIn.c endif SRC_SHARED_MODULE = \ + help.c \ bitbangio/__init__.c \ bitbangio/I2C.c \ bitbangio/SPI.c \ |
