esp-idf/components
Michael (XIAO Xufeng) fa555e3109 esp_flash: fix a compatibility issue working with the ROM
The esp_flash API has a side effects: it modifies the clock control
registers, and this makes the clock inconsistent with the ROM variable
`g_rom_spiflash_dummy_len_plus`.

This commit helps the ROM to get the correct dummy cycles required by
the latest clock settings. Every device on the SPI1 bus will update the
ROM variable when it modifies the clock registers.
2019-07-29 03:00:09 +00:00
..
app_trace gcov_example: Adds cmake target to generate report 2019-07-05 12:44:35 +00:00
app_update app_update: Add [timeout=90] 2019-07-17 10:28:50 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader bootloader: fix secure boot issues 2019-06-28 10:54:21 +08:00
bootloader_support bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
bt Merge branch 'bugfix/btdm_AVRC_command_fail_while_playing' into 'master' 2019-07-22 11:45:19 +08:00
coap lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx components: use new component registration api 2019-06-21 19:53:29 +08:00
driver rtc: fix minor malloc issues found by static analyzer 2019-07-17 14:45:17 +00:00
efuse efuse: Fix mode EFUSE_SECURE_VERSION_EMULATE 2019-07-04 13:34:35 +00:00
esp32 Merge branch 'bugfix/dis_interrupts_up_to_6_level_for_dport_wa' into 'master' 2019-07-29 10:57:20 +08:00
esp_adc_cal components: use new component registration api 2019-06-21 19:53:29 +08:00
esp_common gdbstub: move to a separate component, support multiple targets 2019-07-02 11:06:25 +02:00
esp_eth ethernet: can build without enable esp32 emac 2019-07-22 21:07:02 +08:00
esp_event esp_event: add missing header include 2019-07-26 13:58:26 +05:30
esp_gdbstub gdbstub: move to a separate component, support multiple targets 2019-07-02 11:06:25 +02:00
esp_http_client Merge branch 'feature/esp_http_client_tx_buf_size' into 'master' 2019-07-08 15:15:14 +08:00
esp_http_server lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
esp_https_ota esp_https_ota: Removed unnecessary free() 2019-06-25 23:41:33 +00:00
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
esp_ringbuf ringbuffer: support to allocate memory on the ringbuffer before send 2019-07-01 11:41:50 +08:00
esp_rom bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
esp_websocket_client ws_client: removed dependency on internal tcp_transport header 2019-07-04 20:55:10 +02:00
esp_wifi Merge branch 'bugfix/mesh_scan_done_crash' into 'master' 2019-07-25 18:01:47 +08:00
esp-tls esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
espcoredump cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
esptool_py Merge branch 'feature/esptool_py_use_component_properties' into 'master' 2019-07-15 10:52:15 +08:00
expat components: use new component registration api 2019-06-21 19:53:29 +08:00
fatfs VFS: Implement pread() and pwrite() 2019-07-11 06:20:21 +00:00
freemodbus cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
freertos cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
heap cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
idf_test lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json components: use new component registration api 2019-06-21 19:53:29 +08:00
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log components: use new component registration api 2019-06-21 19:53:29 +08:00
lwip lwip fuzzer: supplied dummy dns server entry to work with internal packet processing functionwhich is exercised in fuzzer tests, disable CTYPE as recent newlib is not compatible with AFL 2019-07-18 10:34:03 +02:00
mbedtls Update esp_config and add new feature 2019-07-12 11:42:48 +05:30
mdns Merge branch 'bugfix/mdns_fix_discard_packet_on_invalid_name' into 'master' 2019-07-27 17:25:25 +08:00
mqtt mqtt: referenced esp-mqtt master to close disconnection issues and fix static analysis warnings 2019-07-18 10:34:10 +02:00
newlib VFS: Implement pread() and pwrite() 2019-07-11 06:20:21 +00:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
openssl components: use new component registration api 2019-06-21 19:53:29 +08:00
partition_table Add --baud option to parttool 2019-07-10 15:09:46 +02:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
pthread components: use new component registration api 2019-06-21 19:53:29 +08:00
sdmmc components: use new component registration api 2019-06-21 19:53:29 +08:00
smartconfig_ack esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
soc esp_flash: fix a compatibility issue working with the ROM 2019-07-29 03:00:09 +00:00
spi_flash Merge branch 'feature/cmake_default_build_system' into 'master' 2019-07-10 08:16:39 +08:00
spiffs host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL 2019-07-02 10:10:49 +02:00
tcp_transport Merge branch 'feature/tcp_transport_pass_errors_stage1' into 'master' 2019-07-08 08:51:29 +08:00
tcpip_adapter Modify IPv6 functionality compatible with lwip2.1.2 2019-07-16 16:22:11 +08:00
ulp components: use new component registration api 2019-06-21 19:53:29 +08:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs VFS: Implement pread() and pwrite() 2019-07-11 06:20:21 +00:00
wear_levelling host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL 2019-07-02 10:10:49 +02:00
wifi_provisioning wifi_prov_mgr : Added missing esp_event_post() for WIFI_PROV_END events 2019-07-13 15:48:23 +05:30
wpa_supplicant esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00