diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2017-10-10 11:36:00 -0700 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2017-10-10 14:36:00 -0400 |
| commit | 80654779e1ad98f5818186746e00b6b642dca3db (patch) | |
| tree | 7b33b6b86f093751567a21f2ca0098e2b6f14901 /supervisor | |
| parent | 9a9584aee0d3ca48fa5641f736c0c043df0505ff (diff) | |
atmel-samd: Add support for internal filesystems. (#311)
* atmel-samd: Add support for internal filesystems.
This allows us to re-enable `os`. `random` is also enabled because
it solely depends on `os`.
Fixes #266. Its also a pre-requisite for #260.
* atmel-samd: Update SAMD51 linker script comments and MICROPY_MAX_STACK_USAGE enabling.
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/supervisor.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index f67439a97..c56557197 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -4,7 +4,7 @@ SRC_SUPERVISOR = \ supervisor/shared/autoreload.c \ supervisor/shared/rgb_led_status.c -ifeq ($(wildcard supervisor/filesystem.c),) +ifeq ($(wildcard atmel-samd/supervisor/filesystem.c),) SRC_SUPERVISOR += supervisor/filesystem.c else SRC_SUPERVISOR += supervisor/stub/filesystem.c |
