Hi Punit,
Great to see PWM driver working
Besides Martin has suggested, I would like to add few points.
On 21 June 2016 at 21:56, Punit Vara wrote:
> This patch adds required definitions, registers definitions and
> testsuit to
> test pwm driver for beagle bone black.
> ---
Hi Punit,
Apart from what Worth Burruss suggested,
First of all setting on off timing and testing on LED would be OK for
primary testing.
You can always test your PWM signals on DSO/CRO to have a clear picture of
what is happening over signals.
And if you can manage to have second BBB you can t
Hello Punit and all,
According to me, Punit you must have completed some gpio test through gpio
API that was merged last year. So till the final result of accepted student
you can start working with PWM driver that plays an important role for any
embedded project. This would be a good kick-start f
Hi there,
You can have a loot at :-
https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start
And if you are aiming for GSoC, you can refer :-
https://devel.rtems.org/wiki/GSoC/GettingStarted
On 30 January 2016 at 11:43, tafang joshua wrote:
> i will love to know how to download the source code
---
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,
On 15 August 2015 at 23:57, Joel Sherrill wrote:
> Hi
>
> It looks like the gpio addition broke three BSPs:
>
> arm-lpc1768_mbed_ahb_ram_eth
> arm-lpc1768_mbed_ahb_ram
> arm-lpc1768_mbed
>
>
> arm-rtems4.11-gcc --pipe -B../../../../../.././lib/
> -B../../../../../.././lpc1768_mbed_ahb_ram_et
Hello Andre,
I created a ticket <https://devel.rtems.org/ticket/2390> . Please make the
necessary changes.
Thanks.
Cheers,
Ketul
On 13 August 2015 at 19:38, André Marques
wrote:
> On 13-08-2015 14:51, Ketul Shah wrote:
>
> Hi Andre,
>
> Thanks for the reply.
>
>
Support for the BeagleBone Black.
+ */
+
+/**
+ * Copyright (c) 2015 Ketul Shah
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+/* BSP specific function definitions for BeagleBone
--- /dev/null
+++ b/c/src/lib/libbsp/arm/beagle/include/bbb-gpio.h
@@ -0,0 +1,43 @@
+/**
+ * @file
+ *
+ * @ingroup arm_beagle
+ *
+ * @brief BeagleBone Black BSP definitions.
+ */
+
+/**
+ * Copyright (c) 2015 Ketul Shah
+ *
+ * The license and distribution terms for this file may be
+ * found in the
shared code, so
>> perhaps you should focus on just getting a localized solution working
>> in the beagleboard BSP
>>
>> On Tue, Jun 30, 2015 at 5:46 AM, Ketul Shah
>> wrote:
>> > diff --git a/cpukit/include/rtems/gpio.h b/cpukit/include/rtems/gpio.h
diff --git a/testsuites/samples/gpio/init.c b/testsuites/samples/gpio/init.c
new file mode 100644
index 000..391d80c
--- /dev/null
+++ b/testsuites/samples/gpio/init.c
@@ -0,0 +1,94 @@
+/*
+ * Copyright (c) 2015 Ketul Shah
+ *
+ * The license and distribution terms for this file may be
arm_beagle
+ *
+ * @brief BeagleBone Black BSP definitions.
+ */
+
+/**
+ * Copyright (c) 2015 Ketul Shah
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef
for GPIO
+ */
+
+/**
+ * Copyright (c) 2015 Ketul Shah
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef _RTEMS_GPIO_H
+#define _RTEMS_GPIO_H
+
+#ifdef __cplusplus
c/lib/libbsp/arm/beagle/adc/adc.c
@@ -0,0 +1,97 @@
+/**
+ * @file
+ *
+ * @ingroup arm_beagle
+ *
+ * @brief ADC definitions.
+ */
+
+/**
+ * Copyright (c) 2015 Ketul Shah
+
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or
Sorry wrong attachment. Kindly review the recent one.
Thanks.
Best Regards,
Ketul
On 23 June 2015 at 20:20, Ketul Shah wrote:
> Hello all,
>
> Sorry as I am updating you related to my GPIO API after a huge delay.
>
> I have developed it and tested it on my BBB. I did some big
S += misc/i2c.c
diff --git a/c/src/lib/libbsp/arm/beagle/gpio/gpio.c
b/c/src/lib/libbsp/arm/beagle/gpio/gpio.c
new file mode 100644
index 000..7ffb17b
--- /dev/null
+++ b/c/src/lib/libbsp/arm/beagle/gpio/gpio.c
@@ -0,0 +1,198 @@
+/**
+ * @file
+ *
+ * @ingroup arm_beagle
+ *
+ * @brief Global BSP de
- the code should use a more consistent indenting style, and make
> variable names more descriptive than 'tmp'.
> - don't leave the configure changes in like in acinclude.m4
>
> bonus:
> - add DM3730 (beagleboard) support.
>
> Good luck!
>
>
> On Fr
arm_beagle
+ *
+ * @brief Global BSP definitions.
+ */
+
+/*
+ * Copyright (c) 2015 Ketul Shah
+
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include
+#include
+#include
> On Thu, Mar 26, 2015 at 8:14 PM, Ketul Shah
> wrote:
> > Hello all,
> >
> > I have done improvements of my proposal on melange as per feedback. So
> > please review it and I would be happy to hear your comments. My project
> > title is "Beagleboard BSP I
Hello all,
I have done improvements of my proposal on melange as per feedback. So
please review it and I would be happy to hear your comments. My project
title is "Beagleboard BSP Improvement" under name : ketul.
Thanks and regards,
ketul
___
devel ma
20 matches
Mail list logo