mbed-os/TESTS/mbed_hal/flash/functional_tests
Marcus Chang 299c7f24ac mbed-hal: Fixed flash test
The test assumed that data written to flash would be memory mapped
and directly accessible. On some platform this is not the case
and data has to read back through an explicit read command.

The test has been changed to use the flash read command instead
of direct memory access.
2017-07-19 14:32:39 +01:00
..
main.cpp mbed-hal: Fixed flash test 2017-07-19 14:32:39 +01:00