Commit Graph

22 Commits (mbed-os-5.10)

Author SHA1 Message Date
Fahim Alavi 3d28f7f125 mbed_lib.json updated for other all C030 targets and code corrected to use UBLOX_AT 2018-11-16 14:49:17 +00:00
Jarno Lamsa 0720fc8a17 Remove extra _deselect to prevent possible hard fault
If read timeout happens, the _deselect will get called twice causing
a hard fault happening when mutex is released without being locked.
The SDBlockDevice::read is calling the _deselect in every case.
2018-11-16 14:49:17 +00:00
Jaakko Korhonen d8530b7907 Added missing mutex to DataFlash for thread safety. 2018-11-16 14:49:17 +00:00
Christopher Haster 547e7431be Added mutex to DataFlash for thread safety 2018-11-16 14:49:17 +00:00
Martin Kojtal fac5ed0f72 storage component: update astyle 2018-11-02 19:49:55 -05:00
jeromecoutant 53f2175246 Component SD test: skip multiple thread test depending on RAM 2018-11-02 19:49:52 -05:00
Offir Kochalsky 097452f780 json formatted and include remarks removed 2018-10-19 11:46:55 +01:00
Offir Kochalsky 16ce2c0849 Reduced SPIF Block Device for Boot Loader 2018-10-19 11:46:55 +01:00
Deepika 4f3ad7db35 Resolve build issues in test
mbed.h was added in test, via greentea and utest header files. 'mbed.h' is removed
from header files and required header file and namespace is added to CPP/C files
2018-10-19 11:46:55 +01:00
Yossi Levy cc09e069a0 Fixing unicode error in IAR compilation 2018-10-19 11:46:55 +01:00
Yossi Levy 4e019a646a Removing nvstore. adding back the option for configuration as in the external repo 2018-10-19 11:46:55 +01:00
Yossi Levy ca2076709d Fixing the order of component if more than one is included for a target. Revert deprecation of FlashIAPBlockDevice 2 argument constructor has this was a breaking change. This follows a similar change in the external flashiap-driver repo. 2018-10-19 11:46:55 +01:00
Yossi Levy b9f8c95a99 Fix warnings in block devices 2018-10-19 11:46:55 +01:00
Deepika 3ec1f7c632 Add required header file and namespace element instead add all 2018-10-19 11:46:55 +01:00
Deepika 758c37e4a8 Version check not needed as driver in part of mbed-os 2018-10-19 11:46:55 +01:00
Offir Kochalsky df36f0e757 Fixed PR review remarks 2018-09-02 11:02:17 +03:00
Offir Kochalsky b71db496ba Prevent sector-unaligned erase 2018-09-02 09:12:55 +03:00
Yossi Levy ed8e170d15 Moving SD, SPIF and FLASHIAP into mbedos and refactoring features storage directory structure. 2018-08-29 12:01:11 +03:00
Yossi Levy 881929eef7 Add 'components/storage/blockdevice/COMPONENT_FLASHIAP/' from commit '8f1ac821f1c411986b8533cbf4878ea9b3fe5efb'
git-subtree-dir: components/storage/blockdevice/COMPONENT_FLASHIAP
git-subtree-mainline: 9a0844a84f
git-subtree-split: 8f1ac821f1
2018-08-29 11:48:04 +03:00
Yossi Levy 9a0844a84f Add 'components/storage/blockdevice/COMPONENT_DATAFLASH/' from commit 'baabb520973d3e8aa8c4c1dc0af12ed1585200cd'
git-subtree-dir: components/storage/blockdevice/COMPONENT_DATAFLASH
git-subtree-mainline: 5294ef72b7
git-subtree-split: baabb52097
2018-08-29 11:47:56 +03:00
Yossi Levy 5294ef72b7 Add 'components/storage/blockdevice/COMPONENT_SPIF/' from commit '622382ae8fab0c18d3a3576bbce9c3b448459282'
git-subtree-dir: components/storage/blockdevice/COMPONENT_SPIF
git-subtree-mainline: 90866170ea
git-subtree-split: 622382ae8f
2018-08-29 11:47:21 +03:00
Yossi Levy 90866170ea Add 'components/storage/blockdevice/COMPONENT_SD/' from commit 'd791229918b261ae8a5ea0cbc5cac1238d65179b'
git-subtree-dir: components/storage/blockdevice/COMPONENT_SD
git-subtree-mainline: 2e081dc7d0
git-subtree-split: d791229918
2018-08-29 11:47:01 +03:00