public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: unassigned@bugs.ecos.sourceware.org
Subject: [Bug 1001453] CAN IO package: wider flags field, flag to report return to 'error active' mode
Date: Sat, 14 Jan 2012 22:40:00 -0000	[thread overview]
Message-ID: <20120114223944.83DE72F78011@mail.ecoscentric.com> (raw)
In-Reply-To: <bug-1001453-777@http.bugs.ecos.sourceware.org/>

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001453

--- Comment #3 from Bernard Fouché <bernard.fouche@kuantic.com> 2012-01-14 22:39:39 GMT ---
I also forgot to document the meaning of the added flag ;-)

While thinking at other things I may have forgotten, I now see an issue with
the bitfield 'support_flags' in cyg_can_hdi.

Here is cyg_can_hdi:

typedef struct cyg_can_hdi_st
{
    cyg_uint8 support_flags;
    cyg_uint8 controller_type;
} cyg_can_hdi;

The issue is a lack of description of the low level driver filtering
capabilities.

The 'SW-Filt' flag has been replaced by 'autobaud' in the source code (my patch
fixes the doc about this).

Hence there is no more description of a hw driver filtering capabilities while
these capabilities are essential in a real world CAN network. The 'software
filtering' information was not very helpful to user code anyway, I suppose
that's why it has been removed and the corresponding bit recycled.

I suggest to use two reserved bits in 'support_flags':

- a bit to describe identifier range filtering capability (0=no range
filtering, this keep compatibility with current code)

- a bit to describe bitmask filtering capability (0=no bitmask filtering). I
think bitmask filtering is the most common and efficient way to filter CAN
frames. (While LPC17XX has range filtering capabilities, the upcoming LPC18XX
has bitmask filtering instead)

The side effect is a need for more config keys, to declare filtering
information.

The LPC2XXX driver provides identifier range filtering config keys (as a cdl
option), but since the CAN IO package does not support range filtering (in
terms of API convention), these supplementary config keys can be obtained by
user code only by including explicitly the LPC2XXX specific header file.

If these two new data bits in 'support_flags' are added, then the config keys
provided by the LPC2XXX driver can become the 'official' config keys for
identifier range filtering.

And of course there is also a need for config keys related to bitmask
filtering. AFAIK, bitmask filtering is made by declaring an identifier value
and a bitmask, so the config keys related to bitmask filtering would need 2 x
32 bits value for config data (like the LPC2XXX range filtering key)

Since the CAN IO package relay to the hardware layer the config keys it does
not handle itself, there would be no functional change in the package, like the
patch I proposed.

If this is ok I'll provide an updated patch (using the diff option you
mention), and combine these changes. 

Or I can provide two patches, one to fix the patch I proposed, and then I open
a new bugzilla entry with a new patch related to 'support_flags'.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
>From ecos-bugs-return-8668-listarch-ecos-bugs=sources.redhat.com@sourceware.org Sun Jan 15 02:00:33 2012
Return-Path: <ecos-bugs-return-8668-listarch-ecos-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-ecos-bugs@sources.redhat.com
Received: (qmail 26586 invoked by alias); 15 Jan 2012 02:00:30 -0000
Received: (qmail 26213 invoked by uid 22791); 15 Jan 2012 02:00:28 -0000
X-SWARE-Spam-Status: No, hits=0.7 required=5.0
	tests=AWL,BAYES_00,HTML_MESSAGE,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197)
    by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Jan 2012 02:00:12 +0000
Received: by mail.ecoscentric.com (Postfix, from userid 48)
	id 7E9C32F7800F; Sun, 15 Jan 2012 02:00:10 +0000 (GMT)
