mbed-os/features/storage
Leszek Rusinowicz 9c93f3a850 Added required changes outside of TARGET_Cypress tree:
1. In drivers/Timer.cpp make sure that hardware timer is initialized outside of critical section.
   This is because on PSoC 6 hardware resources are shared between both cores
   and we have to make sure that the other core is not already using a particular resource.
   This mechanism is based on interprocessor communication taht cannot be handled iside of
   critical section.
2. Added support for post-binary hook function for PSoC 6 targets, so the hex image for M0+ CPU core
   can be merged with M4 core image for the final image.
3. Added possibility to use hook function from exportes, so the M0+ hex image could be included
   in the generated project.
4. Included hex images in the build dependency list, so the update of image is catched by the
   build process.
2018-11-02 19:50:02 -05:00
..
FEATURE_STORAGE Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00
TESTS Fix no block device handling 2018-11-02 19:49:54 -05:00
blockdevice Fix mis-recognize that Windows-formatted SD card has valid partitions 2018-11-02 19:49:55 -05:00
filesystem Storage: Add required header file and namespace element instead add all 2018-10-19 11:46:55 +01:00
nvstore Added required changes outside of TARGET_Cypress tree: 2018-11-02 19:50:02 -05:00
system_storage Removing nvstore. adding back the option for configuration as in the external repo 2018-10-19 11:46:55 +01:00