Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Description changed by Sebastian Huber:

Old description:

> The  header file still exposes a lot of implementation details
> via the definition of internal data structures, e.g. the *_Control
> structures of the API objects. They are only necessary for the
> application configuration. Move them to separate header files. Currently
> we have:
>
> * 
> * 
>
> Use
>
> * 
>
> for this new header file.
>
> Potential new header files are:
>
> * rtems/rtems/asrdata.h
> * rtems/rtems/barrierdata.h
> * rtems/rtems/dpmemdata.h
> * rtems/rtems/eventdata.h
> * rtems/rtems/messagedata.h
> * rtems/rtems/optionsdata.h
> * rtems/rtems/partdata.h
> * rtems/rtems/ratemondata.h
> * rtems/rtems/regiondata.h
> * rtems/rtems/semdata.h
> * rtems/rtems/signaldata.h
> * rtems/rtems/tasksdata.h
> * rtems/rtems/timerdata.h

New description:

 The  header file still exposes a lot of implementation details
 via the definition of internal data structures, e.g. the *_Control
 structures of the API objects. They are only necessary for the application
 configuration. Move them to separate header files. Currently we have:

 * 
 * 

 Use

 * 

 for this new header file.

 Potential new header files are:

 * rtems/rtems/asrdata.h
 * rtems/rtems/barrierdata.h
 * rtems/rtems/dpmemdata.h
 * rtems/rtems/eventdata.h
 * rtems/rtems/messagedata.h
 * rtems/rtems/partdata.h
 * rtems/rtems/ratemondata.h
 * rtems/rtems/regiondata.h
 * rtems/rtems/semdata.h
 * rtems/rtems/signaldata.h
 * rtems/rtems/tasksdata.h
 * rtems/rtems/timerdata.h

--

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Description changed by Sebastian Huber:

Old description:

> The  header file still exposes a lot of implementation details
> via the definition of internal data structures, e.g. the *_Control
> structures of the API objects. They are only necessary for the
> application configuration. Move them to separate header files. Currently
> we have:
>
> * 
> * 
>
> Use
>
> * 
>
> for this new header file.
>
> Potential new header files are:
>
> * rtems/rtems/asrdata.h
> * rtems/rtems/attrdata.h
> * rtems/rtems/barrierdata.h
> * rtems/rtems/dpmemdata.h
> * rtems/rtems/eventdata.h
> * rtems/rtems/messagedata.h
> * rtems/rtems/modesdata.h
> * rtems/rtems/optionsdata.h
> * rtems/rtems/partdata.h
> * rtems/rtems/ratemondata.h
> * rtems/rtems/regiondata.h
> * rtems/rtems/semdata.h
> * rtems/rtems/signaldata.h
> * rtems/rtems/statusdata.h
> * rtems/rtems/tasksdata.h
> * rtems/rtems/timerdata.h

New description:

 The  header file still exposes a lot of implementation details
 via the definition of internal data structures, e.g. the *_Control
 structures of the API objects. They are only necessary for the application
 configuration. Move them to separate header files. Currently we have:

 * 
 * 

 Use

 * 

 for this new header file.

 Potential new header files are:

 * rtems/rtems/asrdata.h
 * rtems/rtems/barrierdata.h
 * rtems/rtems/dpmemdata.h
 * rtems/rtems/eventdata.h
 * rtems/rtems/messagedata.h
 * rtems/rtems/modesdata.h
 * rtems/rtems/optionsdata.h
 * rtems/rtems/partdata.h
 * rtems/rtems/ratemondata.h
 * rtems/rtems/regiondata.h
 * rtems/rtems/semdata.h
 * rtems/rtems/signaldata.h
 * rtems/rtems/tasksdata.h
 * rtems/rtems/timerdata.h

--

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Description changed by Sebastian Huber:

Old description:

> The  header file still exposes a lot of implementation details
> via the definition of internal data structures, e.g. the *_Control
> structures of the API objects. They are only necessary for the
> application configuration. Move them to separate header files. Currently
> we have:
>
> * 
> * 
>
> Use
>
> * 
>
> for this new header file.
>
> Potential new header files are:
>
> * rtems/rtems/asrdata.h
> * rtems/rtems/barrierdata.h
> * rtems/rtems/dpmemdata.h
> * rtems/rtems/eventdata.h
> * rtems/rtems/messagedata.h
> * rtems/rtems/modesdata.h
> * rtems/rtems/optionsdata.h
> * rtems/rtems/partdata.h
> * rtems/rtems/ratemondata.h
> * rtems/rtems/regiondata.h
> * rtems/rtems/semdata.h
> * rtems/rtems/signaldata.h
> * rtems/rtems/tasksdata.h
> * rtems/rtems/timerdata.h

