mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-09 17:41:20 +01:00
38 lines
767 B
JSON
38 lines
767 B
JSON
|
{
|
||
|
"build": {
|
||
|
"arduino":{
|
||
|
"ldscript": "esp32_out.ld"
|
||
|
},
|
||
|
"core": "esp32",
|
||
|
"extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
|
||
|
"f_cpu": "240000000L",
|
||
|
"f_flash": "80000000L",
|
||
|
"flash_mode": "qio",
|
||
|
"mcu": "esp32",
|
||
|
"variant": "esp32"
|
||
|
},
|
||
|
"connectivity": [
|
||
|
"wifi",
|
||
|
"bluetooth",
|
||
|
"ethernet",
|
||
|
"can"
|
||
|
],
|
||
|
"debug": {
|
||
|
"openocd_board": "esp-wroom-32.cfg"
|
||
|
},
|
||
|
"frameworks": [
|
||
|
"arduino",
|
||
|
"espidf"
|
||
|
],
|
||
|
"name": "AI Thinker ESP32-CAM",
|
||
|
"upload": {
|
||
|
"flash_size": "4MB",
|
||
|
"maximum_ram_size": 327680,
|
||
|
"maximum_size": 4194304,
|
||
|
"require_upload_port": true,
|
||
|
"speed": 921600
|
||
|
},
|
||
|
"url": "https://wiki.ai-thinker.com/esp32-cam",
|
||
|
"vendor": "Espressif"
|
||
|
}
|