From fdcc5a6ef1434acf2d3ba0f73e5538fb311a15b8 Mon Sep 17 00:00:00 2001 From: Mondbaron <5863649+mondbaron@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:01:04 +0200 Subject: [PATCH] Add board Wireless-Tag WT32-ETH01 (wt32-eth01) (#689) --- boards/wt32-eth01.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 boards/wt32-eth01.json diff --git a/boards/wt32-eth01.json b/boards/wt32-eth01.json new file mode 100644 index 0000000..e5a5192 --- /dev/null +++ b/boards/wt32-eth01.json @@ -0,0 +1,39 @@ +{ + "build": { + "arduino": { + "ldscript": "esp32_out.ld" + }, + "core": "esp32", + "extra_flags": [ + "-DARDUINO_WT32_ETH01" + ], + "f_cpu": "240000000L", + "f_flash": "40000000L", + "flash_mode": "dio", + "mcu": "esp32", + "variant": "wt32-eth01" + }, + "connectivity": [ + "wifi", + "bluetooth", + "ethernet", + "can" + ], + "debug": { + "openocd_board": "esp-wroom-32.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "Wireless-Tag WT32-ETH01 Ethernet Module", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "http://www.wireless-tag.com/portfolio/wt32-eth01/", + "vendor": "Wireless-Tag" +}