diff --git a/boards/thingpulse_epulse_feather.json b/boards/thingpulse_epulse_feather.json new file mode 100644 index 000000000..e2fa32c00 --- /dev/null +++ b/boards/thingpulse_epulse_feather.json @@ -0,0 +1,44 @@ +{ + "build": { + "arduino":{ + "ldscript": "esp32_out.ld" + }, + "core": "esp32", + "extra_flags": [ + "-DARDUINO_THINGPULSE_EPULSE_FEATHER", + "-DBOARD_HAS_PSRAM", + "-DARDUINO_RUNNING_CORE=1", + "-DARDUINO_EVENT_RUNNING_CORE=1", + "-mfix-esp32-psram-cache-issue", + "-mfix-esp32-psram-cache-strategy=memw" + ], + "f_cpu": "240000000L", + "f_flash": "80000000L", + "flash_mode": "dio", + "mcu": "esp32", + "variant": "thingpulse_epulse_feather" + }, + "connectivity": [ + "wifi", + "bluetooth", + "ethernet", + "can" + ], + "debug": { + "openocd_board": "esp32-wrover.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "ThingPulse ePulse Feather", + "upload": { + "flash_size": "8MB", + "maximum_ram_size": 327680, + "maximum_size": 8388608, + "require_upload_port": true, + "speed": 460800 + }, + "url": "https://thingpulse.com/product/epulse-feather-low-power-esp32-development-board/", + "vendor": "ThingPulse" +} diff --git a/boards/thingpulse_epulse_feather_c6.json b/boards/thingpulse_epulse_feather_c6.json new file mode 100644 index 000000000..6f04dfa1a --- /dev/null +++ b/boards/thingpulse_epulse_feather_c6.json @@ -0,0 +1,38 @@ +{ + "build": { + "core": "esp32", + "f_cpu": "160000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "mcu": "esp32c6", + "variant": "thingpulse_epulse_feather_c6", + "extra_flags": [ + "-DARDUINO_THINGPULSE_EPULSE_FEATHER_C6", + "-DARDUINO_USB_CDC_ON_BOOT=1", + "-DARDUINO_USB_MODE=1" + ] + }, + "connectivity": [ + "wifi", + "bluetooth", + "zigbee", + "thread" + ], + "debug": { + "openocd_target": "esp32c6.cfg" + }, + "frameworks": [ + "arduino", + "espidf" + ], + "name": "ThingPulse ePulse Feather C6", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "https://thingpulse.com/product/epulse-feather-low-power-esp32-c6/", + "vendor": "ThingPulse" +}