summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04doxygen: Added inttypes.h to Print SupportAndreas Dachsberger1-0/+2
Update #3706.
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
This makes the @file documentation independent of the actual file name. Update #3707.
2019-01-10Fix format warnings due to ino_t changesSebastian Huber1-2/+5
2018-11-21score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber1-4/+0
The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove support for 16-bit object identifiers. If someone really wants to use RTEMS on a 16-bit target, then it is better to use self-contained objects instead of playing around with object identifier optimizations. Update #3603.
2017-11-29rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner1-2/+2
Update comments to reflect that PRIxblksize_t PRIxblkcnt_t is hexadecimal, not decimal. Signed-off-by: Martin Erik Werner <martin.werner@aacmicrotec.com>
2017-07-28cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_tJoel Sherrill1-1/+1
2017-04-28rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill1-0/+3
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-2/+5
2017-04-25rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill1-0/+3
2017-04-23rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill1-3/+7
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill1-0/+22
2017-04-18Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill1-9/+51
This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983.
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill1-0/+78
Provide extentions to <inttpes.h> PRIxxx constants for more POSIX types. Start with existing definitions found in RTEMS Project owned code in cpukit/. updates #2983.