ESP32-S3-WROOM-1-N4.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "build": {
  3. "arduino": {
  4. "ldscript": "esp32s3_out.ld"
  5. },
  6. "core": "esp32",
  7. "extra_flags": [
  8. "-D ARDUINO_USB_CDC_ON_BOOT=0",
  9. "-D ARDUINO_USB_MSC_ON_BOOT=0",
  10. "-D ARDUINO_USB_DFU_ON_BOOT=0",
  11. "-D ARDUINO_USB_MODE=0",
  12. "-D ARDUINO_RUNNING_CORE=1",
  13. "-D ARDUINO_EVENT_RUNNING_CORE=1"
  14. ],
  15. "f_cpu": "240000000L",
  16. "f_flash": "80000000L",
  17. "flash_mode": "qio",
  18. "hwids": [["0x303A", "0x1001"]],
  19. "mcu": "esp32s3",
  20. "variant": "ESP32-S3-WROOM-1-N4"
  21. },
  22. "connectivity": ["wifi", "bluetooth"],
  23. "debug": {
  24. "default_tool": "esp-builtin",
  25. "onboard_tools": ["esp-builtin"],
  26. "openocd_target": "esp32s3.cfg"
  27. },
  28. "frameworks": ["arduino", "espidf"],
  29. "name": "ESP32-S3-WROOM-1-N4 (4 MB Flash, No PSRAM)",
  30. "upload": {
  31. "flash_size": "4MB",
  32. "maximum_ram_size": 524288,
  33. "maximum_size": 4194304,
  34. "require_upload_port": true,
  35. "speed": 921600
  36. },
  37. "url": "https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf",
  38. "vendor": "Espressif"
  39. }