-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Initial release.
- Loading branch information
Showing
10 changed files
with
42 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cb.c | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cb.h | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cb_evt_handlers.c | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cb_evt_handlers.h | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cmocka_defs.c | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file cmocka_defs.h | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file test_cb.c | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file test_cb_threads.c | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
*********************************************************************************************************************** | ||
* @file test_types.h | ||
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT}) | ||
* @date ${PROJECT_BUILD_TIMESTAMP_UTC} | ||
* @version ${PROJECT_VERSION} | ||
* @copyright ${PROJECT_COPYRIGHT} | ||
* @author Diego Martínez García ([email protected]) | ||
* @date 04-11-2023 21:33:15 (UTC) | ||
* @version 1.0.0 | ||
* @copyright github.com/dmg0345/cb/blob/master/LICENSE | ||
*********************************************************************************************************************** | ||
*/ | ||
|
||
|