summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Added inttypes.h to Print SupportAndreas Dachsberger2019-04-041-0/+2
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* Fix format warnings due to ino_t changesSebastian Huber2019-01-101-2/+5
|
* score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2018-11-211-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.
* rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner2017-11-291-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>
* cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_tJoel Sherrill2017-07-281-1/+1
|
* rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill2017-04-281-0/+3
|
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-2/+5
|
* rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill2017-04-251-0/+3
|
* rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill2017-04-231-3/+7
|
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-221-0/+22
|
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-181-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.
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-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.