Skip to content

Commit

Permalink
Added ESP32-CAM board (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek authored and me-no-dev committed Apr 9, 2019
1 parent e28dce7 commit 1db72a2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ menu.Revision=Board Revision

##############################################################

esp32cam.name=AI Thinker ESP32-CAM

esp32cam.upload.tool=esptool_py
esp32cam.upload.maximum_size=3145728
esp32cam.upload.maximum_data_size=327680
esp32cam.upload.wait_for_upload_port=true
esp32cam.upload.speed=460800

esp32cam.serial.disableDTR=true
esp32cam.serial.disableRTS=true

esp32cam.build.mcu=esp32
esp32cam.build.core=esp32
esp32cam.build.variant=esp32
esp32cam.build.board=ESP32_DEV
esp32cam.build.f_cpu=240000000L
esp32cam.build.flash_size=4MB
esp32cam.build.flash_freq=80m
esp32cam.build.flash_mode=dio
esp32cam.build.boot=qio
esp32cam.build.partitions=huge_app
esp32cam.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
esp32cam.build.code_debug=0

##############################################################

esp32.name=ESP32 Dev Module

esp32.upload.tool=esptool_py
Expand Down

0 comments on commit 1db72a2

Please sign in to comment.