micropython/ports/esp32/boards
Jim Mussared 203dae41fb all: Update all manifest.py files to use new features.
Changes in this commit:
- Manifest include's now use the directory path where possible (no longer
  necessary to include the manifest.py file explicitly).
- Add manifest.py for all drivers and components that are referenced by
  port/board manifests.
- Replace all uses of freeze() with package()/module(), except for port and
  board modules.
- Use opt=3 everywhere, for consistency and to reduce code size.
- Use require() instead of include() for all micropython-lib references.
- Remove support for optional board-level manifest.py in mimxrt port, to
  make it behave the same as other ports (the board must set
  FROZEN_MANIFEST to a custom manifest.py, which can optionally include the
  default, port-level manifest).
- Also reinstates modules that were accidentally removed from the esp8266
  512k build in fbe9417b90.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Signed-off-by: Damien George <damien@micropython.org>
2022-09-05 18:43:18 +10:00
..
ESP32_S2_WROVER esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC_C3 esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC_C3_USB esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC_D2WD esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC_OTA esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
GENERIC_S2 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 2022-04-14 14:39:20 +10:00
GENERIC_S3 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 2022-04-14 14:39:20 +10:00
GENERIC_S3_SPIRAM esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 2022-04-14 14:39:20 +10:00
GENERIC_SPIRAM esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 2022-04-14 16:06:41 +10:00
LILYGO_TTGO_LORA32 all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
LOLIN_C3_MINI esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
LOLIN_S2_MINI esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
LOLIN_S2_PICO all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
M5STACK_ATOM esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
SIL_WESP32 esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
UM_FEATHERS2 all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
UM_FEATHERS2NEO
UM_FEATHERS3 esp32/boards/UM_FEATHERS3: Use correct sdkconfig.board. 2022-05-19 16:43:59 +10:00
UM_PROS3
UM_TINYPICO esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 2022-04-14 16:06:41 +10:00
UM_TINYS2 esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
UM_TINYS3
deploy.md
deploy_c3.md
deploy_s2.md
deploy_s3.md
manifest.py all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
manifest_test.py esp32/boards: Add test manifest to test freezing during build. 2022-04-14 14:06:38 +10:00
sdkconfig.240mhz
sdkconfig.base esp32/boards: Increase 512 bytes limit on ULP programs to 2040. 2022-06-23 17:24:59 +10:00
sdkconfig.ble
sdkconfig.nimble_core0
sdkconfig.nimble_core1
sdkconfig.spiram
sdkconfig.spiram_sx
sdkconfig.usb