esp-idf/components
Wangjialin 448d32bc53 bugfix(psram): improve spi cs timing settings for psram
1. remove redundant SPI clock settings, use rom functions to set clock.
2. remove redundant SPI cs setup and hold settings.
3. for old 32Mbit psram, cs hold time must only be 0.5T due to the special driving mode.(cs_setup = 0; cs_hold = 0)
4. for new 64Mbit psram, cs hold time is recommended to be 2.5T. (cs_setup = 1, cs_setup_time = 0;cs_hold = 1, cs_hold_time = 1)
2019-04-09 11:24:10 +08:00
..
app_trace create xtensa component 2019-03-27 20:24:28 +08:00
app_update Merge branch 'feature/allow_components_to_declare_images_to_flash' into 'master' 2019-03-22 11:14:37 +08:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
bootloader create xtensa component 2019-03-27 20:24:28 +08:00
bootloader_support move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
bt Merge branch 'bugfix/btdm_modify_HCI_GET_CMD_BUF' into 'master' 2019-03-27 14:23:52 +08:00
coap Update component/coap to libcoap version release-4.2.0 2019-03-18 12:33:52 +00:00
console separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
cxx cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
driver move common include files from esp32 into esp_common 2019-03-26 11:57:03 +08:00
efuse separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esp32 bugfix(psram): improve spi cs timing settings for psram 2019-04-09 11:24:10 +08:00
esp_adc_cal Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_common create xtensa component 2019-03-27 20:24:28 +08:00
esp_event separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esp_http_client separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esp_http_server HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
esp_https_ota esp_http_client: add support for using certs from global ca store 2019-02-27 14:19:06 +05:30
esp_https_server HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
esp_ringbuf Initialized some uninitialized variables in rtc_clk.c and ringbuf.c. 2019-01-23 16:47:23 +05:30
esp_rom move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
esp-tls Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store 2019-01-14 08:25:56 +00:00
espcoredump separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esptool_py Merge branch 'feature/allow_components_to_declare_images_to_flash' into 'master' 2019-03-22 11:14:37 +08:00
ethernet separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
expat cmake: Add support for test build 2018-10-20 12:07:24 +08:00
fatfs create xtensa component 2019-03-27 20:24:28 +08:00
freemodbus freemodbus: change critical sections to semaphore mutex 2019-03-07 09:59:40 +01:00
freertos move common include files from esp32 into esp_common 2019-03-26 11:57:03 +08:00
heap separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
idf_test esp32: Chunk input blocks for esp_sha() function performance, add perf test 2019-03-14 05:56:06 +00:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json cmake: make main a component again 2018-09-11 09:44:12 +08:00
libsodium Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
log separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
lwip create xtensa component 2019-03-27 20:24:28 +08:00
mbedtls move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
mdns fuzzer tests: update of mdns and lwip host compilation for fuzzer testing 2019-03-22 11:37:26 +01:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests 2019-03-22 11:37:26 +01:00
newlib separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash nvs_util: Add support for creation of unique encryption keys 2019-03-28 05:06:12 +00:00
openssl Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
partition_table partition_table: restore needed factory offset variable 2019-03-22 15:24:23 +08:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
pthread separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
sdmmc cmake: Add support for test build 2018-10-20 12:07:24 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc create xtensa component 2019-03-27 20:24:28 +08:00
spi_flash create xtensa component 2019-03-27 20:24:28 +08:00
spiffs create xtensa component 2019-03-27 20:24:28 +08:00
tcp_transport tcp_transport: ws fix on reception of longer data than receive buffer 2019-03-22 11:37:26 +01:00
tcpip_adapter separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
ulp move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00
unity separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
vfs Merge branch 'feature/separate_rom_from_esp32' into 'master' 2019-03-21 22:10:45 +08:00
wear_levelling create xtensa component 2019-03-27 20:24:28 +08:00
wifi_provisioning wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated 2019-02-15 10:45:34 +00:00
wpa_supplicant separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
xtensa create xtensa component 2019-03-27 20:24:28 +08:00