X-Original-To: unassigned@bugs.ecos.sourceware.org
Delivered-To: unassigned@bugs.ecos.sourceware.org
From: bugzilla-daemon@ecoscentric.com
To: unassigned@bugs.ecos.sourceware.org
Subject: [Issue Management System] eCos bugs/patches left UNASSIGNED for 2
 months
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----------20392--1326592805-----"
X-Bugzilla-Type: whine
X-Bugzilla-URL: http://bugzilla.ecoscentric.com/
Auto-Submitted: auto-generated
Date: Sun, 15 Jan 2012 02:00:00 -0000
Message-Id: <20120115020005.CD0882F7800F@mail.ecoscentric.com>
Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <ecos-bugs.sourceware.org>
List-Subscribe: <mailto:ecos-bugs-subscribe@sourceware.org>
List-Post: <mailto:ecos-bugs@sourceware.org>
List-Help: <mailto:ecos-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: ecos-bugs-owner@sourceware.org
Delivered-To: mailing list ecos-bugs@sourceware.org
X-SW-Source: 2012/txt/msg00097.txt.bz2


------------20392--1326592805-----
Content-type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Content-length: 11198

This is an automated mail to make people aware that the following issues have still not been assigned to anyone (owned by 'unassigned') over 2 months since they were created!

Please can people volunteer to look at them ASAP.




  This search was scheduled by jifl@ecoscentric.com.



Unassigned for >= 2 months
--------------------------
Issue 1000986:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000986
  Priority: low  Severity: normal  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: New HAL for freescale MPC8572DS
Issue 1001027:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001027
  Priority: normal  Severity: normal  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Checking whether the client is connected to the Server usin netconn lwIP
Issue 1001031:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001031
  Priority: normal  Severity: normal  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: fis_write function in redboot not writng into flash properly - help needed
Issue 1001069:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001069
  Priority: low  Severity: normal  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: SST 39VFxxx bad command code for erasing block
Issue 1001084:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001084
  Priority: normal  Severity: normal  Platform: stm32e_eval (ST STM3210E EVAL board)
  Assignee: unassigned
    Status: NEW
   Summary: STM32 USB driver unplugging/replugging issue
Issue 1001096:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001096
  Priority: high  Severity: critical  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Dual Init of SPI on at91sam7x-based system
Issue 1001107:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001107
  Priority: low  Severity: enhancement  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Support for the STMicroelectronics STR912FAW44 processor (ARM966E-S) and the Propox MMstr912 board
Issue 1001110:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001110
  Priority: low  Severity: major  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: cyg_flag_poll and cyg_flag_wait clears all flags
Issue 1001119:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001119
  Priority: low  Severity: normal  Platform: at91sam7sek_256 (AT91SAM7S-EK board with AT91SAM7S256)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: at91_spi.c says "fix me", and need a flag to be cleared before transfer()
Issue 1001120:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001120
  Priority: normal  Severity: normal  Platform: at91sam7sek_256 (AT91SAM7S-EK board with AT91SAM7S256)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: at91sam's PIT can hang vorever if
Issue 1001129:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001129
  Priority: low  Severity: enhancement  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: New HAL package for the AT91RM9200
Issue 1001133:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001133
  Priority: low  Severity: minor  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: STM32 SPI APB1 and APB2 bus clock frequency issue
Issue 1001139:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001139
  Priority: normal  Severity: major  Platform: linux (Linux synthetic target)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: 'make tests' fails for linux synthetic target
Issue 1001146:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001146
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: NEW
   Summary: Navigation of the documentation using PREV NEXT PARENT arrows broken
Issue 1001148:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001148
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: NEW
   Summary: help documentation tree does not correspond to viewed document
Issue 1001149:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001149
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: NEW
   Summary: documentation tree in navigation panel does not open at viewed document
Issue 1001151:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001151
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: fisdir_size when combined FIS and config
Issue 1001160:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001160
  Priority: high  Severity: critical  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: FIQ can trash stack when interrupting IRQ
Issue 1001161:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001161
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: hal_interrupt_mask() interrupt lost
Issue 1001168:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001168
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: ftell returns incorrect position on files opened for append
Issue 1001175:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001175
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: NEEDINFO
   Summary: Not detecting repository
Issue 1001176:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001176
  Priority: high  Severity: critical  Platform: Other (please specify)
  Assignee: unassigned
    Status: NEEDINFO
   Summary: Repository Error
Issue 1001179:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001179
  Priority: high  Severity: enhancement  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: ecos with network support for MINI2440 QEMU
Issue 1001193:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001193
  Priority: low  Severity: minor  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: abnormal behavior readdir on fat16
Issue 1001207:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001207
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: HAL_BREAKINST_TYPE is missing for building redboot
Issue 1001208:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001208
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Redboot changes to support Embedded Flash with variable block sizes
Issue 1001211:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001211
  Priority: normal  Severity: minor  Platform: All
  Assignee: unassigned
    Status: NEW
   Summary: CAN loopback driver requires CYGPKG_DEVS_CAN_LOOP_CAN[01]
Issue 1001235:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001235
  Priority: low  Severity: minor  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: National Semiconductor DP83848 PHY
Issue 1001237:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001237
  Priority: low  Severity: minor  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Missing CDL dependency on VNC server test application
Issue 1001238:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001238
  Priority: low  Severity: critical  Platform: at91sam7xek_512 (AT91SAM7X-EK board with AT91SAM7X512)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Thumb mode return from ISR causes undefined behaviour
Issue 1001243:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001243
  Priority: normal  Severity: normal  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Fix trace function reporting of rewinddir()
Issue 1001252:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001252
  Priority: low  Severity: critical  Platform: linux (Linux synthetic target)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Problem building "Linux Synthetic" target on Linux (Ubuntu)
Issue 1001268:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001268
  Priority: low  Severity: enhancement  Platform: stm32e_eval (ST STM3210E EVAL board)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: I2C driver for STM32 Cortex M3
Issue 1001269:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001269
  Priority: low  Severity: major  Platform: pc (i386 PC target)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Via Rhine Ethernet driver is reading the MAC incorrectly
Issue 1001300:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001300
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: problème de commutation des taches
Issue 1001344:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001344
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: NEW
   Summary: Allow nc_test_slave for lwIP to compile for targets with 128KiB RAM.
Issue 1001349:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001349
  Priority: low  Severity: major  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Usage of block locking in the flash library
Issue 1001351:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001351
  Priority: low  Severity: normal  Platform: stm32e_eval (ST STM3210E EVAL board)
  Assignee: unassigned
    Status: NEEDINFO
   Summary: Non-dummy stm32_get_config() and stm32_set_config() for stm32 spi driver
Issue 1001357:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001357
  Priority: low  Severity: normal  Platform: Custom (Customer specific)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Cortexm Bus fault
Issue 1001359:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001359
  Priority: low  Severity: normal  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Incorrect include path in SNMP util_funcs.h and config.h
Issue 1001368:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001368
  Priority: normal  Severity: major  Platform: sam9g20ek (Atmel AT91SAM9G20-EK board)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Availability of port.
Issue 1001369:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001369
  Priority: low  Severity: critical  Platform: linux (Linux synthetic target)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: target.ld:33 cannot move location counter backwards
Issue 1001375:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001375
  Priority: low  Severity: enhancement  Platform: All
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Duplicate md5 code
Issue 1001389:
  http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001389
  Priority: low  Severity: minor  Platform: Other (please specify)
  Assignee: unassigned
    Status: UNCONFIRMED
   Summary: Porting eCos to new hardware



------------20392--1326592805-----
Content-type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Content-length: 21519

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>
      [Issue Management System] eCos bugs/patches left UNASSIGNED for 2 months
    </title>
  </head>
  <body bgcolor="#FFFFFF">

    <p align="left">This is an automated mail to make people aware that the following issues have still not been assigned to anyone (owned by 'unassigned') over 2 months since they were created!

