From 355416c522c7f083978329ce28b5c49cfa0eb9bf Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Mon, 19 Feb 2018 16:14:46 +0000 Subject: [PATCH] Update index.md --- notes/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notes/index.md b/notes/index.md index bde75a3..2004644 100644 --- a/notes/index.md +++ b/notes/index.md @@ -24,9 +24,7 @@ testing.main() ## Comments -There is a routine in the top level of the repo called `upload_feather_m0_watch.py` which monitors the repo folder (on a regular -filesystem) and selectively synchronizes it with the CIRCUITPY folder -when any changes are saved, which assists with development. +There are routines in the top level of the repo like `upload_feather_m0_watch.py` which selectively synchronize files it with the CIRCUITPY or PYBFLASH folder for stm32 and samd21 (with a file-watching behaviour for edits), or which execute a selective ampy upload for CircuitPython/Micropython on esp8266. Given the limited memory available, on the Feather M0 Express, running the test case requires that the [micropython-lib unittest library](https://github.com/micropython/micropython-lib/blob/master/unittest/unittest.py) -- 2.49.0