Skip to content

Commit

Permalink
Fix #135: Added support for Catena 4630, 4617 and 4618
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed Jun 25, 2019
1 parent 97eda5f commit 9c1d2ba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/stm32/catena461x/Catena4617_getPlatformTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Revision history:
#include "Catena_Log.h"
#include "Catena_Platforms.h"
#include "Catena_Guids.h"

/****************************************************************************\
|
| Read-only data.
|
\****************************************************************************/

namespace McciCatena {

Expand Down
6 changes: 6 additions & 0 deletions src/lib/stm32/catena461x/Catena4618_getPlatformTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Revision history:
#include "Catena_Log.h"
#include "Catena_Platforms.h"
#include "Catena_Guids.h"

/****************************************************************************\
|
| Read-only data.
|
\****************************************************************************/

namespace McciCatena {

Expand Down
6 changes: 6 additions & 0 deletions src/lib/stm32/catena463x/Catena4630_getPlatformTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Copyright notice:
#include "Catena_Log.h"
#include "Catena_Platforms.h"
#include "Catena_Guids.h"

/****************************************************************************\
|
| Read-only data.
|
\****************************************************************************/

namespace McciCatena {

Expand Down

0 comments on commit 9c1d2ba

Please sign in to comment.