Please can people volunteer to look at them ASAP.



    </p>

    <p align="left">
        This search was scheduled by jifl&#64;ecoscentric.com.
    </p>



  <h2>Unassigned for &gt;= 2 months</h2>

  <table width="100%">
    <tr>
      <th align="left">ID</th>
      <th align="left">Sev</th>
      <th align="left">Pri</th>
      <th align="left">Plt</th>
      <th align="left">Assignee</th>
      <th align="left">Status</th>
      <th align="left">Resolution</th>
      <th align="left">Summary</th>
    </tr>

      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000986">1000986</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">New HAL for freescale MPC8572DS</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001027">1001027</a></td>
        <td align="left">normal</td>
        <td align="left">normal</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Checking whether the client is connected to the Server usin netconn lwIP</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001031">1001031</a></td>
        <td align="left">normal</td>
        <td align="left">normal</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">fis_write function in redboot not writng into flash properly - help needed</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001069">1001069</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">SST 39VFxxx bad command code for erasing block</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001084">1001084</a></td>
        <td align="left">normal</td>
        <td align="left">normal</td>
        <td align="left">stm32e_eval (ST STM3210E EVAL board)</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">STM32 USB driver unplugging/replugging issue</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001096">1001096</a></td>
        <td align="left">critical</td>
        <td align="left">high</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Dual Init of SPI on at91sam7x-based system</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001107">1001107</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Support for the STMicroelectronics STR912FAW44 processor (ARM966E-S) and the Propox MMstr912 board</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001110">1001110</a></td>
        <td align="left">major</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">cyg_flag_poll and cyg_flag_wait clears all flags</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001119">1001119</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">at91sam7sek_256 (AT91SAM7S-EK board with AT91SAM7S256)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">at91_spi.c says &quot;fix me&quot;, and need a flag to be cleared before transfer()</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001120">1001120</a></td>
        <td align="left">normal</td>
        <td align="left">normal</td>
        <td align="left">at91sam7sek_256 (AT91SAM7S-EK board with AT91SAM7S256)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">at91sam's PIT can hang vorever if</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001129">1001129</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">New HAL package for the AT91RM9200</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001133">1001133</a></td>
        <td align="left">minor</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">STM32 SPI APB1 and APB2 bus clock frequency issue</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001139">1001139</a></td>
        <td align="left">major</td>
        <td align="left">normal</td>
        <td align="left">linux (Linux synthetic target)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">'make tests' fails for linux synthetic target</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001146">1001146</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">Navigation of the documentation using PREV NEXT PARENT arrows broken</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001148">1001148</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">help documentation tree does not correspond to viewed document</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001149">1001149</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">documentation tree in navigation panel does not open at viewed document</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001151">1001151</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">fisdir_size when combined FIS and config</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001160">1001160</a></td>
        <td align="left">critical</td>
        <td align="left">high</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">FIQ can trash stack when interrupting IRQ</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001161">1001161</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">hal_interrupt_mask() interrupt lost</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001168">1001168</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">ftell returns incorrect position on files opened for append</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001175">1001175</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEEDINFO</td>
        <td align="left"></td>
        <td align="left">Not detecting repository</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001176">1001176</a></td>
        <td align="left">critical</td>
        <td align="left">high</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">NEEDINFO</td>
        <td align="left"></td>
        <td align="left">Repository Error</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001179">1001179</a></td>
        <td align="left">enhancement</td>
        <td align="left">high</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">ecos with network support for MINI2440 QEMU</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001193">1001193</a></td>
        <td align="left">minor</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">abnormal behavior readdir on fat16</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001207">1001207</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">HAL_BREAKINST_TYPE is missing for building redboot</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001208">1001208</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Redboot changes to support Embedded Flash with variable block sizes</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001211">1001211</a></td>
        <td align="left">minor</td>
        <td align="left">normal</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">CAN loopback driver requires CYGPKG_DEVS_CAN_LOOP_CAN[01]</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001235">1001235</a></td>
        <td align="left">minor</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">National Semiconductor DP83848 PHY</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001237">1001237</a></td>
        <td align="left">minor</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Missing CDL dependency on VNC server test application</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001238">1001238</a></td>
        <td align="left">critical</td>
        <td align="left">low</td>
        <td align="left">at91sam7xek_512 (AT91SAM7X-EK board with AT91SAM7X512)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Thumb mode return from ISR causes undefined behaviour</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001243">1001243</a></td>
        <td align="left">normal</td>
        <td align="left">normal</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Fix trace function reporting of rewinddir()</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001252">1001252</a></td>
        <td align="left">critical</td>
        <td align="left">low</td>
        <td align="left">linux (Linux synthetic target)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Problem building &quot;Linux Synthetic&quot; target on Linux (Ubuntu)</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001268">1001268</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">stm32e_eval (ST STM3210E EVAL board)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">I2C driver for STM32 Cortex M3</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001269">1001269</a></td>
        <td align="left">major</td>
        <td align="left">low</td>
        <td align="left">pc (i386 PC target)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Via Rhine Ethernet driver is reading the MAC incorrectly</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001300">1001300</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">problème de commutation des taches</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001344">1001344</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">NEW</td>
        <td align="left"></td>
        <td align="left">Allow nc_test_slave for lwIP to compile for targets with 128KiB RAM.</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001349">1001349</a></td>
        <td align="left">major</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Usage of block locking in the flash library</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001351">1001351</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">stm32e_eval (ST STM3210E EVAL board)</td>
        <td align="left">unassigned</td>
        <td align="left">NEEDINFO</td>
        <td align="left"></td>
        <td align="left">Non-dummy stm32_get_config() and stm32_set_config() for stm32 spi driver</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001357">1001357</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">Custom (Customer specific)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Cortexm Bus fault</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001359">1001359</a></td>
        <td align="left">normal</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Incorrect include path in SNMP util_funcs.h and config.h</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001368">1001368</a></td>
        <td align="left">major</td>
        <td align="left">normal</td>
        <td align="left">sam9g20ek (Atmel AT91SAM9G20-EK board)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Availability of port.</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001369">1001369</a></td>
        <td align="left">critical</td>
        <td align="left">low</td>
        <td align="left">linux (Linux synthetic target)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">target.ld:33 cannot move location counter backwards</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001375">1001375</a></td>
        <td align="left">enhancement</td>
        <td align="left">low</td>
        <td align="left">All</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Duplicate md5 code</td>
      </tr>
      <tr>
        <td align="left"><a href="http://bugzilla.ecoscentric.com/show_bug.cgi?id=1001389">1001389</a></td>
        <td align="left">minor</td>
        <td align="left">low</td>
        <td align="left">Other (please specify)</td>
        <td align="left">unassigned</td>
        <td align="left">UNCONFIRMED</td>
        <td align="left"></td>
        <td align="left">Porting eCos to new hardware</td>
      </tr>
  </table>

  </body>
</html>


------------20392--1326592805-------


  parent reply	other threads:[~2012-01-14 22:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-13 16:16 [Bug 1001453] New: " bugzilla-daemon
2012-01-13 16:17 ` [Bug 1001453] " bugzilla-daemon
2012-01-14 22:40 ` bugzilla-daemon [this message]
2012-01-15 13:56 ` bugzilla-daemon
2012-01-15 22:30 ` bugzilla-daemon
2012-01-16  8:16 ` bugzilla-daemon
2012-01-18 21:48 ` bugzilla-daemon
2012-01-25 11:35 ` bugzilla-daemon
2012-01-26  8:51 ` bugzilla-daemon
2012-02-06 20:30 ` bugzilla-daemon
2012-02-07  6:13 ` bugzilla-daemon
2012-02-10 17:29 ` bugzilla-daemon
2012-02-11  4:16 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120114223944.83DE72F78011@mail.ecoscentric.com \
    --to=bugzilla-daemon@bugs.ecos.sourceware.org \
    --cc=unassigned@bugs.ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).