mbed-os/TESTS
Simon Hughes 5e22db842f This commit includes the following CFSTORE/Flash-Journal/Storage updates and fixes:
- flash-journal basicAPI fix for ARM toolchain
- Updated storage-abstraction with version 0.4.7
  (commit c7c4a8c52298bbc006a6f53a059fb2599cad73cc).
- https://github.com/ARMmbed/storage-volume-manager at version v0.2.10.
- https://github.com/ARMmbed/mtd-k64f v0.4.2 version of flash.c (imported as storage_driver.c).
- update to CFSTORE to use the storage-volume-manager API to initialize volume manager and
  add a volume for CFSTORE to use.
- https://github.com/ARMmbed/flash-journal at version v0.5.3
  (commit 4c58165e2fa02c6ed2b9d166a9c96967e81f458f) including readFrom() support.
- Taking flash-journal-strategy-sequential v0.6.7 strategy.c
  (commit b11a718761aa9f33679956968a21aaef9179bde1).
- GCC_ARM, ARM and IAR compiler warning fixes for new versions of flash-journal code.
- Fix storage-volume-manager test cases for concurrent access from 2 volumes to use
  addresses within the 512-1024kB address range, which is within the cfstore added volume.
- Fix cfstore/storage-volume-manager IAR warnings when building with verbose flag.
2016-09-13 18:16:56 +01:00
..
host_tests Fixing issue in timing host test and wait_us case 2016-09-07 09:14:17 -05:00
integration/basic Removing threaded_blink test (duplicate of basic rtos test) 2016-08-30 14:37:30 -05:00
mbed_drivers Merge pull request #2651 from svastm/fix_lp_timer_test 2016-09-09 18:02:10 -05:00
mbed_functional Added explicit void specialization in callbacks 2016-08-26 12:50:13 -05:00
mbed_hal/lp_ticker Use lp_timer to count time in the deepsleep tests 2016-09-08 18:09:45 +02:00
mbedmicro-mbed Updated deprecation notices to match branch names 2016-08-16 20:30:20 -05:00
mbedmicro-rtos-mbed Add test case for thread self termination 2016-09-07 17:33:33 -05:00
storage_abstraction/basicAPI This commit includes the following CFSTORE/Flash-Journal/Storage updates and fixes: 2016-09-13 18:16:56 +01:00