Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions boards/dfrobot_esp32s3_ai_camera.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"partitions": "default_16MB.csv"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_ESP32S3_DEV",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "160000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x1001"
]
],
"mcu": "esp32s3",
"variant": "esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
"default_tool": "esp-builtin",
"onboard_tools": [
"esp-builtin"
],
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "DFRobot ESP32-S3 AI Camera Module",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.dfrobot.com/product-2899.html",
"vendor": "DFRobot"
}
33 changes: 33 additions & 0 deletions boards/dfrobot_fbeetle2_esp32c6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"build": {
"arduino":{
"ldscript": "esp32c6_out.ld"
},
"core": "esp32",
"f_cpu": "160000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"mcu": "esp32c6",
"variant": "dfrobot_firebeetle2_esp32c6"
},
"connectivity": [
"wifi"
],
"debug": {
"openocd_target": "esp32c6.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "DFRobot Beetle 2 ESP32-C6",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.dfrobot.com/product-2778.html",
"vendor": "DFRobot"
}
33 changes: 33 additions & 0 deletions boards/dfrobot_firebeetle2_esp32c6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"build": {
"arduino":{
"ldscript": "esp32c6_out.ld"
},
"core": "esp32",
"f_cpu": "160000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"mcu": "esp32c6",
"variant": "dfrobot_firebeetle2_esp32c6"
},
"connectivity": [
"wifi"
],
"debug": {
"openocd_target": "esp32c6.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "DFRobot FireBeetle 2 ESP32-C6",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.dfrobot.com/product-2771.html",
"vendor": "DFRobot"
}
4 changes: 2 additions & 2 deletions boards/dfrobot_firebeetle2_esp32e.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"flash_mode": "qio",
"mcu": "esp32",
"variant": "dfrobot_firebeetle2_esp32e"
},
Expand All @@ -34,6 +34,6 @@
"require_upload_port": true,
"speed": 460800
},
"url": "https://wiki.dfrobot.com/FireBeetle_Board_ESP32_E_SKU_DFR0654",
"url": "https://www.dfrobot.com/product-2195.html",
"vendor": "DFRobot"
}
41 changes: 41 additions & 0 deletions boards/dfrobot_firebeetle2_esp32e_n16r2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"build": {
"arduino": {
"ldscript": "esp32_out.ld",
"partitions": "default_16MB.csv"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_DFROBOT_FIREBEETLE_2_ESP32E",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "160000000L",
"flash_mode": "qio",
"mcu": "esp32",
"variant": "dfrobot_firebeetle2_esp32e"
},
"connectivity": [
"wifi",
"bluetooth"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "DFRobot Firebeetle 2 ESP32-E(N16R2)",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.dfrobot.com/product-2837.html",
"vendor": "DFRobot"
}
2 changes: 1 addition & 1 deletion boards/dfrobot_firebeetle2_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"hwids": [
[
Expand Down
52 changes: 52 additions & 0 deletions boards/dfrobot_firebeetle2_esp32s3_n16r8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"build": {
"arduino": {
"ldscript": "esp32s3_out.ld",
"partitions": "default_16MB.csv"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_ESP32S3_DEV",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "160000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x83CF"
],
[
"0x303A",
"0x1001"
]
],
"mcu": "esp32s3",
"variant": "dfrobot_firebeetle2_esp32s3"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "DFRobot Firebeetle 2 ESP32-S3(N16R8)",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.dfrobot.com/product-2676.html",
"vendor": "DFRobot"
}
5 changes: 3 additions & 2 deletions boards/dfrobot_romeo_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"core": "esp32",
"extra_flags": [
"-DARDUINO_DFROBOT_ROMEO_ESP32S3",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "160000000L",
"flash_mode": "qio",
"hwids": [
[
Expand Down Expand Up @@ -44,6 +45,6 @@
"require_upload_port": true,
"speed": 460800
},
"url": "https://wiki.dfrobot.com/",
"url": "https://www.dfrobot.com/product-2743.html",
"vendor": "DFRobot"
}