From 79c6900711a8e87874b1c444e26312c58df925e4 Mon Sep 17 00:00:00 2001 From: Gabriel Mariano Marcelino Date: Mon, 7 Mar 2022 23:37:58 -0300 Subject: [PATCH] firmware: Release v0.9 #304 --- firmware/CHANGELOG | 13 +++++++++++++ firmware/version.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/firmware/CHANGELOG b/firmware/CHANGELOG index 9eefed63..bd51610d 100644 --- a/firmware/CHANGELOG +++ b/firmware/CHANGELOG @@ -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 diff --git a/firmware/version.h b/firmware/version.h index 1466b84b..55c92625 100644 --- a/firmware/version.h +++ b/firmware/version.h @@ -25,7 +25,7 @@ * * \author Gabriel Mariano Marcelino * - * \version 0.8.42 + * \version 0.9.0 * * \date 2019/10/25 * @@ -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"