-
Notifications
You must be signed in to change notification settings - Fork 3k
Add minimal printf #11051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add minimal printf #11051
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
0284019
Initial commit
9a21fe5
Minimal printf
45afbf6
Update README.md
15e566f
Add mbed initialization
63d33c6
Fix compile warnings
a70a533
Update README.md
4fd19a0
Support for floating points (disabled by default)
2206ae5
Add variable list versions of printf and snprintf
3be1165
Add support for width specifiers
3da2057
Add test case
8ec1d47
Fixed bug in getting absolute value
809c7ec
Merge pull request #4 from ARMmbed/width
ab700c0
Fix file permissions
dddce56
Update README.md
cad10ad
Add compile profiles
48d35c4
Merge pull request #5 from ARMmbed/add_profiles
2e988a3
Add "-g" to 'release' and 'develop' profiles
d805e84
Merge pull request #6 from ARMmbed/add_debug_info
75845c3
Remove references to ssize_t in the code
8a2d3a0
Merge pull request #7 from ARMmbed/remove_ssize_t
de7024f
Add missing include stdbool.h
a5f0716
[BUGFIX][IOTUC-18] Library fixes
2a01a54
Address code review issues
66d5739
Merge pull request #10 from ARMmbed/fixes
bogdanm fbbffd6
Disabled tests that aren't relevant on mbed targets
bogdanm 362dd3f
Bugfixes for the implementation and the compliance test
bogdanm c6cac23
Implementation fixes
bogdanm 541455d
TEST_ASSERT_EQUAL_STRING always tests against the base version
bogdanm 1b20647
Merge pull request #11 from ARMmbed/fix_mbed_tests
bogdanm cbdb3fe
Optional SWO output instead of UART
3e3b133
Merge pull request #12 from ARMmbed/feature-swo
LiyouZhou 71966b6
remove warning: comparison of an unsigned value (#13)
0ee94bc
Add consistent casts and widths to constants
5480969
Merge pull request #14 from marcuschangarm/fix-tests
marcuschangarm 8701e0f
Fix file endings
df84714
Merge pull request #15 from marcuschangarm/fix-file-endings
marcuschangarm b641111
Add Jenkins file
bb92fd1
Merge pull request #17 from ARMmbed/jenkins
marcuschangarm 92089f6
Optimize Arm Compiler
3a76cba
Merge pull request #18 from marcuschangarm/optimize-arm
marcuschangarm aa89156
Update Mbed OS compile profiles to include Arm Compiler 6
7a7a299
Merge pull request #19 from marcuschangarm/update-profiles
marcuschangarm 705d428
Improve conformity
dc630f8
Merge pull request #20 from marcuschangarm/conform
marcuschangarm 9c157de
Remove wrapper file in CI
f8feff2
Merge pull request #22 from marcuschangarm/fix-ci
marcuschangarm c975429
Change CI from using HTTP to HTTPS for connecting to RaaS
fe6bdca
Merge pull request #23 from marcuschangarm/https
marcuschangarm 96b5c1d
Fixed floating point support (#24)
evedon d835073
Add support for fprintf and vfprintf (#21)
marcuschangarm 1624de2
Fixed compilation error (#25)
evedon 4018753
Merge branch 'master-minimal-printf' into minimal-printf
evedon 65ab346
Integrated minimal-printf in mbed-os
evedon 050a338
Addressed review comments, in particular:
evedon 896500b
Fixed greentea header include path
evedon d6b197a
Removed no-builtin-printf for uARM
evedon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Description | ||
|
||
This document describes how to run minimal-printf tests. | ||
|
||
## Running tests | ||
|
||
You can use the following command to run tests: | ||
|
||
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c` | ||
|
||
Do not use --profile minimal-printf so minimal-printf is not compared with itself. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.