From: razvanm Date: Sat, 16 Jan 2010 10:02:29 +0000 (+0000) Subject: Workaround the erase problems with AT45DB X-Git-Tag: rc_6_tinyos_2_1_1~56 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=809036bc77a8366b0f9aa2d78cdcacdcc4dc1379;hp=809036bc77a8366b0f9aa2d78cdcacdcc4dc1379;p=tinyos-2.x.git Workaround the erase problems with AT45DB The previous commit did not take in consideration that STM45P requires the erase operation. The new strategy is to make the FlashVolumeManager refuse the erase for AT45DB, and make the tos-deluge attempt to overwrite of the metadata only when the erase fails. ---