New description:

 The  header file still exposes a lot of implementation details
 via the definition of internal data structures, e.g. the *_Control
 structures of the API objects. They are only necessary for the application
 configuration. Move them to separate header files. Currently we have:

 * 
 * 

 Use

 * 

 for this new header file.

 Potential new header files are:

 * rtems/rtems/asrdata.h
 * rtems/rtems/barrierdata.h
 * rtems/rtems/dpmemdata.h
 * rtems/rtems/eventdata.h
 * rtems/rtems/messagedata.h
 * rtems/rtems/optionsdata.h
 * rtems/rtems/partdata.h
 * rtems/rtems/ratemondata.h
 * rtems/rtems/regiondata.h
 * rtems/rtems/semdata.h
 * rtems/rtems/signaldata.h
 * rtems/rtems/tasksdata.h
 * rtems/rtems/timerdata.h

--

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--

Comment (by Sebastian Huber ):

 In [changeset:"ac8025c113ad55f11149aab71d9662c54a553f1e/rtems"
 ac8025c/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="ac8025c113ad55f11149aab71d9662c54a553f1e"
 libcsupport: Add missing include

 Update #3598.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--

Comment (by Sebastian Huber ):

 In [changeset:"4f4ed2f0e3ca6b6dfe0eba585ce1171280261626/rtems"
 4f4ed2f0/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="4f4ed2f0e3ca6b6dfe0eba585ce1171280261626"
 rtems: Add missing include

 Update #3598.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Description changed by Sebastian Huber:

Old description:

> The  header file still exposes a lot of implementation details
> via the definition of internal data structures, e.g. the *_Control
> structures of the API objects. They are only necessary for the
> application configuration. Move them to separate header files. Currently
> we have:
>
> * 
> * 
>
> Use
>
> * 
>
> for this new header file.
>
> Potential new header files are:
>
> * rtems/rtems/asrdata.h
> * rtems/rtems/barrierdata.h
> * rtems/rtems/dpmemdata.h
> * rtems/rtems/eventdata.h
> * rtems/rtems/messagedata.h
> * rtems/rtems/partdata.h
> * rtems/rtems/ratemondata.h
> * rtems/rtems/regiondata.h
> * rtems/rtems/semdata.h
> * rtems/rtems/tasksdata.h
> * rtems/rtems/timerdata.h

New description:

 The  header file still exposes a lot of implementation details
 via the definition of internal data structures, e.g. the *_Control
 structures of the API objects. They are only necessary for the application
 configuration. Move them to separate header files. Currently we have:

 * 
 * 

 Use

 * 

 for this new header file.

 Potential new header files are:

 * rtems/extensiondata.h
 * rtems/rtems/asrdata.h
 * rtems/rtems/barrierdata.h
 * rtems/rtems/dpmemdata.h
 * rtems/rtems/eventdata.h
 * rtems/rtems/messagedata.h
 * rtems/rtems/partdata.h
 * rtems/rtems/ratemondata.h
 * rtems/rtems/regiondata.h
 * rtems/rtems/semdata.h
 * rtems/rtems/tasksdata.h
 * rtems/rtems/timerdata.h

--

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3551: Move default configuration to separate library

2018-11-08 Thread RTEMS trac
#3551: Move default configuration to separate library
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  lib  | Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  2514 |
-+--

Comment (by Sebastian Huber ):

 In [changeset:"942d52a260138dc5b1167ad6d3ae8e7d8a3eda21/rtems"
 942d52a/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="942d52a260138dc5b1167ad6d3ae8e7d8a3eda21"
 build: Fix library order

 Update #3551.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3598: Move internal types of API objects to separate header file

2018-11-08 Thread RTEMS trac
#3598: Move internal types of API objects to separate header file
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Description changed by Sebastian Huber:

Old description:

> The  header file still exposes a lot of implementation details
> via the definition of internal data structures, e.g. the *_Control
> structures of the API objects. They are only necessary for the
> application configuration. Move them to separate header files. Currently
> we have:
>
> * 
> * 
>
> Use
>
> * 
>
> for this new header file.
>
> Potential new header files are:
>
> * rtems/rtems/asrdata.h
> * rtems/rtems/barrierdata.h
> * rtems/rtems/dpmemdata.h
> * rtems/rtems/eventdata.h
> * rtems/rtems/messagedata.h
> * rtems/rtems/partdata.h
> * rtems/rtems/ratemondata.h
> * rtems/rtems/regiondata.h
> * rtems/rtems/semdata.h
> * rtems/rtems/signaldata.h
> * rtems/rtems/tasksdata.h
> * rtems/rtems/timerdata.h

New description:

 The  header file still exposes a lot of implementation details
 via the definition of internal data structures, e.g. the *_Control
 structures of the API objects. They are only necessary for the application
 configuration. Move them to separate header files. Currently we have:

 * 
 * 

 Use

 * 

 for this new header file.

 Potential new header files are:

 * rtems/rtems/asrdata.h
 * rtems/rtems/barrierdata.h
 * rtems/rtems/dpmemdata.h
 * rtems/rtems/eventdata.h
 * rtems/rtems/messagedata.h
 * rtems/rtems/partdata.h
 * rtems/rtems/ratemondata.h
 * rtems/rtems/regiondata.h
 * rtems/rtems/semdata.h
 * rtems/rtems/tasksdata.h
 * rtems/rtems/timerdata.h

--

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3599: Remove m32c architecture port

2018-11-08 Thread RTEMS trac
#3599: Remove m32c architecture port
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  assigned
 Priority:  normal   |   Milestone:  5.1
Component:  arch/m32c| Version:  5
 Severity:  normal   |  Resolution:
 Keywords:   |  Blocked By:
 Blocking:  3585 |
-+--
Changes (by Sebastian Huber):

 * blocking:   => 3585


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] #3599: Remove m32c architecture port

2018-11-08 Thread RTEMS trac
#3599: Remove m32c architecture port
--+-
  Reporter:  Sebastian Huber  |  Owner:  Sebastian Huber
  Type:  task | Status:  assigned
  Priority:  normal   |  Milestone:  5.1
 Component:  arch/m32c|Version:  5
  Severity:  normal   |   Keywords:
Blocked By:   |   Blocking:
--+-
 The m32c architecture port is incomplete, e.g. important features such as
 interrupt support are missing. It never run on real hardware. The tools
 are out dated and unmaintained. There are no known users:

 https://lists.rtems.org/pipermail/users/2018-January/031991.html

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #2452: Remove H8300 Architectual Port

2018-11-08 Thread RTEMS trac
#2452: Remove H8300 Architectual Port
--+
 Reporter:  Joel Sherrill |   Owner:  Joel Sherrill
 Type:  enhancement   |  Status:  closed
 Priority:  normal|   Milestone:  5.1
Component:  unspecified   | Version:  4.11
 Severity:  normal|  Resolution:  fixed
 Keywords:  obsolete, target  |
--+

Comment (by Sebastian Huber ):

 In [changeset:"947b679f74325a296904ae151899e3a42b6c8437/rtems"
 947b679/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="947b679f74325a296904ae151899e3a42b6c8437"
 h8300: Remove left over files

 Update #2452.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3254: Reorganize header files to avoid "make preinstall"

2018-11-08 Thread RTEMS trac
#3254: Reorganize header files to avoid "make preinstall"
-+-
 Reporter:  Sebastian Huber  |   Owner:  (none)
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  build| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+-

Comment (by Sebastian Huber ):

 In [changeset:"edc4ff6a928ad2de97b44a071d3d897e18c0d726/rtems-docs"
 edc4ff6/rtems-docs]:
 {{{
 #!CommitTicketReference repository="rtems-docs"
 revision="edc4ff6a928ad2de97b44a071d3d897e18c0d726"
 user: Remove obsolete boostrap -p step

 Update #3254.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3537: RSB and RTEMS Tools Support for python2 and python3

2018-11-08 Thread RTEMS trac
#3537: RSB and RTEMS Tools Support for python2 and python3
-+--
 Reporter:  Chris Johns  |   Owner:  Chris Johns
 Type:  defect   |  Status:  closed
 Priority:  high |   Milestone:  5.1
Component:  tool | Version:  5
 Severity:  blocker  |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+--
Changes (by Chris Johns ):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"e058db02816d7729e7cfa898522a6073f5d7e714/rtems-tools"
 e058db0/rtems-tools]:
 {{{
 #!CommitTicketReference repository="rtems-tools"
 revision="e058db02816d7729e7cfa898522a6073f5d7e714"
 python: Provide support to select a valid python version.

 - Update imports after wrapping the code.
 - Fix python3 issues.
 - Fix config path issues for in repo and install runs.

 Closes #3537
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3579: testsuite's rtems-test-check.py python version support

2018-11-08 Thread RTEMS trac
#3579: testsuite's rtems-test-check.py python version support
-+-
 Reporter:  Chris Johns  |   Owner:  Chris Johns 
 Type:  defect   |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  admin| Version:  5
 Severity:  critical |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:   |
-+-
Changes (by Chris Johns ):

 * owner:  (none) => Chris Johns 
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"06ced255e7beb755a94710a53e888c8557453440/rtems"
 06ced25/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="06ced255e7beb755a94710a53e888c8557453440"
 testsuite: Add python verison support to rtems-test-check.py

 Closes #3579
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] Password reset: anhang

2018-11-08 Thread RTEMS trac
Password reset for user anhang

--
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] Trac password reset for user: anhang

2018-11-08 Thread RTEMS trac
Your Trac password has been reset.

Here is your account information:

Login URL: 
Username: anhang
Password: tQUQrZdp

-- 
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] Password reset: anhang

2018-11-08 Thread RTEMS trac
Password reset for user anhang

--
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #3593: Deprecate rtems_thread_cpu_usage_t

2018-11-08 Thread RTEMS trac
#3593: Deprecate rtems_thread_cpu_usage_t
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  3594 |
-+--
Changes (by Sebastian Huber ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"aacc7a035f42437e909f823e85c74545c89a4124/rtems"
 aacc7a0/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="aacc7a035f42437e909f823e85c74545c89a4124"
 rtems: Deprecate rtems_thread_cpu_usage_t

 The rtems_thread_cpu_usage_t typedef as no corresponding API.  It
 violates the POSIX namespace.  A user can do nothing with it.

 Close #3593.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3595: Deprecate rtems_rate_monotonic_period_time_t

2018-11-08 Thread RTEMS trac
#3595: Deprecate rtems_rate_monotonic_period_time_t
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  3596 |
-+--
Changes (by Sebastian Huber ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"1e039fb37a534befd58d3b44cc5d95ccc54192d0/rtems"
 1e039fb3/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="1e039fb37a534befd58d3b44cc5d95ccc54192d0"
 rtems: Deprecate rtems_rate_monotonic_period_time_t

 The rtems_rate_monotonic_period_time_t typedef as no corresponding API.
 It violates the POSIX namespace.  A user can do nothing with it.

 Close #3595.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3591: Deprecate region_information_block

2018-11-08 Thread RTEMS trac
#3591: Deprecate region_information_block
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  3592 |
-+--
Changes (by Sebastian Huber ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d53862a30b2d52370d648b6a1a3dc0a3f33bc88d/rtems"
 d53862a/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="d53862a30b2d52370d648b6a1a3dc0a3f33bc88d"
 rtems: Deprecate region_information_block

 The region_information_block typedef as no corresponding API.  It has no
 proper namespace prefix.  A user can do nothing with it.

 Close #3591.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3589: Deprecate rtems_context_fp

2018-11-08 Thread RTEMS trac
#3589: Deprecate rtems_context_fp
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  3590 |
-+--
Changes (by Sebastian Huber ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"7e86e0027c15702224e722b4b94ed659204db87f/rtems"
 7e86e00/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="7e86e0027c15702224e722b4b94ed659204db87f"
 rtems: Deprecate rtems_context_fp

 The rtems_context_fp typedef as no corresponding API.  A user can do
 nothing with it.

 Close #3589.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #3587: Deprecate rtems_context

2018-11-08 Thread RTEMS trac
#3587: Deprecate rtems_context
-+--
 Reporter:  Sebastian Huber  |   Owner:  Sebastian Huber
 Type:  task |  Status:  closed
 Priority:  normal   |   Milestone:  5.1
Component:  rtems| Version:  5
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |  Blocked By:
 Blocking:  3588 |
-+--
Changes (by Sebastian Huber ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"0ac4a777c1e51ef3a7bdf8fad17998ef5d7d472c/rtems"
 0ac4a77/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="0ac4a777c1e51ef3a7bdf8fad17998ef5d7d472c"
 rtems: Deprecate rtems_context

 The rtems_context typedef as no corresponding API.  A user can do
 nothing with it.

 Close #3587.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

[RTEMS Project] Trac email verification for user: Pritish Jain

2018-11-08 Thread RTEMS trac
Please visit the following URL to confirm your email address.

Verification URL: 
Username: Pritish Jain
Verification Token: Um0EU_6T

-- 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] New user registration: Pritish Jain

2018-11-08 Thread RTEMS trac
New user registration for user Pritish Jain

--
RTEMS Project 
RTEMS Project

___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs