Adding SPI Flash support, bump version.

This commit is contained in:
Brad Nelson
2022-01-08 15:20:48 -08:00
parent 17c8b34289
commit 545e7098d7
4 changed files with 137 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION=7.0.6.10
VERSION=7.0.6.11
STABLE_VERSION=7.0.5.4
REVISION=$(shell git rev-parse HEAD | head -c 20)
REVSHORT=$(shell echo $(REVISION) | head -c 7)