Browse Source

chore: Update version

main
Mathias Rasmussen 4 years ago
parent
commit
ab7fa09bc1
  1. 2
      Bluejay.asm
  2. 2
      Makefile

2
Bluejay.asm

@ -305,7 +305,7 @@ Temp_Storage: DS 64 ; Temporary storage
;**** **** **** **** ****
CSEG AT 1A00h ; "Eeprom" segment
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
EEPROM_FW_SUB_REVISION EQU 21 ; Sub revision of the firmware
EEPROM_FW_SUB_REVISION EQU 30 ; Sub revision of the firmware
EEPROM_LAYOUT_REVISION EQU 33 ; Revision of the EEPROM layout
Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number

2
Makefile

@ -1,5 +1,5 @@
# set current revision
REVISION ?= v0.2.1
REVISION ?= v0.3.0
# targets
TARGETS = A B C D E F G H I J K L M N O P Q R S T U V W

Loading…
Cancel
Save