Help regarding contributing to RTEMS

2017-01-22 Thread vathsa sri
Hello !! My name is Sri Vathsa. I am sophomore at IIT Roorkee, India, pursuing my B.Tech in Electronics and Communication. I am new to open source and would like to contribute to RTEMS . I have been using python for the last couple of years and C for the past few months. Can anyone help me out wit

[PATCH 1/3] Provide for glibc compatibility

2017-01-22 Thread Sebastian Huber
Update #2803. --- cpukit/Makefile.am | 1 + cpukit/include/endian.h | 1 + cpukit/preinstall.am| 4 3 files changed, 6 insertions(+) create mode 100644 cpukit/include/endian.h diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 9a3a696..cb46f20 100644 --- a/cpukit/Makefile.a

[PATCH 3/3] Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN

2017-01-22 Thread Sebastian Huber
Use de-facto standard BYTE_ORDER instead. Close #2803. --- cpukit/score/cpu/arm/rtems/score/cpu.h | 10 cpukit/score/cpu/bfin/rtems/score/cpu.h | 40 - cpukit/score/cpu/epiphany/rtems/score/cpu.h | 2 -- cpukit/score/cpu/i386/rtems/score/cpu.h |

[PATCH 2/3] Use

2017-01-22 Thread Sebastian Huber
Update #2803. --- c/src/libchip/ide/ata_internal.h | 16 +--- cpukit/libblock/include/rtems/ide_part_table.h | 18 +- cpukit/libfs/src/dosfs/fat.h | 18 +- cpukit/libmisc/shell/main_pci.c| 4 ++-- 4 files