Skip to content

Commit

Permalink
progress i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Jun 24, 2024
1 parent 6213486 commit d41f6f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ board_build.filesystem = littlefs
board_build.f_flash = 80000000L
board_build.flash_mode = qio
board_build.f_cpu = 80000000L
board_upload.offset_address = 0x13000
monitor_speed = 115200 # Smaller values will make the serial info look better but the esp work slower...
; Higher numbers are unsupported by the usb chip, sometimes they work but are unstable. It's the CP2102 IC
; Available baud rates:
Expand Down
2 changes: 1 addition & 1 deletion resources/tools/buildTime/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="resources/tools/fs/in/partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="resources/tools/fs/in/partitions.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x40000
CONFIG_PARTITION_TABLE_OFFSET=0x12000
CONFIG_PARTITION_TABLE_MD5=y
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
Expand Down
7 changes: 2 additions & 5 deletions resources/tools/fs/templates/snoititrap-template.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#Name,Type,SubType,Offset,Size,Flags
app,app,factory,0x10000,0x300000,
coredump,data,coredump,,0x10000,
nvs,data,nvs,,0x3000,
littlefs,data,undefined,,0x5000,
# Name, Type, SubType, Offset, Size, Flags
app, app, factory, 0x13000, 3M,

0 comments on commit d41f6f8

Please sign in to comment.