Skip to content

Commit 6840a5a

Browse files
committed
Esp32: Re-enable MBEDTLS_ECP_FIXED_POINT_OPTIM
recently default disabled upstream to save flash space. AtomVM already have space allotted. Signed-off-by: Peter M <petermm@gmail.com>
1 parent bc21d17 commit 6840a5a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CONFIG_PARTITION_TABLE_CUSTOM=y
22
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
3+
CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_PARTITION_TABLE_CUSTOM=y
22
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
3+
CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y
34
CONFIG_COMPILER_OPTIMIZATION_PERF=y
45
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y

src/platforms/esp32/test/sdkconfig.ci.wokwi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_AVM_RTC_SLOW_MAX_SIZE=1024
55
CONFIG_ETH_USE_OPENETH=n
66
CONFIG_COMPILER_OPTIMIZATION_PERF=y
77
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
8+
CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y

src/platforms/esp32/test/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=n
44
CONFIG_ESP_INT_WDT_TIMEOUT_MS=10000
55
CONFIG_ETH_USE_OPENETH=y
66
CONFIG_AVM_RTC_SLOW_MAX_SIZE=1024
7+
CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y

0 commit comments

Comments
 (0)