micropython/ports/esp8266/boards
Glenn Moloney 9f835df35e esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW.
For consistency with other Python-level modules.

Also add the corresponding missing preprocessor guard to esp32/modespnow.c,
so that this port compiles if MICROPY_PY_ESPNOW and MICROPY_PY_NETWORK_WLAN
are set to 0.

Fixes #12622.

Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
2023-10-10 17:56:36 +11:00
..
ESP8266_GENERIC esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW. 2023-10-10 17:56:36 +11:00
deploy.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
eagle.rom.addr.v6.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
esp8266_1MiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_2MiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_512kiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_common.ld esp8266/boards: Make sure modespnow.o is placed in irom0. 2023-09-29 12:03:00 +10:00
esp8266_ota.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
manifest.py esp32/boards/manifest.py: Freeze aioespnow into firmware by default. 2023-10-05 20:50:49 +11:00