From: Dean Camera Date: Mon, 29 Jun 2009 09:30:06 +0000 (+0000) Subject: Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the... X-Git-Tag: LUFA-110528-BETA~1088 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/86e6ed7f31d29fa3d2aea1f6c40aa4647fce2690?ds=inline;hp=86e6ed7f31d29fa3d2aea1f6c40aa4647fce2690 Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index. Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%. ---