Fwd: [GSoC Mentors] GSoC 2015 Mentors/Org Admins: "Pencils Down" and Final Evaluations should begin to be filed.

2015-08-21 Thread Joel Sherrill
Reminding everyone that we are wrapping up GSOC and evaluations are due next week. -- Forwarded message -- From: "'Carol Smith' via Google Summer of Code Mentors List" < google-summer-of-code-mentors-l...@googlegroups.com> Date: Aug 10, 2015 10:42 AM Subject: [GSoC Mentors] GSoC 201

Re: libbsd - USB Host Stack for HID, WirelessLAN

2015-08-21 Thread Yurii Shevtsov
Hi) For porting guide check this blogpost http://ragustechblog.blogspot.in/2015/06/porting-driver-from-freebsd-to-rtems.html Also read libbsd's README, especially "Rules for Modifying FreeBSD Source" Can't say anything specific about USB HID and WLAN. Definitely WLAN will require porting librarie

Build Errors for BBB Was:

2015-08-21 Thread Gedare Bloom
Welcome Hardik Patel, Unfortunately there is not enough information in your post to help determine why the build has failed. If you can post or pastebin the full log, that would be helpful. Include the results from configure and from make. Gedare On Fri, Aug 21, 2015 at 2:19 AM, Hardik Patel wr

Re: Porting CANFestival to RTEMS

2015-08-21 Thread Gedare Bloom
>> Would it make sense for us to team up with the CANFestival developers to >> make a robust RTEMS port? > > > I am not sure how much the CANFestival developers are actively working on > the tree. I think they have moved onto other things, but you are welcome to > try. I have been on the CANFesti

[PATCH 1/1] GPIO_BBB Resistor mode support

2015-08-21 Thread Ketul Shah
--- c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio.c b/c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio.c index 8cf690f..41535cd 100644 --- a/c/src/lib/libbsp/arm/beagle/g

rtems_set_errno_and_return_minus_one in driver not returning correct value

2015-08-21 Thread Inderjit Singh
Hi, In my RTEMS driver I set and return error value by following macro: rtems_set_errno_and_return_minus_one(EALREADY); But in my rtems app when I print the error out by: fd = open(RTEMS_SYSFLASH_DEVICE_NAME, O_RDWR); if(fd < 0) { printk("Couldn't Open device (%d:%d:%s).", fd, errno, strerror

Telnetd fails to compile due to -DDEBUG

2015-08-21 Thread Inderjit Singh
Hi, I put some debug macos in my driver and when building the rtems, i get failure in telned. Any idea why? RTEMS version 4.10.99 from git some time from May. My configuration: ../rtems/configure --target=or1k-rtems4.11 --enable-rtemsbsp=or1k-bb --enable-test=samples --prefix=/home/indy/devel/