Release notes for embOS Version 3.82r for Atmel AVR32UC and IAR compiler

  1. Tool chain used for build
  2. New features
  3. Improvements
  4. Program corrections
  5. Known problems/limitations
  6. Release history
  7. Miscellaneous

Tool chain used for build

The following tools have been used:

Compiler:  IAR ICCAVR32 3.30.1/W32 (3.30.1.40051)
Assembler: IAR AAVR32   3.30.1/W32 (3.30.1.40051)
Librarian: IAR XAR      4.61S (4.61.19.0)
Workbench: IAR IARIDEPM V5.4.5.951

New features

Version 3.82r

  1. Update to latest generic embOS sources version 3.82r.
  2. SDRAM initialization for EVK1100 added.

Version 3.82i

  1. Update to latest generic embOS sources version 3.82i.
    All modifications and additional features of the generic embOS version are documented in the generic release notes and manuals.

Version 3.82b

  1. Update to latest generic embOS sources version 3.82b.
  2. BSP for EVK1101 added.
    embOS for AVR32/IAR now includes a BSP for Atmel EVK1101 (AVR32UC3B).

Version 3.80l

  1. Update to latest generic embOS sources version 3.80l.
  2. 32 bit task events.
    embOS for AVR32/IAR supports now 32 bit task events.

Version 3.80i

  1. Update to generic embOS version 3.80i.
    embOS V3.80 comes with modifed internal data structures which optimize the scheduler.
    All new features of embOS V3.80 are listed in the embOS generic release notes.
  2. Update to IAR workbench V3.20A
    embOS AVR32 V3.80i was built using the IAR embedded workbench V3.20A, the start projects were updated to run with this version.
  3. New embOS plugin for CSpy
    embOS AVR32 V3.80i now comes with the new modified embOS plugin whichis required for version 3.80 of embOS and the new IAR embedded workbench.
    The older embOS plugin V1.0.5 which came with the IAR workbench has to be replaced.

Version 3.60c1

  1. Support for new chip revision H and later.
    First ES chip revision handled the COUNT and COMPARE registers differently.
    The new devices require the new modified initialization function and timer interrupt handler to run with correct timing.

Version 3.60a

  1. embOS trial versions may run an unlimited number of tasks.
    The embOS trial versions run unlimited as long as only 3 tasks are created.
    Since version 3.60a, a time limit is added to the trial version. During the first 15 minutes, an unlimited number of tasks can be created.
    If more than three tasks were created during the time limit time, the system stops and calls OS_Error() when the time limit exceeded.

Version 3.60

    First version. None.

Improvements

Version 3.60c

  1. OS_ASSERT_INIT_CALLED()
    A new assertion is added which checks whether OS_InitKern() was called before tasks are created.
    In debug builds, the OS_Error() function will be called, if tasks are created before calling OS_InitKern().
  2. OS_GetTaskName() modified.
    In previous versions, OS_GetTaskName() had to be called with a valid task ID. Now, the NULL pointer may be passed as argument to address the current task.
    The function will always return a valid string.
    The previous implementation might have returned a NULL pointer, which could cause problems, if the result was not evaluated be the calling function.

Version 3.60b

  1. OS_ASSERT_ISR_LEVEL()
    A new assertion was defined which will call OS_Error() if the CPU runs in interrupt mode but OS_EnterInterrupt() or OS_EnterNestableInterrupt() was not called.
    With version 3.60b the assertion is not implemented, it is just defined and usage is prepared. The implementation will be made in future versions of embOS.

Program corrections

Version 3.82i

  1. UART communication to embOSView corrected.
    In previous versions of the BSPs, the UART initialization did not initialize the related GPIO pins correctly and communication might have been impossible.
    The UART interrupt handler did not work correctly and might have sent wrong characters to embOSView which resulted in slow communication.

Version 3.60c

  1. New interrupt stackframe.
    IAR does not longer save register on stack at beginning of an interrupt routine. Changed embOS assembler part to fit this new interrupt stackframe.

Version 3.60

    First version. None.

Known problems/limitations

Version 3.60c

    This version runs with IAR embedded workbench version 2.21B or higher.
    IAR embedded workbench version 2.21A or lower are not supported anymore.

Release history

Version Release date Short explanation
V3.82r 03. Feb 2011 Update to latest generic embOS sources version 3.82r.
SDRAM initialization for EVK1100 added.
V3.82i 06. Aug 2010 Update to latest generic embOS sources version 3.82i.
Communication to embOSView corrected.
V3.82b 28. Oct 2009 Update to latest generic embOS sources version 3.82b.
BSP for EVK1101 added.
V3.80l 09. Sept 2009 Update to latest generic embOS sources version 3.80l.
32 bit task events.
V3.80i 27. Aug 2009 Update to new IAR workbench.
V3.60c1 10. Mar 2009 Timer handler updated.
V3.60c 04. Jun 2008 New interrupt stackframe.
V3.60 18. Jan 2008 First version.

Miscellaneous

This document was first released with version 3.60 of the software.
Software released earlier is documented internally. This information is available at request.


Copyright 2001-2011 SEGGER Microcontroller Systeme GmbH & Co.KG. All rights reserved.
For more information, please visit our website www.segger.com or contact us at info@segger.com