Thanks for adding some documentation. I spotted a couple minor
typographic issues.
On Sat, Apr 15, 2017 at 7:57 PM, Chris Johns wrote:
> The include file handling was broken.
>
> Add a test configuration data README.
> ---
> testsuites/README.testdata | 72
> +++
The include file handling was broken.
Add a test configuration data README.
---
testsuites/README.testdata | 72 +
testsuites/automake/subdirs.am | 7 ++--
tools/build/rtems-test-check-py | 60 +++---
3 files changed, 125
On Apr 15, 2017 12:40 PM, "Gedare Bloom" wrote:
On Sat, Apr 15, 2017 at 9:17 AM, Joel Sherrill wrote:
> Provide extentions to PRIxxx constants for more POSIX types.
extensions
inttypes.h
> Start with existing definitions found in RTEMS Project owned code
> in cpukit/.
>
> updates #2983.
> ---
On Sat, Apr 15, 2017 at 9:17 AM, Joel Sherrill wrote:
> Provide extentions to PRIxxx constants for more POSIX types.
extensions
inttypes.h
> Start with existing definitions found in RTEMS Project owned code
> in cpukit/.
>
> updates #2983.
> ---
> cpukit/Makefile.am |
This completes the initial creation of rtems/inttypes.h based on all
existing PRIxxx definitions contained in RTEMS Project owned code.
closes #2983.
---
cpukit/configure.ac | 36 +++---
cpukit/include/rtems/inttypes.h | 60 ++-
Provide extentions to PRIxxx constants for more POSIX types.
Start with existing definitions found in RTEMS Project owned code
in cpukit/.
updates #2983.
---
cpukit/Makefile.am | 1 +
cpukit/include/rtems/inttypes.h | 78 +
cpukit