Skip to content

Commit

Permalink
Merge pull request #42 from MrKevinWeiss/pr/releaseprep
Browse files Browse the repository at this point in the history
refactor(docs): Fix docs to prepare for initial release
  • Loading branch information
MrKevinWeiss authored May 8, 2019
2 parents 80241da + 5f8b1bd commit 578808b
Show file tree
Hide file tree
Showing 45 changed files with 303 additions and 3,549 deletions.
214 changes: 0 additions & 214 deletions DOC/SlaveBoardSpec.md

This file was deleted.

29 changes: 0 additions & 29 deletions DOC/pinout_description.md

This file was deleted.

9 changes: 0 additions & 9 deletions DOC/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion FW/Inc/app_defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define FW_REV_MAJOR (1)
#define FW_REV_MINOR (0)
#define FW_REV_PATCH (11)
#define FW_REV_PATCH (0)

#define DEFAULT_UART_BAUDRATE 115200
#define DEFAULT_UART_PARITY BPT_PARITY_NONE
Expand Down
15 changes: 0 additions & 15 deletions FW/Inc/test.h

This file was deleted.

4 changes: 2 additions & 2 deletions FW/MMM/PHiLIP_access.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_access.c
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @}
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion FW/MMM/PHiLIP_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,7 @@
"metadata": {
"app_name": "PHiLIP",
"author": "Kevin Weiss",
"version": "0.0.3"
"version": "1.0.0"
},
"typedefs": [
{
Expand Down
4 changes: 2 additions & 2 deletions FW/MMM/PHiLIP_defaults.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_defaults.c
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @}
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions FW/MMM/PHiLIP_defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_defaults.h
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
*/
Expand Down
4 changes: 2 additions & 2 deletions FW/MMM/PHiLIP_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_map.c
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @}
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
Expand Down
8 changes: 4 additions & 4 deletions FW/MMM/PHiLIP_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_map.h
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
*/
Expand All @@ -14,9 +14,9 @@
#define PHILIP_MAP_H

/* Defines -----------------------------------------------------------------*/
#define IF_VERSION_MAJOR 0 /**< Major version of interface */
#define IF_VERSION_MAJOR 1 /**< Major version of interface */
#define IF_VERSION_MINOR 0 /**< Minor version of interface */
#define IF_VERSION_PATCH 3 /**< Patch version of interface */
#define IF_VERSION_PATCH 0 /**< Patch version of interface */

/* Global variables --------------------------------------------------------*/
extern const char* const PHILIP_TYPE_NAME[]; /** < type_name enum */
Expand Down
4 changes: 2 additions & 2 deletions FW/MMM/PHiLIP_typedef.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @{
* @file PHiLIP_typedef.h
* @author Kevin Weiss
* @version 0.0.3
* @date 2019-04-23
* @version 1.0.0
* @date 2019-05-08
* @details Generated from the memory map manager version 0.0.9
******************************************************************************
*/
Expand Down
Loading

0 comments on commit 578808b

Please sign in to comment.