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
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
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
>> 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
---
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
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
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/