[PATCH] dtc.bset: update to 1.4.1 to match qemu

2019-08-14 Thread joel
From: Joel Sherrill --- bare/config/devel/dtc.bset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare/config/devel/dtc.bset b/bare/config/devel/dtc.bset index d701f93..54521f6 100644 --- a/bare/config/devel/dtc.bset +++ b/bare/config/devel/dtc.bset @@ -4,4 +4,4

[PATCH 2/2] spike.bset: Add dtc

2019-08-14 Thread joel
From: Joel Sherrill --- bare/config/devel/spike.bset | 1 + 1 file changed, 1 insertion(+) diff --git a/bare/config/devel/spike.bset b/bare/config/devel/spike.bset index c7a6340..76392f7 100644 --- a/bare/config/devel/spike.bset +++ b/bare/config/devel/spike.bset @@ -4,4 +4,5 @@ %define

Re: GSOC 2015 Monkey HTTP Server

2015-03-11 Thread Joel Sherrill
d need discussing. > Regards > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-L

[PATCH] posix/src/nanosleep.c: Address issue when delay is longer than desired

2015-03-11 Thread Joel Sherrill
This resulted in the elapsed time going below 0 and an arbitrarily large number returned as the time remaining. closes #2296. --- cpukit/posix/src/nanosleep.c | 43 +++ 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/cpukit/posix/src/nanosle

Re: GSOC 2015 - SMP Projects

2015-03-12 Thread Joel Sherrill
ts.rtems.org/mailman/listinfo/devel > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oa

Re: New source layout.

2015-03-12 Thread Joel Sherrill
t? Sebastian.. You have merged multiple pieces of third party code in the past year. Let's take a couple as examples and walk through the impact on them. Libcrypt? Sha? Jffs2? --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: New source layout.

2015-03-12 Thread Joel Sherrill
the resulting >objects. >> >> >> Amar. >> ___ >> devel mailing list >> devel@rtems.org >> http://lists.rtems.org/mailman/listinfo/devel >___ >devel mailing list >devel@rtems.org >http://lists.rtems.org/mailman/listinfo/devel --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Detecting Tests Which Don't Have Enough Workspace

