This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001275] New: Cortex-M (armV7) architecture endian instructions/ lwIP


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

           Summary: Cortex-M (armV7) architecture endian instructions /
                    lwIP
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Cortex-M
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1299)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1299)
Cortex-M endian instructions

This patch contains C function wrappers for Cortex-M byte swapping
instructions. A new file hal_arch_instr.inl is proposed as a place to
accommodate specific architecture instructions such as presented rev rev16 and
revsh. Other instructions may be added in future.

Note: Incentive for this patch was speeding-up of endian operations such as
htonl() and htons(). A patch for lwIP htonl()/htons() is submitted in comment
#1.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]