mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:51:56 +00:00
Add ESP-8266 modules shield. The ESP-01 needs to be loaded with ESP8266 AT Bin V1.6.2 which is compatible with ESP8266 AT Bin V1.7.x which is the minimal supported version by ESP WIFI driver. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
/*
|
|
* Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
* This file can't be used once this shield target all board with
|
|
* a free UART port. If there is a &arduino_serial declared here,
|
|
* boards that don't have the compatible shield pins won't work. This
|
|
* happens because device tree can't handle an inexistent node.
|
|
*/
|