micropython/ports/esp32/boards
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
When loading a manifest file, e.g. by include(), it will chdir first to the
directory of that manifest.  This means that all file operations within a
manifest are relative to that manifest's location.

As a consequence of this, additional environment variables are needed to
find absolute paths, so the following are added: $(MPY_LIB_DIR),
$(PORT_DIR), $(BOARD_DIR).  And rename $(MPY) to $(MPY_DIR) to be
consistent.

Existing manifests are updated to match.
2019-10-21 23:01:41 +11:00
..
GENERIC esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
GENERIC_D2WD esp32: Add support for ESP32-D2WD with 2MiB internal flash. 2019-09-10 15:22:16 +10:00
GENERIC_SPIRAM esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
TINYPICO esp32/boards: Split out CPU frequency config, make 160MHz the default. 2019-10-18 13:42:24 +11:00
manifest.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 2019-10-21 23:01:41 +11:00
manifest_release.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 2019-10-21 23:01:41 +11:00
sdkconfig.240mhz esp32/boards: Split out CPU frequency config, make 160MHz the default. 2019-10-18 13:42:24 +11:00
sdkconfig.base esp32/boards: Split out CPU frequency config, make 160MHz the default. 2019-10-18 13:42:24 +11:00
sdkconfig.ble esp32: Run NimBLE on the app core. 2019-10-15 17:22:15 +11:00
sdkconfig.spiram esp32: Support building with ESP IDF 4.0-beta1. 2019-09-17 12:25:36 +10:00