Skip to content

Commit

Permalink
Anjay-esp32-client 24.05
Browse files Browse the repository at this point in the history
Improvements
- Increased main task stack size to support -Og optimization
  • Loading branch information
Kucmasz committed May 28, 2024
1 parent 47fb403 commit 10f9b3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 24.05 (May 28th, 2024)

### Improvements
- Increased main task stack size to support -Og optimization

## 24.02.1 (February 20th, 2024)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion components/anjay-esp-idf
2 changes: 1 addition & 1 deletion main/generate_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
if(GIT_DESCRIBE_RESULT EQUAL 0)
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
else()
set(CLIENT_VERSION "24.02.1")
set(CLIENT_VERSION "24.05")
endif()
# Input and output files are extracted from parameters.
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)
1 change: 1 addition & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y

CONFIG_PARTITION_TABLE_CUSTOM=y

CONFIG_ESP_MAIN_TASK_STACK_SIZE=4480
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"

0 comments on commit 10f9b3c

Please sign in to comment.