Re: [PATCH v4] rtems: Fix _Rate_monotonic_Renew_deadline()

2017-01-29 Thread Sebastian Huber
Thanks, I checked this in with sp78 renamed to sprmsched02. On 27/01/17 23:15, Kuan-Hsun Chen wrote: Prepare a precondition to prevent the potential integer overflow. Remove one redundant parameter in _Rate_monotonic_Renew_deadline(). sptests/sp78: Create A test case for checking the overflow

Re: [PATCH 4/8] Add support for ordering the initialization of Nexus devices. This can be used to make sure a device is initialized before a dependant device.

2017-01-29 Thread Sebastian Huber
Please use the RTEMS_LINKER_ROSET_ITEM_ORDERED() support, see also cpukit/score/include/rtems/sysinit.h. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-bra

Re: [PATCH 2/8] Adding LPC32XX USB OHCI support

2017-01-29 Thread Sebastian Huber
We already have an rtemsbsd/sys/dev/usb/controller/ohci_lpc.c it used to work with the LPC3200. On 27/01/17 06:32, Kevin Kirspel wrote: --- rtemsbsd/sys/dev/usb/controller/lpc_ohci.c | 495 + 1 file changed, 495 insertions(+) create mode 100755 rtemsbsd/sys/dev

Re: GSoC Mentors / Projects of Interest

2017-01-29 Thread Sebastian Huber
Maybe we should move all this open projects wiki stuff into tickets with some sort of "GSoC" tag. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de

Re: Help regarding contributing to RTEMS

2017-01-29 Thread Sebastian Huber
Hello Sri Vathsa, if you would like to get involved and learn a bit about RTEMS, then you may have a look at this ticket: https://devel.rtems.org/ticket/2375#comment:21 You can do all development steps on a simulator, e.g. SPARC/erc32. Fixing this issue covers a broad range of RTEMS topics.