Commit Graph

16 Commits (75845c3dc736b3bf12e4259237587019a07ec92b)

Author SHA1 Message Date
Bogdan Marinescu 75845c3dc7 Remove references to ssize_t in the code
ssize_t doesn't exist at all in armcc.
2017-11-02 17:12:06 +00:00
Bogdan Marinescu 2e988a3649 Add "-g" to 'release' and 'develop' profiles
This is used by mbed-os-linker-report and doesn't increase the code
size.
2017-10-30 19:10:19 +02:00
Bogdan Marinescu cad10ad569 Add compile profiles 2017-10-27 14:44:31 +03:00
Marcus Chang dddce56032 Update README.md 2017-10-26 16:03:40 -05:00
Marcus Chang ab700c02df Fix file permissions 2017-10-26 13:41:32 -07:00
Marcus Chang 8ec1d473a1 Fixed bug in getting absolute value 2017-10-26 13:28:08 -07:00
Marcus Chang 3da2057328 Add test case 2017-10-26 08:56:00 -07:00
Marcus Chang 3be1165fe7 Add support for width specifiers 2017-10-26 07:28:15 -07:00
Marcus Chang 2206ae598e Add variable list versions of printf and snprintf
This makes it possible to use the minimal printf and snprintf
through mbed_retarget.cpp
2017-10-15 21:25:24 -07:00
Marcus Chang 4fd19a0d82 Support for floating points (disabled by default)
Use mbed_app.json to enable floating points.
Automatically ignore flags and width specifiers.
2017-10-15 19:26:01 -07:00
Marcus Chang a70a5332a8 Update README.md 2017-10-14 22:21:38 -05:00
Marcus Chang 63d33c68b9 Fix compile warnings 2017-10-14 20:12:17 -07:00
Marcus Chang 15e566faad Add mbed initialization 2017-10-14 20:03:30 -07:00
Marcus Chang 45afbf6bf3 Update README.md 2017-10-14 21:20:10 -05:00
Marcus Chang 9a21fe521b Minimal printf
Supports %d %u %X %p %s
 Doesn't use malloc
2017-10-14 19:16:50 -07:00
Marcus Chang 02840194ab Initial commit 2017-10-14 20:55:13 -05:00