]> git.sur5r.net Git - freertos/commit
Introduce option that permits a smaller printf() library to be used when sizeof(...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Jan 2011 11:10:51 +0000 (11:10 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 6 Jan 2011 11:10:51 +0000 (11:10 +0000)
commit1eef52ed8dbe8db5d11085d378020ed6e57175e8
tree7fc26c2d0c3b71f8852e5c02b74244b912396d32
parente17011e987775f23d4e90ac5c59f809a557eddc1
Introduce option that permits a smaller printf() library to be used when sizeof( int ) == sizeof( long ) in cases where formatted strings are used to present run time stats information.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1233 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/CCS4/MSP430X/portmacro.h
Source/portable/IAR/MSP430X/portmacro.h
Source/tasks.c