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 1001607] Cortex-M4F architectural Floating Point Support


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

--- Comment #6 from Ilija Kocho <ilijak@siva.com.mk> 2012-06-03 15:21:42 BST ---
Since I expect this code to evolve, I haven't included the ChangeoLogs. For the
time being here is the difstat instead.

 cdl/hal_cortexm.cdl     |   66 ++++++++++++++++++---
 cdl/hal_cortexm_fpu.cdl |  138 +++++++++++++++++++++++++++++++++++++++++++++
 include/cortexm_fpu.h   |  143 ++++++++++++++++++++++++++++++++++++++++++++++
 include/cortexm_regs.h  |   40 +++++++++++++
 include/cortexm_stub.h  |   76 ++++++++++++++++++------
 include/hal_arch.h      |  118 ++++++++++++++++++++++++++++++++++----
 include/hal_io.h        |   10 +++
 src/context.S           |  145 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/cortexm_fpu.c       |  131 ++++++++++++++++++++++++++++++++++++++++++
 src/cortexm_stub.c      |   39 ++++++++++++
 src/hal_misc.c          |  147
++++++++++++++++++++++++++++++++++++++++++++++--
 src/vectors.S           |   95 ++++++++++++++++++++++++++++++-
 12 files changed, 1094 insertions(+), 54 deletions(-)

Ilija

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