Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions directories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down