Merge Upstream changes (2.2.2) #23
Open
+5,399
−4,707
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This brings our fork inline with the latest upstream release (v2.2.2) which is mostly just linting and doxygen with some minor additional changes, including new values for USE_SPI_ARRAY_TRANSFER potentially giving higher speeds
Also of note:
examples/TeensyDmaAdcLogger/TeensyDmaAdcLogger.ino
Teensy ADC example has been updated to use adc library instead of direct port manipulationexamples/debug/CardBusyTest/CardBusyTest.ino
addedexamples/debug/ExFatDbgDmp/ExFatDbgDmp.ino
addedexamples/debug/TestGetName/TestGetName.ino
addedexamples/debug/TestMkdir/TestMkdir.ino
addedexamples/debug/TestRmdir/TestRmdir.ino
addedexamples/debug/TimestampTest/TimestampTest.ino
addedextras/AvrPrintStimmer.cpp
added - AVR print + println by David A. Mellis + Paul Stoffregensrc/RingBuf.h
changed internally - meant to be functionally the same with an additional negative return value for readIn errors, plus new methods for read/write(Type)src/SdCard/SdCardInfo.h
renamed + new fields to SD Status (type sds_t)src/SdCard/SdCardInterface.h
removed sectorCount() and added bool readSDS(sds_t* sds) to fetch SD status new waysrc/SdCard/SdSpiCard.cpp
changes use + checking of Timeoutsrc/SdCard/SdSpiCard.h
adds SPI_ASSERT_NOT_ACTIVE, initSharedSpiCard()src/SdCard/SdioTeensy.cpp
adds cardACMD13()src/SdFat.h
SD_FAT_VERSION set to 20202 (from SD_FAT_VERSION 20200)src/iostream/StdioStream.cpp
removes StdioStream::fmtSpacesrc/SpiDriver/SdSpiLibDriver.h
new support for USE_SPI_ARRAY_TRANSFER > 1src/common/PrintBasic.cpp
removedsrc/common/PrintBasic.h
removed