-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
45 additions
and
45 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_HDR_OPTS_H | ||
#define LWPRINTF_HDR_OPTS_H | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_HDR_OPTS_H | ||
#define LWPRINTF_HDR_OPTS_H | ||
|
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,37 +1,35 @@ | ||
{ | ||
"name": "LwPRINTF", | ||
"version": "1.0.3", | ||
"description": "Lightweight printf and sprintf library for embedded systems", | ||
"keywords": "printf, lightweight, lwprintf, sprintf, snprintf, embedded, stdio, manager, library", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MaJerle/lwprintf.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Tilen Majerle", | ||
"email": "[email protected]", | ||
"url": "https://majerle.eu" | ||
} | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/MaJerle/lwprintf", | ||
"dependencies": { | ||
|
||
}, | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"export": { | ||
"exclude": [ | ||
".github", | ||
"dev", | ||
"docs", | ||
"**/.vs", | ||
"**/Debug", | ||
"build", | ||
"**/build" | ||
] | ||
}, | ||
"name": "LwPRINTF", | ||
"version": "1.0.4", | ||
"description": "Lightweight printf and sprintf library for embedded systems", | ||
"keywords": "printf, lightweight, lwprintf, sprintf, snprintf, embedded, stdio, manager, library", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MaJerle/lwprintf.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Tilen Majerle", | ||
"email": "[email protected]", | ||
"url": "https://majerle.eu" | ||
} | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/MaJerle/lwprintf", | ||
"dependencies": {}, | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"export": { | ||
"exclude": [ | ||
".github", | ||
"dev", | ||
"docs", | ||
"**/.vs", | ||
"**/Debug", | ||
"build", | ||
"**/build" | ||
] | ||
}, | ||
"build": { | ||
"includeDir": "lwprintf/src/include" | ||
} | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_HDR_H | ||
#define LWPRINTF_HDR_H | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_OPT_HDR_H | ||
#define LWPRINTF_OPT_HDR_H | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_OPTS_HDR_H | ||
#define LWPRINTF_OPTS_HDR_H | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#ifndef LWPRINTF_SYS_HDR_H | ||
#define LWPRINTF_SYS_HDR_H | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#include "lwprintf/lwprintf.h" | ||
#include <float.h> | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#include "system/lwprintf_sys.h" | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#include "system/lwprintf_sys.h" | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwPRINTF - Lightweight stdio manager library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.0.3 | ||
* Version: v1.0.4 | ||
*/ | ||
#include "system/lwprintf_sys.h" | ||
|
||
|