From 5a7efee60f2d6a02cae752e1ac777d5a23b3e5da Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Feb 2009 14:26:27 +0000 Subject: upate git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1536 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 544a79946..2c314d40d 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -613,28 +613,28 @@ 0.4.2 2009-xx-xx Gregory Nutt - * Add support for the Renesas M16C MCU and the SKP16C26 StarterKit. However, + * M16C: Add support for the Renesas M16C MCU and the SKP16C26 StarterKit. However, the target cannot be built because the GNU m16c-elf-ld link fails with - the following message: + the following message: - m32c-elf-ld: BFD (GNU Binutils) 2.19 assertion fail /home/Owner/projects/nuttx/buildroot/toolchain_build_m32c/binutils-2.19/bfd/elf32-m32c.c:482 + m32c-elf-ld: BFD (GNU Binutils) 2.19 assertion fail /home/Owner/projects/nuttx/buildroot/toolchain_build_m32c/binutils-2.19/bfd/elf32-m32c.c:482 - Where the reference line is: + Where the reference line is: - /* If the symbol is out of range for a 16-bit address, - we must have allocated a plt entry. */ - BFD_ASSERT (*plt_offset != (bfd_vma) -1); + /* If the symbol is out of range for a 16-bit address, + we must have allocated a plt entry. */ + BFD_ASSERT (*plt_offset != (bfd_vma) -1); - No workaround is known at this time. This is a show stopper for M16C. - * Kevin Franzen has integrated and verified the ez80Acclaim! port and he has - graciously provided the following critical changes: - - Fix interrupt vectors positioning; they were being positioned wrong by - 64 bytes. - - Corrected some stack handling errors during interrupt handling contextg - save and restore. - - Corrected vector intialization logic + No workaround is known at this time. This is a show stopper for M16C. + + * ez80Acclaim!: Fix interrupt vectors positioning; they were being positioned + wrong by 64 bytes (Kevin Franzen). + * ez80Acclaim!: Corrected some stack handling errors during interrupt handling + context save and restore (Kevin Franzen). + * ez80Acclaim!:Corrected vector intialization logic (Kevin Franzen). * ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor * ez80Acclaim!: Fixed GPIO pin configuration get serial output + * ez80Acclaim!: Correct stack overflow in ostest example configuration -- cgit v1.2.3