Skip to content

Commit

Permalink
Move freertos functions out if iram.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Aug 1, 2023
1 parent 83595bb commit 6147b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/lighting-app/esp32/sdkconfig_m5stack.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y

# Enable HKDF in mbedtls
CONFIG_MBEDTLS_HKDF_C=y

# Optimize IRAM
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y

0 comments on commit 6147b87

Please sign in to comment.