Skip to content

Commit

Permalink
hmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
egnor committed May 27, 2024
1 parent beaa366 commit 78ba272
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
52 changes: 21 additions & 31 deletions docs/egnor_esp32/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,39 @@ pg_grippy.pid.0=0x1001
pg_grippy.bootloader.tool=esptool_py
pg_grippy.bootloader.tool.default=esptool_py

pg_grippy.upload.tool=esptool_py
pg_grippy.upload.tool.default=esptool_py
pg_grippy.upload.tool.network=esp_ota

pg_grippy.upload.maximum_size=1310720
pg_grippy.upload.maximum_data_size=327680
pg_grippy.upload.flags=
pg_grippy.upload.extra_flags=
pg_grippy.upload.use_1200bps_touch=false
pg_grippy.upload.wait_for_upload_port=false

pg_grippy.serial.disableDTR=false
pg_grippy.serial.disableRTS=false

pg_grippy.build.tarch=riscv32
pg_grippy.build.target=esp
pg_grippy.build.mcu=esp32c3
pg_grippy.build.core=esp32:esp32
pg_grippy.build.variant=esp32:esp32c3
pg_grippy.build.board=PG_GRIPPY
pg_grippy.build.bootloader_addr=0x0

pg_grippy.build.cdc_on_boot=0
pg_grippy.build.f_cpu=160000000L
pg_grippy.build.flash_size=4MB
pg_grippy.build.flash_freq=80m
pg_grippy.build.flash_mode=qio
pg_grippy.build.boot=qio
pg_grippy.build.partitions=default
pg_grippy.build.defines=

pg_grippy.build.boot=qio
pg_grippy.build.cdc_on_boot=0
pg_grippy.build.code_debug=5
pg_grippy.build.copy_jtag_files=1
pg_grippy.build.core=esp32:esp32
pg_grippy.build.defines=
pg_grippy.build.f_cpu=160000000L
pg_grippy.build.flash_freq=80m
pg_grippy.build.flash_mode=dio
pg_grippy.build.flash_mode=qio
pg_grippy.build.flash_size=4MB
pg_grippy.build.mcu=esp32c3
pg_grippy.build.openocdscript=esp32c3-builtin.cfg
pg_grippy.build.partitions=default
pg_grippy.build.zigbee_mode=
pg_grippy.build.tarch=riscv32
pg_grippy.build.target=esp
pg_grippy.build.variant=esp32:esp32c3
pg_grippy.build.zigbee_libs=
pg_grippy.build.zigbee_mode=

pg_grippy.serial.disableDTR=false
pg_grippy.serial.disableRTS=false

pg_grippy.upload.extra_flags=
pg_grippy.upload.flags=
pg_grippy.upload.maximum_data_size=327680
pg_grippy.upload.maximum_size=1310720
pg_grippy.upload.tool.default=esptool_py
pg_grippy.upload.tool=esptool_py
pg_grippy.upload.tool.network=esp_ota
pg_grippy.upload.use_1200bps_touch=false
pg_grippy.upload.wait_for_upload_port=false

pg_grippy.upload.speed=460800
pg_grippy.upload.erase_cmd=-e
7 changes: 7 additions & 0 deletions docs/egnor_esp32/tools/partitions/default.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x160000,
coredump, data, coredump,0x3F0000,0x10000,
Binary file modified docs/egnor_esp32_0.1.zip
Binary file not shown.
6 changes: 4 additions & 2 deletions pintest/sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ profiles:
- EspSoftwareSerial (8.1.0)
- NeoPixelBus by Makuna (2.8.0)

esp32c3:
fqbn: esp32:esp32:esp32c3
pg_grippy:
fqbn: egnor:esp32:pg_grippy
platforms:
- platform: esp32:esp32 (2.0.17)
platform_index_url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
- platform: egnor:esp32 (0.1)
platform_index_url: https://egnor.github.io/gadget_play/package_egnor_index.json
libraries:
- EspSoftwareSerial (8.1.0)
- NeoPixelBus by Makuna (2.8.0)

0 comments on commit 78ba272

Please sign in to comment.