RE: rtems_fatal() as inline in a header file

2017-05-18 Thread Pham, Phong
t whenever dealing with RTEMS (as long as you guys are comfortable with yahoo.com email). Phong. -Original Message- From: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Sent: Wednesday, May 17, 2017 10:16 PM To: Pham, Phong; rtems-de...@rtems.org Cc: Hillman, Robert S

rtems_fatal() as inline in a header file

2017-05-17 Thread Pham, Phong
Hi Developers, Currently: ...\rtems\cpukit\sapi\include\rtems\fatal.h is implemented as RTEMS_NO_RETURN RTEMS_INLINE_ROUTINE void rtems_fatal( rtems_fatal_source fatal_source, rtems_fatal_code error_code ) { _Terminate( fatal_source, error_code ); } I suggest to move the

RE: suggested changes and bug fixes for RTEMS

2017-05-12 Thread Pham, Phong
)? As of now, when I perform a git clone, I don’t see my changes. Phong. From: Joel Sherrill [mailto:j...@rtems.org] Sent: Friday, May 12, 2017 12:00 PM To: Pham, Phong Cc: rtems-de...@rtems.org; Hillman, Robert; Gedare Bloom Subject: RE: suggested changes and bug fixes for RTEMS On May 12

RE: suggested changes and bug fixes for RTEMS

2017-05-12 Thread Pham, Phong
he code has been merged for that ticket instead of constantly git-pulling main line code? Phong. -Original Message- From: ged...@gwmail.gwu.edu [mailto:ged...@gwmail.gwu.edu] On Behalf Of Gedare Bloom Sent: Friday, May 12, 2017 8:21 AM To: Pham, Phong Cc: devel@rtems.org; Hillman, Robert Subjec

RE: suggested changes and bug fixes for RTEMS

2017-05-11 Thread Pham, Phong
? Phong. -Original Message- From: ged...@gwmail.gwu.edu [mailto:ged...@gwmail.gwu.edu] On Behalf Of Gedare Bloom Sent: Tuesday, May 09, 2017 12:26 PM To: Pham, Phong Cc: devel@rtems.org Subject: Re: suggested changes and bug fixes for RTEMS On Tue, May 9, 2017 at 12:16 PM, Pham, Phong <

RE: suggested changes and bug fixes for RTEMS

2017-05-09 Thread Pham, Phong
.gwu.edu [mailto:ged...@gwmail.gwu.edu] On Behalf Of Gedare Bloom Sent: Tuesday, May 09, 2017 12:26 PM To: Pham, Phong Cc: devel@rtems.org Subject: Re: suggested changes and bug fixes for RTEMS On Tue, May 9, 2017 at 12:16 PM, Pham, Phong <ph...@ddc-web.com> wrote: > > > Hi RTEMS Maintain