OVMS3-idf/components
michael a52ab8ca87 spi_master: modify the error msg a little when over freq limit
The MISO signal will be delayed if the GPIO matrix is enabled.
However, delay also comes from the slave.

Previous code only considers the former case, and assume the frequency
limitations is only violated when GPIO matrix is used.

Now we are able to calculate the freq limit when extenal MISO delay is
given (feature introduced in 9c6c6ec34ab0641ace89aeb9b1a133eb6fae1a18).
The frequency limit is lower when the external MISO delay is large, and
the limit is likely to be violated even with IOMUX.

Resolves https://github.com/espressif/esp-idf/issues/2690.
2018-11-13 11:49:31 +08:00
..
app_trace cmake: Add support for test build 2018-10-20 12:07:24 +08:00
app_update cmake: Add support for test build 2018-10-20 12:07:24 +08:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot Add checks to for CONFIG_MBEDTLS_SSL_ALPN 2018-11-08 15:57:13 +05:30
bootloader CMake : Secure Boot support added 2018-11-06 17:09:55 +05:30
bootloader_support CMake : Secure Boot support added 2018-11-06 17:09:55 +05:30
bt Merge branch 'bugfix/btdm_fix_memory_leak_in_v3.2' into 'master' 2018-11-12 11:27:00 +08:00
coap cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
console cmake: fix source list issues 2018-09-13 08:56:59 +08:00
cxx cmake: Add support for test build 2018-10-20 12:07:24 +08:00
driver spi_master: modify the error msg a little when over freq limit 2018-11-13 11:49:31 +08:00
esp-tls Merge branch 'bugfix/http_literal_caseinsensitive' into 'master' 2018-11-12 17:03:06 +08:00
esp32 Merge branch 'feature/build_system_multi_target' into 'master' 2018-11-12 15:30:36 +08:00
esp_adc_cal cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_event esp_event: lower test performance threshold for PSRAM config 2018-11-01 13:50:08 +08:00
esp_http_client Merge branch 'bugfix/http_literal_caseinsensitive' into 'master' 2018-11-12 17:03:06 +08:00
esp_http_server HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_https_ota cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_ringbuf cmake: Add support for test build 2018-10-20 12:07:24 +08:00
espcoredump cmake: Add support for test build 2018-10-20 12:07:24 +08:00
esptool_py CMake : Secure Boot support added 2018-11-06 17:09:55 +05:30
ethernet ethernet: fix some bugs in phy&mac driver 2018-11-06 11:07:22 +08:00
expat cmake: Add support for test build 2018-10-20 12:07:24 +08:00
fatfs VFS: Implement utime() 2018-11-05 09:54:01 +01:00
freemodbus examples: freemodbus port slave basic implementation 2018-10-17 12:47:12 +02:00
freertos Merge branch 'bugfix/tickless_idle_single_core' into 'master' 2018-11-06 12:15:03 +08:00
heap heap: Compile heap_task_info.c conditionally on CONFIG_HEAP_TASK_TRACKING in heap CMakeLists.txt 2018-11-08 15:57:11 +05:30
idf_test Merge branch 'test/fix_bug_of_scan_interval_and_windows' into 'master' 2018-11-05 11:00:58 +08: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 cmake: Add support for test build 2018-10-20 12:07:24 +08:00
log cmake: make main a component again 2018-09-11 09:44:12 +08:00
lwip Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642 2018-10-28 21:12:09 +01:00
mbedtls aes/sha/mpi: Bugfix a use of shared registers. 2018-11-05 04:22:47 +00:00
mdns mdns: fixed crashes on network changes 2018-10-24 12:03:41 +02:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style 2018-10-30 08:04:09 +01:00
newlib VFS: Implement utime() 2018-11-05 09:54:01 +01:00
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash cmake: Add support for test build 2018-10-20 12:07:24 +08:00
openssl cmake: make main a component again 2018-09-11 09:44:12 +08:00
partition_table CMake : Secure Boot support added 2018-11-06 17:09:55 +05:30
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm Protocomm : Use esp_http_server instead of http_server 2018-10-24 17:32:43 +05:30
pthread Merge branch 'feature/cmake-unit-test' into 'master' 2018-10-22 16:29:15 +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 Merge branch 'feature/build_system_multi_target' into 'master' 2018-11-12 15:30:36 +08:00
spi_flash cmake: Add support for test build 2018-10-20 12:07:24 +08:00
spiffs VFS: Implement utime() 2018-11-05 09:54:01 +01:00
tcp_transport Merge branch 'bugfix/esp_http_client_async_crash' into 'master' 2018-11-05 12:30:04 +08:00
tcpip_adapter mdns: fixed crashes on network changes 2018-10-24 12:03:41 +02:00
ulp cmake: Add support for test build 2018-10-20 12:07:24 +08:00
vfs VFS: Implement utime() 2018-11-05 09:54:01 +01:00
wear_levelling Version update from V1 to V2 now done in correct way. 2018-10-26 09:21:30 +03:00
wifi_provisioning Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
wpa_supplicant cmake: Add support for test build 2018-10-20 12:07:24 +08:00
xtensa-debug-module cmake: make main a component again 2018-09-11 09:44:12 +08:00