Skip to content

Commit

Permalink
Merge pull request #309 from spacelab-ufsc/dev
Browse files Browse the repository at this point in the history
Dev: Release v0.9
  • Loading branch information
mgm8 authored Mar 8, 2022
2 parents 04d80c0 + 4b86968 commit 28ff61a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions firmware/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
===========================================

v0.9 - 2022/03/07

- Adding enable/disable routines to the EDC driver
- Adding an HMAC authentication library
- Source files partially compliant with the MISRA-C:2012 standard
- Implementatino of the telecommands processing
- Initial hibernation and antenna deployment routines
- Removing unused libraries
- Unit tests and mockups implementation
- General fixes and updates

===========================================

v0.8 - 2021/10/10

- FRAM interface on media device
Expand Down
4 changes: 2 additions & 2 deletions firmware/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* \author Gabriel Mariano Marcelino <[email protected]>
*
* \version 0.8.42
* \version 0.9.0
*
* \date 2019/10/25
*
Expand All @@ -36,7 +36,7 @@
#ifndef VERSION_H_
#define VERSION_H_

#define FIRMWARE_VERSION "0.8.42"
#define FIRMWARE_VERSION "0.9.0"

#define FIRMWARE_STATUS "Development"

Expand Down

0 comments on commit 28ff61a

Please sign in to comment.