mbed-os/features
deepikabhavnani cbe539d1d8 Fix: Sector/Size overflow from uint32_t
FATFilesystem declares sector count and size as uint32_t and block
device class arguments are addr and size which is uint64_t
While passing arguments to program/read/write API's of block device,
multiplication of uint32_t*uint32_t was not typecasted properly to
uint64_t which resulted in MSB truncation.

Eg. If block 0x800000 is accessed with block size 0x200, addr to be
passed (0x800000*0x200)0x100000000, but actual address passed was 0x0
which resulted in over-writting the root directory, and hence corrupted
filesystem
2018-01-27 00:57:20 -06:00
..
FEATURE_BLE BLE: Implement Generic GattClient reset logic. 2018-01-12 15:01:49 +00:00
FEATURE_COMMON_PAL Merge commit 'db48ee553797312ab0b796797942a1c14db16c62' into nanostack-release-candidate 2017-11-16 14:22:17 +02:00
FEATURE_LWIP/lwip-interface ff_lpc546xx: add enet 2018-01-12 15:01:47 +00:00
FEATURE_UVISOR uVisor: Upgrade to v0.31.0 2017-10-16 07:26:46 -07:00
TESTS/filesystem bd: Added ProfilingBlockDevice for measuring higher-level applications 2017-07-31 10:19:39 -05:00
filesystem Fix: Sector/Size overflow from uint32_t 2018-01-27 00:57:20 -06:00
frameworks Unity framework : add float support in error print 2017-12-20 16:05:43 +00:00
mbedtls Fix DMA input/output buffers are overlapped in AES alter. 2018-01-12 15:01:47 +00:00
nanostack Allow 6LoWPAN applications to leave out channel specification. 2018-01-02 15:22:02 +00:00
netsocket Make TCPSocket send all data when blocking 2017-11-21 09:51:36 +02:00
storage/FEATURE_STORAGE Update mbed OS to handle ARMC6 requirements 2017-09-11 13:20:32 -05:00
unsupported NUCLEO_F413ZH: Add support for the NUCLEO-F413ZH board 2018-01-12 15:01:47 +00:00