2015-03-12 Thread Joel Sherrill
guration.stack_space_size` #echo ${image_size} ${wkspace_size} ${stackspace_size} total=`echo ${image_size} ${wkspace_size} + ${stackspace_size} + p | dc` echo ${total} ${exe} done exit 0 === -- Joel Sherrill, Ph.D. Director of Research & Develop

Re: Detecting Tests Which Don't Have Enough Workspace

2015-03-12 Thread Joel Sherrill
On 3/12/2015 12:45 PM, Gedare Bloom wrote: > On Thu, Mar 12, 2015 at 1:41 PM, Joel Sherrill > wrote: >> Hi >> >> Many BSPs can link a test but don't actually have enough memory >> to run the test. They will fail in the first few lines when the requested >&

Re: Detecting Tests Which Don't Have Enough Workspace

2015-03-12 Thread Joel Sherrill
On 3/12/2015 1:33 PM, Gedare Bloom wrote: > On Thu, Mar 12, 2015 at 2:26 PM, Joel Sherrill > wrote: >> >> On 3/12/2015 12:45 PM, Gedare Bloom wrote: >>> On Thu, Mar 12, 2015 at 1:41 PM, Joel Sherrill >>> wrote: >>>> Hi >>>> >>

Re: Detecting Tests Which Don't Have Enough Workspace

2015-03-12 Thread Joel Sherrill
On 3/12/2015 6:02 PM, Gedare Bloom wrote: > On Thu, Mar 12, 2015 at 6:58 PM, Amar Takhar wrote: >> On 2015-03-12 12:41 -0500, Joel Sherrill wrote: >>> Hi >>> >>> Many BSPs can link a test but don't actually have enough memory >>> to run the te

Re: Branching 4.11

2015-03-13 Thread Joel Sherrill
ave these items sorted. >> >> Chris >> >> ___ >> devel mailing list >> devel@rtems.org >> http://lists.rtems.org/mailman/listinfo/devel >___ >devel mailing list >devel@rtems.org >http://lists.rtems.org/mailman/listinfo/devel --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: lwIP for beaglebone black

2015-03-13 Thread Joel Sherrill
Daniel F. Gutson >Chief Engineering Officer, SPD > >San Lorenzo 47, 3rd Floor, Office 5 >Córdoba, Argentina > >Phone: +54 351 4217888 / +54 351 4218211 >Skype:dgutson >LinkedIn: http://ar.linkedin.com/in/danielgutson --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] autoconf changes

2015-03-14 Thread Joel Sherrill
On 03/14/2015 02:08 PM, Gedare Bloom wrote: Me too. I'm not sure why.. Which bootstrap? bootstrap or sb-bootstrap? Chris has fought the sorting order on some hosts. :( --joel On Sat, Mar 14, 2015 at 1:44 PM, Ben Gras wrote: Everytime I ./bootstrap&& ./bootstrap -p, I get

Re: [PATCH] autoconf changes

2015-03-14 Thread Joel Sherrill
acinclude.m4 #modified: c/src/lib/libbsp/powerpc/acinclude.m4 No big deal. But it would be nice to know what host did it this time. Chris has been fighting the sort order for a while. :( --joel > > On Sat, Mar 14, 2015 at 8:08 PM, Gedare Bloom wrote: >> Me too. I'm not sure why

Re: [rtems commit] tmtests/tmfine01: New test

2015-03-16 Thread Joel Sherrill
This looks like an SMP test. What happens on a uniprocessor build? On March 16, 2015 7:52:53 AM CDT, Sebastian Huber wrote: >Module:rtems >Branch:master >Commit:dc5e5f44485b8f9709da767f79595d2fa8aff74d >Changeset: >http://git.rtems.org/rtems/commit/?id=dc5e5f44485b8f9709da767f79595d2f

Re: [PATCH] preliminary Raspberry Pi Model 2 support

2015-03-16 Thread Joel Sherrill
Thanks. This is merged now. If merging this has impact on potential GSOC projects, then there may be some wiki pages to touch. --joel On 3/15/2015 11:09 AM, Alan Cudmore wrote: > This patch adds a BSP variant for the Raspberry Pi 2. > --enable-rtemsbsp="raspberrypi2 raspberrypi&q

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-16 Thread Joel Sherrill
m-rtems4.11-gdb-7.9-x86_64-pc-cygwin-1 > config: tools/rtems-tools-4.11-1.cfg > package: rtems-tools-HEAD-1 > git: clone: git://git.rtems.org/rtems-tools.git -> > sources/git/rtems-tools.git > git: fetch: git://git.rtems.org/rtems-tools.git -> > sources/git/rtems-tools.g

Re: [rtems commit] IMFS: don't strlen() an unterminated string in IMFS_dir_read().

2015-03-16 Thread Joel Sherrill
ent->d_namlen = imfs_node->namelen; > memcpy( dir_ent->d_name, imfs_node->name, dir_ent->d_namlen + 1 ); > > iop->offset += sizeof( *dir_ent ); > > ___ > vc mailing list > v...@rtems.org > http://

Fwd: Student Proposals Now Being Accepted for Google Summer of Code 2015

2015-03-16 Thread Joel Sherrill
-- Forwarded message -- From: 'Carol Smith' via Google Summer of Code Discuss < google-summer-of-code-disc...@googlegroups.com> Date: Mon, Mar 16, 2015 at 2:00 PM Subject: Student Proposals Now Being Accepted for Google Summer of Code 2015 To: Google Summer of Code Discuss < google-

Re: [GSoC] "RPi BSP improvement" idea separation

2015-03-16 Thread Joel Sherrill
phics library. Obviously, you can't use any USB devices for UI unless the USB stack works so the USB effort would bring that up while doing the graphics work. Then move to USB UI devices. --joel On 3/16/2015 1:59 PM, Yurii Shevtsov wrote: > Is there any final list of items? I have red

Re: [PATCH] IMFS: don't strlen() an unterminated string in IMFS_dir_read().

2015-03-16 Thread Joel Sherrill
I think is a bug in both creation and rename since they don't appear to account for NULL. > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel -- Joel Sherrill, Ph.D. Director

Re: [GSoC] "RPi BSP improvement" idea separation

2015-03-16 Thread Joel Sherrill
On 3/16/2015 2:37 PM, Gedare Bloom wrote: > On Mon, Mar 16, 2015 at 3:21 PM, Joel Sherrill > wrote: >> I don't know if this has been posted or merged into the WIki. >> Alan, Gedare and I were discussing this earlier today. One thing >> to remember is that it is

Re: [GSoC] "RPi BSP improvement" idea separation

2015-03-16 Thread Joel Sherrill
On 3/16/2015 2:57 PM, Yurii Shevtsov wrote: >> On 3/16/2015 2:37 PM, Gedare Bloom wrote: >>> On Mon, Mar 16, 2015 at 3:21 PM, Joel Sherrill >>> wrote: >>>> I don't know if this has been posted or merged into the WIki. >>>> Alan, Gedare and I

[PATCH 01/19] cpukit/libdl/rtl-obj-comp.c: Use correct printf() specification

2015-03-16 Thread Joel Sherrill
--- cpukit/libdl/rtl-obj-comp.c | 2 +- cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/libdl/rtl-obj-comp.c b/cpukit/libdl/rtl-obj-comp.c index d9c5462..e36276c 100644 --- a/cpukit/libdl/rtl-obj-comp.c +++ b/cpuki

[PATCH 00/19] Warning clean up series

2015-03-16 Thread Joel Sherrill
point where all use of deprecated methods can be eliminated very easily without impact. --joel Joel Sherrill (19): cpukit/libdl/rtl-obj-comp.c: Use correct printf() specification testsuites/samples/minimum/init.c: Notepads no longer need to be disabled tm07: Split some code into new

[PATCH 03/19] tm07: Split some code into new spnotepad02.

2015-03-16 Thread Joel Sherrill
Use of deprecated notepads in sp07 needs further work. Updates #2305. --- testsuites/sptests/Makefile.am | 2 +- testsuites/sptests/configure.ac| 1 + testsuites/sptests/sp07/init.c | 36 +++--- testsuites/sptests/sp07/sp07.scn

[PATCH 02/19] testsuites/samples/minimum/init.c: Notepads no longer need to be disabled

2015-03-16 Thread Joel Sherrill
They are disabled by default as they are deprecated. --- testsuites/samples/minimum/init.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c index 09aecbe..03ed79e 100644 --- a/testsuites/samples/minimum/init.c +++ b/te

[PATCH 04/19] mvme162/tod/tod.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mvme162/tod/tod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c b/c/src/lib/libbsp/m68k/mvme162/tod/tod.c index 3475979..abd353d 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tod/tod.c +++ b/c/src/lib/libbsp/

[PATCH 10/19] libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/libchip/i2c/spi-memdrv.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/c/src/libchip/i2c/spi-memdrv.c b/c/src/libchip/i2c/spi-memdrv.c index eba7b40..5930297 100644 --- a/c/src/libchip/i2c/spi-memdrv.c +++ b/c/src/libchip/i2c/spi-memdrv.c @@ -94,14 +94,1

[PATCH 11/19] libchip/network/if_fxp.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/libchip/network/if_fxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c index 6bcbd8b..9d223bb 100644 --- a/c/src/libchip/network/if_fxp.c +++ b/c/src/libchip/network/if_fxp.c @@ -415,7 +415,7 @@ rtems_f

[PATCH 12/19] libmisc/monitor/mon-task.c: Disable deprecated warning for use of notepads

2015-03-16 Thread Joel Sherrill
--- cpukit/libmisc/monitor/mon-task.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/monitor/mon-task.c b/cpukit/libmisc/monitor/mon-task.c index c2218b5..c08f1d2 100644 --- a/cpukit/libmisc/monitor/mon-task.c +++ b/cpukit/libmisc/monit

[PATCH 13/19] Disable deprecated warning on implementation of deprecated methods

2015-03-16 Thread Joel Sherrill
--- cpukit/rtems/src/clockget.c | 6 ++ cpukit/rtems/src/taskgetnote.c | 5 + cpukit/rtems/src/tasks.c| 14 +- cpukit/rtems/src/tasksetnote.c | 5 + cpukit/rtems/src/taskvariable_invoke_dtor.c | 5 + cpuk

[PATCH 14/19] tests misc: Disable deprecated method usage warning when intentional

2015-03-16 Thread Joel Sherrill
These tests intentionally use the deprecated method. Eventually this code in the sections can be deleted. --- testsuites/psxtests/psxconfig01/init.c | 14 +- testsuites/sptests/spclockget/init.c| 2 + testsuites/sptests/spnotepad01/init.c | 5 + testsuites/sptests/sptask_err04/task1.c

[PATCH 15/19] sptests misc: Update to not use deprecated methods

2015-03-16 Thread Joel Sherrill
--- testsuites/sptests/spcbssched02/task_periodic.c | 6 +++--- testsuites/sptests/spcbssched03/tasks_aperiodic.c | 6 +++--- testsuites/sptests/spcbssched03/tasks_periodic.c | 6 +++--- testsuites/sptests/spedfsched03/tasks_aperiodic.c | 6 +++--- testsuites/sptests/spedfsched03/tasks_periodic

[PATCH 16/19] powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warning

2015-03-16 Thread Joel Sherrill
updated #2306. --- c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c b/c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c index 216b4a9..4bd5a8a 100644 --- a

[PATCH 17/19] powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated method

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c b/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c index 9e949e7..0d2fa92 100644 --- a/c/src/lib/libbsp/powerpc/shared/fl

[PATCH 18/19] cpukit/include/rtems/btimer.h: Improve brief

2015-03-16 Thread Joel Sherrill
--- cpukit/include/rtems/btimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h index 7257ef6..78f8d9c 100644 --- a/cpukit/include/rtems/btimer.h +++ b/cpukit/include/rtems/btimer.h @@ -52,7 +52,7 @@ extern "C" {

[PATCH 19/19] spcbssched03/tasks_periodic.c: Fixed now used before set warning

2015-03-16 Thread Joel Sherrill
--- testsuites/sptests/spcbssched03/tasks_periodic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/sptests/spcbssched03/tasks_periodic.c b/testsuites/sptests/spcbssched03/tasks_periodic.c index 37b15b4..aa68228 100644 --- a/testsuites/sptests/spcbssched03/tasks_periodic.c +++ b/t

Warning Update

2015-03-16 Thread Joel Sherrill
ning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'fsblkcnt_t' [-Wformat=] ../../../../../../rtems/c/src/../../cpukit/libmisc/shell/main_df.c:93:9: warning: format '%lu' expects argument of type 'long unsigned int'

[PATCH 05/19] mvme167/network/network.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mvme167/network/network.c | 40 + 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mvme167/network/network.c b/c/src/lib/libbsp/m68k/mvme167/network/network.c index ff2356f..ab4ccf4 100644 --- a/c/src/lib/libbs

[PATCH 06/19] beatnik/network/porting/if_xxx_rtems.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c b/c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c index b0f90f3..fe15f97 100644 -

[PATCH 08/19] powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c b/c/src/lib/libbsp/powerpc/shared/flash/intelFlash.c index 10eb665..9e949e7 100644 --- a/c/src/lib/libbsp/powerpc/shared/fl

[PATCH 07/19] score603e/tod/tod.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/score603e/tod/tod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c b/c/src/lib/libbsp/powerpc/score603e/tod/tod.c index 8135404..217c6f0 100644 --- a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c +++

[PATCH 09/19] libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get()

2015-03-16 Thread Joel Sherrill
--- c/src/lib/libcpu/bfin/clock/rtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libcpu/bfin/clock/rtc.c b/c/src/lib/libcpu/bfin/clock/rtc.c index 4af18a2..fa340a3 100644 --- a/c/src/lib/libcpu/bfin/clock/rtc.c +++ b/c/src/lib/libcpu/bfin/clock/rtc.c @@ -44,

Re: RPi Support GSoC 2015

2015-03-17 Thread Joel Sherrill
Looks good. Time to update your entry in the table at https://devel.rtems.org/wiki/GSoC/2015 and apply to Google at http://www.google-melange.com/gsoc/homepage/google/gsoc2015 Plus work on the proposal for us. :) -joel On 3/17/2015 9:56 AM, Yurii Shevtsov wrote: > Patch: > diff -

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread Joel Sherrill
On 3/17/2015 11:30 AM, emanuel stiebler wrote: > On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel > Sherrill wrote: > >> Hmmm.. copying from the log you attached: > >> > >> This looks like somehow the the contents of >

Re: RTEMS BugZilla is down

2015-03-17 Thread Joel Sherrill
ckets. We are using Trac now. > >Thanks, > > >--Wendell. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RTEMS BugZilla is down

2015-03-17 Thread Joel Sherrill
On March 17, 2015 5:47:24 PM CDT, Wendell Silva wrote: >OK, Joel. Thanks. > >I've just fixed the broken link in the new wiki page. Good catch! Search in the wiki for bugzilla to make sure there aren't more. > >--Wendell. > > > >On Tue, Mar 17, 2015 at 7:1

Recommended Path for Testing USB on Boards

2015-03-18 Thread Joel Sherrill
what order, and what existing RTEMS tests and/or test procedures should be used. I recall that you did some initial checkout with a mouse but the goal was removable media. I just want the students to have a work plan that makes sense based on your experience. Thanks. -- Joel Sherrill, Ph.D

[PATCH 1/2] cpukit/libmisc/shell/main_df.c: Eliminate printf() format warning

2015-03-18 Thread Joel Sherrill
--- cpukit/libmisc/shell/main_df.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_df.c b/cpukit/libmisc/shell/main_df.c index ec0dc7d..ac1d5f6 100644 --- a/cpukit/libmisc/shell/main_df.c +++ b/cpukit/libmisc/shell/main_df.c @@ -84,12 +84,13 @@ st

[PATCH 2/2] cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warning

2015-03-18 Thread Joel Sherrill
--- cpukit/libmisc/shell/hexdump-conv.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index ae1540f..fc579af 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++ b/cpukit/libmisc/shell/hexdump-con

Re: [PATCH v2] score: Fix _Thread_Change_priority()

2015-03-18 Thread Joel Sherrill
FIGURE_MAXIMUM_TASKS 2 > +#define CONFIGURE_MAXIMUM_TIMERS 1 > +#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 1 > + > +#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION > + > +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE > + > +#define CONFIGURE_INIT &g

Re: Minimum RTEMS system clock frequency

2015-03-19 Thread Joel Sherrill
request. > >Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. > >___ >devel mailing list >devel@rtems.org >http://lists.rtems.org/mailman/listinfo/devel --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GSOC 2015 Monkey HTTP Server

2015-03-19 Thread Joel Sherrill
On March 19, 2015 7:58:52 AM CDT, Eduardo Silva wrote: >Hi Joel, > >sorry for the late reply, really busy days :) > >As you may know we were not selected this time. Did Monkey apply separately from Software Freedom Conservancy? I thought the big umbrellas applied to cover th

Re: GSOC 2015 Monkey HTTP Server

2015-03-19 Thread Joel Sherrill
On 3/19/2015 9:04 AM, Eduardo Silva wrote: > > > On Thu, Mar 19, 2015 at 7:18 AM, Joel Sherrill > mailto:joel.sherr...@oarcorp.com>> wrote: > > > > On March 19, 2015 7:58:52 AM CDT, Eduardo Silva <mailto:edua...@monkey.io>> wrote: > >Hi

imfs.h: warning cast from pointer to integer of different size

2015-03-19 Thread Joel Sherrill
we be better off with ino_t being uintptr_t since we do cast it back and forth? Any other suggestions? -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805

Re: imfs.h: warning cast from pointer to integer of different size

2015-03-19 Thread Joel Sherrill
On March 19, 2015 9:52:56 AM CDT, Gedare Bloom wrote: >On Thu, Mar 19, 2015 at 10:49 AM, Joel Sherrill > wrote: >> Hi >> >> On one platform, we get a warning for this piece of code in imfs.h >> >> static inline ino_t IMFS_node_to_ino( const IMFS_jnode_t *

Re: imfs.h: warning cast from pointer to integer of different size

2015-03-19 Thread Joel Sherrill
On 3/19/2015 10:30 AM, Sebastian Huber wrote: > ----- Joel Sherrill schrieb: >> >> On March 19, 2015 9:52:56 AM CDT, Gedare Bloom wrote: >>> On Thu, Mar 19, 2015 at 10:49 AM, Joel Sherrill >>> wrote: >>>> Hi >>>> >>>&g

Re: Minimum RTEMS system clock frequency

2015-03-19 Thread Joel Sherrill
_ >devel mailing list >devel@rtems.org >http://lists.rtems.org/mailman/listinfo/devel --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PING][PATCH] LPC176x: Add CAN, PWM, ADC and UART1/2/3 support to the BSP.

2015-03-20 Thread Joel Sherrill
finally kill that misformatted license text? --joel On 3/20/2015 8:08 AM, Sebastian Huber wrote: > Maybe it makes sense to add a git commit hook, that rejects such > patches. We already have this issue in other places as well: > > ./cpukit/libmisc/shell/main_md5.c: * http://www.rtems

Re: UART driver: read function

2015-03-20 Thread Joel Sherrill
. The RX ISR puts the data directly into termios buffers (e.g. rtems_termios_enqueue...) What code polls forever? > Best regards, > Daniel Krüger > -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Resear

Re: UART driver: read function

2015-03-20 Thread Joel Sherrill
t; https://docs.rtems.org/doc-current/share/rtems/html/bsp_howto/Console-Driver.html#Console-Driver > > A busy wait in the polled read handler is a driver bug. And it have been for a LONG time. :) > ___ > devel mailing list > devel@rtems.o

Re: GSOC 2015 Monkey HTTP Server

2015-03-20 Thread Joel Sherrill
and make an RSB package. With documentation as needed. That is a good goal. >>> I think debugging and testing will be a major part of the project. >>> >> Always. >> >>> I was thinking along the lines, that the second part of the project >>> should b

Re: [rpi bsp] merging status of mailbox and the status of rtems graphics kits

2015-03-20 Thread Joel Sherrill
nd then the graphics part should just work. Keyboard and pointing devices will likely require USB support. For now, you would build it using the shell script in the top directory. As part two of the project, you would convert the pieces to the RSB packaging format. > regards -- Joel Sherr

new warnings in

2015-03-20 Thread Joel Sherrill
zed in this function [-Wmaybe-uninitialized] --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

How to cast for user provided idle thread

2015-03-20 Thread Joel Sherrill
: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] I think all that is needed is a cast so the Init task can also be the IDLE thread. But my brain was hurting today and I couldn't remember the cast. Giving a shout out for the answer. :) Thanks. -

Re: rsb build process - ftp error

2015-03-20 Thread Joel Sherrill
various GNU packages. > Also I think there is some error with downloading via ftp - is there > some way I can change the download through http? > You can change that in these files. [joel@localhost rtems-source-builder]$ ls -1 source-builder/config/auto* source-builder/config/autoconf

Re: rsb build process - ftp error

2015-03-20 Thread Joel Sherrill
You will also hit this with gcc, gdb and binutils. A patch is welcomed > >On Sat, Mar 21, 2015 at 7:05 AM, Joel Sherrill > wrote: > > > >On 3/20/2015 8:14 PM, Anand Krishnan wrote: >> Hi, >> >> I am trying to build RSB for sparc. During the installation, it i

arm-lpc1768_mbed* warnings

2015-03-21 Thread Joel Sherrill
3: warning: 'lpc176x_uart3_probe' defined but not used [-Wunused-function] -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available

Re: arm-lpc1768_mbed* warnings

2015-03-21 Thread Joel Sherrill
On 3/21/2015 11:41 AM, Joel Sherrill wrote: > Hi > > Testing against gcc head these showed up: > > $ ./w log/arm-lpc1768_mbed*.log | sort -u > c/src/lib/libbsp/arm/lpc176x/console/console-config.c:77:13: warning: > 'lpc176x_uart2_probe' defined but not used

Last Warnings

2015-03-23 Thread Joel Sherrill
ots it. Thanks. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 00/42] Warning Removal Patch Series

2015-03-23 Thread Joel Sherrill
particular the h8300 has warnings which disappear with a newer gcc. Most of these patches are very small and intentionally so. I didn't want to combine them. Each is single purpose and up for discussion. Please review and I will push later. --joel Joel Sherrill (42): cpukit/libmisc/

[PATCH 01/42] cpukit/libmisc/shell/main_df.c: Eliminate printf() format warning

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/main_df.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_df.c b/cpukit/libmisc/shell/main_df.c index ec0dc7d..ac1d5f6 100644 --- a/cpukit/libmisc/shell/main_df.c +++ b/cpukit/libmisc/shell/main_df.c @@ -84,12 +84,13 @@ st

[PATCH 03/42] tools/build/rtems-test-check: Support multiple include files

2015-03-23 Thread Joel Sherrill
--- tools/build/rtems-test-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check index 3a485c7..2411dd1 100755 --- a/tools/build/rtems-test-check +++ b/tools/build/rtems-test-check @@ -28,7 +28,7 @@ bsp_tests=${tests}

[PATCH 04/42] testsuites/testdata: Add sets to disable all jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- testsuites/testdata/disable-jffs2-tests.tcfg | 12 testsuites/testdata/disable-mrfs-tests.tcfg | 13 + 2 files changed, 25 insertions(+) create mode 100644 testsuites/testdata/disable-jffs2-tests.tcfg create mode 100644 testsuites/testdata/disable-mrfs-tests.tcfg d

[PATCH 05/42] avrtest: Disable jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg index 66fa238..13bd283 100644 --- a/c/src/lib

[PATCH 06/42] h8sim: Disable jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg | 2 ++ c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim-testsuite.tcfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg b/c/src/lib/libbsp/h8300/h8sim/make/cust

[PATCH 07/42] m32cbsp: Disable jffs2 and mrfs tests

2015-03-23 Thread Joel Sherrill
--- .../lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg index 4ce476e..6995

[PATCH 02/42] cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warning

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/hexdump-conv.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index ae1540f..fc579af 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++ b/cpukit/libmisc/shell/hexdump-con

[PATCH 08/42] testsuites/psxtests/psxsignal03/init.c: Fix line wrap

2015-03-23 Thread Joel Sherrill
--- testsuites/psxtests/psxsignal03/init.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/psxtests/psxsignal03/init.c b/testsuites/psxtests/psxsignal03/init.c index 253064f..f3fc266 100644 --- a/testsuites/psxtests/psxsignal03/init.c +++ b/testsuites/psxtests/

[PATCH 09/42] avrtest-testsuite.tcfg: Add tests with data size issues

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg | 5 + 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg b/c/src/lib/libbsp/avr/avrtest/make/custom/avrtest-testsuite.tcfg index 13bd283..91d7c1b 100644 --- a/c/src/

[PATCH 10/42] h8sim*-testsuite.tcfg: Add tests with data size issues

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg | 4 +++- c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim-testsuite.tcfg | 6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim-testsuite.tcfg b/c/src/lib/libbsp/

[PATCH 11/42] m32csim-testsuite.tcfg: Add tests with data size issues

2015-03-23 Thread Joel Sherrill
--- c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg | 5 + 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg index 6995ce1..c522616 100644 --- a/c/s

[PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-23 Thread Joel Sherrill
--- cpukit/libcrypt/crypt-md5.c | 12 1 file changed, 12 insertions(+) diff --git a/cpukit/libcrypt/crypt-md5.c b/cpukit/libcrypt/crypt-md5.c index c60dcf8..78ae0bc 100644 --- a/cpukit/libcrypt/crypt-md5.c +++ b/cpukit/libcrypt/crypt-md5.c @@ -133,6 +133,17 @@ crypt_md5_r(const char

[PATCH 13/42] imfs.h: Add cast to remove warning for pointer/integer size mismatch

2015-03-23 Thread Joel Sherrill
--- cpukit/libfs/src/imfs/imfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h index bcf13d8..fe3c5b1 100644 --- a/cpukit/libfs/src/imfs/imfs.h +++ b/cpukit/libfs/src/imfs/imfs.h @@ -898,7 +898,7 @@ static inline boo

[PATCH 14/42] capture/capture_support.c: Fix printf() warning and formatting

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/capture/capture_support.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/cpukit/libmisc/capture/capture_support.c b/cpukit/libmisc/capture/capture_support.c index ae77ba8..f531666 100644 --- a/cpukit/libmisc/capture/capture_suppor

[PATCH 15/42] dummy/default-configuration.c: Tune configuration down for small targets

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/dummy/default-configuration.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/cpukit/libmisc/dummy/default-configuration.c b/cpukit/libmisc/dummy/default-configuration.c index ae7ad61..fc00406 100644 --- a/cpukit/libmisc/dummy/default-configu

[PATCH 16/42] shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVAL

2015-03-23 Thread Joel Sherrill
--- cpukit/libmisc/shell/utils-cp.c | 9 + 1 file changed, 9 insertions(+) diff --git a/cpukit/libmisc/shell/utils-cp.c b/cpukit/libmisc/shell/utils-cp.c index 7b7c7fc..4eab78e 100644 --- a/cpukit/libmisc/shell/utils-cp.c +++ b/cpukit/libmisc/shell/utils-cp.c @@ -328,6 +328,15 @@ copy_spe

[PATCH 17/42] malloctest/init.c: Fix use uninitialized warning

2015-03-23 Thread Joel Sherrill
--- testsuites/libtests/malloctest/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 399cdd5..7e1728d 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -

[PATCH 18/42] psxtests/psx15/init.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/psxtests/psx15/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuites/psxtests/psx15/init.c b/testsuites/psxtests/psx15/init.c index cb0d932..654f0c8 100644 --- a/testsuites/psxtests/psx15/init.c +++ b/testsuites/psxtests/psx15/init.c @@ -56,7 +56,9

[PATCH 19/42] psxconfig01/init.c: Correct pointer/integer size warning

2015-03-23 Thread Joel Sherrill
--- testsuites/psxtests/psxconfig01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c index ea8cd5d..0a3de1b 100644 --- a/testsuites/psxtests/psxconfig01/init.c +++ b/testsuites/psxtests/psxco

[PATCH 20/42] sptests/sp12/pritask.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp12/pritask.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testsuites/sptests/sp12/pritask.c b/testsuites/sptests/sp12/pritask.c index 736aa82..2de764a 100644 --- a/testsuites/sptests/sp12/pritask.c +++ b/testsuites/sptests/sp12/pritask.c @@ -

[PATCH 21/42] sptests/sp13/system.h: Fine tune message buffer configuration to avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp13/system.h | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/testsuites/sptests/sp13/system.h b/testsuites/sptests/sp13/system.h index ae5ed4f..7bb680c 100644 --- a/testsuites/sptests/sp13/system.h +++ b/testsuites/sptest

[PATCH 22/42] sptests/sp20: Reduce memory requirements

2015-03-23 Thread Joel Sherrill
This was checked on sparc/sis. If this fails on other targets, then the task stack sizes needs to be reevaluated. --- testsuites/sptests/sp20/init.c | 2 +- testsuites/sptests/sp20/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuites/sptests/sp20/init.c b/tes

[PATCH 23/42] sptests/sp33/init.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp33/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/sp33/init.c b/testsuites/sptests/sp33/init.c index 828c374..579cd65 100644 --- a/testsuites/sptests/sp33/init.c +++ b/testsuites/sptests/sp33/init.c @@ -44,11 +44,12 @@ rt

[PATCH 24/42] sptests/sp34/changepri.c: Correct printf() warning

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/sp34/changepri.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c index fea1fbe..f32f6ec 100644 --- a/testsuites/sptests/sp34/changepri.c +++ b/testsuites/sptests/sp34/chan

[PATCH 25/42] sptests/spatomic01/init.c: Avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spatomic01/init.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/testsuites/sptests/spatomic01/init.c b/testsuites/sptests/spatomic01/init.c index f98c550..fbfd071 100644 --- a/testsuites/sptests/spatomic01/init.c +++ b/testsuites/s

[PATCH 26/42] sptests/spedfsched02: Reduce stack space usage to fix on smaller targets

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spedfsched02/init.c | 2 +- testsuites/sptests/spedfsched02/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuites/sptests/spedfsched02/init.c b/testsuites/sptests/spedfsched02/init.c index d112410..aa2798c 100644 --- a/testsuites/sptest

[PATCH 27/42] sptests/spwatchdog/init.c: Avoid integer overflow

2015-03-23 Thread Joel Sherrill
--- testsuites/sptests/spwatchdog/init.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/spwatchdog/init.c b/testsuites/sptests/spwatchdog/init.c index 8e329a4..1d3cb2f 100644 --- a/testsuites/sptests/spwatchdog/init.c +++ b/testsuites/sptests/spw

  1   2   3   4   5   6   7   8   9   10   >