From c9adca1c12c28df0f37bdc4cba7e50b70931e4fc Mon Sep 17 00:00:00 2001 From: mattytrentini Date: Tue, 17 Jul 2018 09:36:41 +1000 Subject: [PATCH] Match the port directory change Ports were moved from the root to inside the ports directory. The documentation now reflects that change. --- directories.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/directories.rst b/directories.rst index d48c8a4..24fb949 100644 --- a/directories.rst +++ b/directories.rst @@ -30,11 +30,11 @@ for API functions and macros. Port-specific Code ================== -The directories such as ``esp8266``, ``cc3200``, ``pic16bit``, ``teensy``, -``stmhal``, ``bare-arm``, ``qemu-arm``, ``unix`` and ``windows`` contain code -and tools specific to particular ports of MicroPython. If you are working on a -feature to be added for a specific hardware, this is probably the best place to -put your files. +Inside ``ports`` there are directories containing port-specific MicroPython +code and tools. These ports include ``esp8266``, ``esp32``, ``cc3200``, +``pic16bit``, ``teensy``, ``stmhal``, ``bare-arm``, ``qemu-arm``, ``zepher``, +``unix`` and ``windows``. If you are working on a feature to be added for +*specific* hardware, this is probably the best place to put your files. Minimal Port