mbed-os/components
Stephan Brunner 97c00f1a22 Fix I2CEEBlockDevice read()
When reading a data block, the returned error codes from the I2C subsystem
are different from normal single byte operations. We have to verify that
the read-function for multiple bytes does return zero, because it
returns "readBytes != expectedLength".

Additionally, sync before trying to read from the eeprom as slow devices
may not yet be ready to return data, especially with low-priced ones
used with fast controllers.
2020-02-07 22:57:04 +01:00
..
802.15.4_RF Turn NULLs into nullptr 2020-01-09 14:52:54 +02:00
TARGET_PSA component PSA: keep SVCHandler_main/tfm_pendsv_do_schedule symbol in LTO builds 2020-02-04 12:38:38 +01:00
cellular/COMPONENT_STMOD_CELLULAR Cellular: Remove support for multiple ATHandlers 2020-01-23 09:27:44 +02:00
storage/blockdevice Fix I2CEEBlockDevice read() 2020-02-07 22:57:04 +01:00
testing/COMPONENT_FPGA_CI_TEST_SHIELD FPGA_CI_TEST_SHIELD : force all peripheral to be tested 2020-01-21 17:17:55 +01:00
wifi/esp8266-driver ONME-3433 ESP8266 driver support for UDP get - modified ESP8266 driver to support UDP connection in server mode (get) 2020-01-31 09:03:14 +01:00