arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
179 stars 155 forks source link

Add File::availableForWrite API #68

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

This can allow sketches to see if the write will be non-blocking.

TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 67138c70-c50a-11e9-8712-75d78f9b457f
per1234 commented 5 years ago

Regarding the Travis CI issue, I have verified that it is fixed by https://github.com/arduino-libraries/SD/pull/67. That could be merged now if you want to get the CI tests working again.

TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 300f1130-c5bf-11e9-8aae-f1e5ed08699b
TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: cd2a1270-c5c0-11e9-8aae-f1e5ed08699b
TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 0fb146e0-c5cb-11e9-8aae-f1e5ed08699b
TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 43272570-c5cc-11e9-8aae-f1e5ed08699b
TravisBuddy commented 5 years ago

Hey @sandeepmistry, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: e86a84d0-c5dd-11e9-8aae-f1e5ed08699b
sandeepmistry commented 5 years ago

This is ready for review now :)