Skip to content

Commit

Permalink
chore(release): 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Jan 21, 2021
1 parent 56f5bd9 commit 26a1507
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Temp_Storage: DS 48 ; Temporary storage
; A segment of the flash is used as "EEPROM", which is not available in SiLabs MCUs
CSEG AT 1A00h
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
EEPROM_FW_SUB_REVISION EQU 7 ; Sub revision of the firmware
EEPROM_FW_SUB_REVISION EQU 8 ; 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
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [0.8](https://github.com/mathiasvr/bluejay/compare/v0.7...v0.8) (2021-01-21)

### Features

* Add DShot150 support on 24MHz MCUs ([f16cd2c](https://github.com/mathiasvr/bluejay/commit/f16cd2c4da336f40c923c4bdb81b881551ea168d))

### Bug Fixes

* Fix bug in comparator routine ([32ae3df](https://github.com/mathiasvr/bluejay/commit/32ae3dfbfb9db8872762defc18a1dee5d630eb86))

### Performance Improvements

* Optimize comparator wait routine on 48MHz ([661be1b](https://github.com/mathiasvr/bluejay/commit/661be1b9540a6129275975b2a356926fe4251254))


## [0.7](https://github.com/mathiasvr/bluejay/compare/v0.6...v0.7) (2021-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set current revision
REVISION ?= v0.7
REVISION ?= v0.8

# 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
Expand Down

0 comments on commit 26a1507

Please sign in to comment.