Update version to v2.1 release

This commit is contained in:
Mantas Pucka 2014-11-04 13:49:26 +02:00
parent 1f46311394
commit ee517e1a70
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
CHANGELOG CHANGELOG
========= =========
devel - v2.1 2014-11-04 - v2.1
* Add configurable boot-stop string support * Add configurable boot-stop string support
* Add configurable baudrate support * Add configurable baudrate support
* Fix memory init bug
2014-10-21 - v2.0 2014-10-21 - v2.0
* Initial USB support * Initial USB support

View File

@ -25,7 +25,7 @@ export FLASH_SIZE=16
export NEW_DDR_TAP_CAL=1 export NEW_DDR_TAP_CAL=1
export CONFIG_HORNET_XTAL=40 export CONFIG_HORNET_XTAL=40
export CONFIG_HORNET_1_1_WAR=1 export CONFIG_HORNET_1_1_WAR=1
export CARABOOT_RELEASE=v2.1-dev export CARABOOT_RELEASE=v2.1
IMAGEPATH=$(BUILD_TOPDIR)/bin IMAGEPATH=$(BUILD_TOPDIR)/bin
UBOOT_BINARY=u-boot.bin UBOOT_BINARY=u-boot.bin
@ -42,4 +42,4 @@ all:
@echo Done @echo Done
clean: clean:
cd $(UBOOTDIR) && $(MAKECMD) distclean cd $(UBOOTDIR) && $(MAKECMD) distclean