Skip to content

Commit

Permalink
align to current esp-idf
Browse files Browse the repository at this point in the history
#44

Thanks to Fredrik Fornstad
  • Loading branch information
lws-team committed Sep 11, 2018
1 parent 015bf6d commit 64be443
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ While in factory / OTA mode, the LED flashes dows a PWM sine cycle at about 1Hz.

## Building and using

1) This was built and tested against esp-idf at 4b91c82cc447640e5b61407e810f1d6f3eabd233
from Jun 20, 2018. You can force esp-idf to that commit by cloning / pulling / fetching
the latest esp-idf and then doing `git reset --hard 4b91c82cc447640e5b61407e810f1d6f3eabd233`
1) This was built and tested against esp-idf at 17ac4bad7381e579e5a7775755cc25480da47d97
from Sept 11, 2018. You can force esp-idf to that commit by cloning / pulling / fetching
the latest esp-idf and then doing `git reset --hard 17ac4bad7381e579e5a7775755cc25480da47d97`
in the esp-idf directory.

Esp-idf is in constant flux you may be able to use the latest without problems but if not,
Expand Down
2 changes: 1 addition & 1 deletion components/libwebsockets
Submodule libwebsockets updated 194 files
27 changes: 25 additions & 2 deletions sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ CONFIG_AWS_IOT_SDK=
# Bluetooth
#
CONFIG_BT_ENABLED=
CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF=0
CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF=0
CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF=0
CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE=0
CONFIG_BT_RESERVE_DRAM=0

Expand All @@ -132,10 +135,12 @@ CONFIG_ADC_FORCE_XPD_FSM=
CONFIG_ADC2_DISABLE_DAC=y

#
# SPI master configuration
# SPI configuration
#
CONFIG_SPI_MASTER_IN_IRAM=
CONFIG_SPI_MASTER_ISR_IN_IRAM=y
CONFIG_SPI_SLAVE_IN_IRAM=
CONFIG_SPI_SLAVE_ISR_IN_IRAM=y

#
# ESP32-specific
Expand Down Expand Up @@ -199,12 +204,15 @@ CONFIG_BROWNOUT_DET_LVL_SEL_5=
CONFIG_BROWNOUT_DET_LVL_SEL_6=
CONFIG_BROWNOUT_DET_LVL_SEL_7=y
CONFIG_BROWNOUT_DET_LVL=7
CONFIG_REDUCE_PHY_TX_POWER=y
CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y
CONFIG_ESP32_TIME_SYSCALL_USE_RTC=
CONFIG_ESP32_TIME_SYSCALL_USE_FRC1=
CONFIG_ESP32_TIME_SYSCALL_USE_NONE=
CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y
CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL=
CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC=
CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256=
CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024
CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=0
CONFIG_ESP32_XTAL_FREQ_40=
Expand Down Expand Up @@ -270,7 +278,9 @@ CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=
CONFIG_DMA_RX_BUF_NUM=10
CONFIG_DMA_TX_BUF_NUM=10
CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE=
CONFIG_EMAC_CHECK_LINK_PERIOD_MS=2000
CONFIG_EMAC_TASK_PRIORITY=20
CONFIG_EMAC_TASK_STACK_SIZE=3072

#
# FAT Filesystem support
Expand Down Expand Up @@ -345,6 +355,12 @@ CONFIG_HEAP_POISONING_COMPREHENSIVE=
CONFIG_HEAP_TRACING=y
CONFIG_HEAP_TRACING_STACK_DEPTH=2

#
# HTTP Server
#
CONFIG_HTTPD_MAX_REQ_HDR_LEN=512
CONFIG_HTTPD_MAX_URI_LEN=512

#
# libsodium
#
Expand Down Expand Up @@ -510,6 +526,11 @@ CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=
CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y
CONFIG_MBEDTLS_ECP_NIST_OPTIM=y

#
# mDNS
#
CONFIG_MDNS_MAX_SERVICES=10

#
# OpenSSL
#
Expand Down Expand Up @@ -565,14 +586,16 @@ CONFIG_SPIFFS_CHECK_DBG=
CONFIG_SPIFFS_TEST_VISUALISATION=

#
# tcpip adapter
# TCP/IP Adapter
#
CONFIG_IP_LOST_TIMER_INTERVAL=120
CONFIG_TCPIP_LWIP=y

#
# Virtual file system
#
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=
CONFIG_SUPPORT_TERMIOS=y

#
# Wear Levelling
Expand Down

0 comments on commit 64be443

Please sign in to comment.