RTE Builder Release Notes

From Arctic Core - the open source AUTOSAR embedded platform

Jump to: navigation, search


Contents

2.11.0

  • Fixed bug that caused generator to generate duplicate code for mode handling

See detailed release notes Arc 2.11.0 Tools 2.0.0


2.10.0

  • More validation rules to make sure objects contain required values
  • Minor bug fixes and improvements.
  • Added help plugin

2.9.1

  • Exclusive areas now generated as Irq_Save()/Irq_Restore()

2.9

  • Version number synchronized with BSW Builder
  • RTE tasks are now generated so that events won't be missed
  • Better support for generation of enum types
  • Support for init runnables without a triggering event . Init runnable names must be suffixed with ”_Init”
  • Support for task mapped servers
  • Macro generated for Rte_call, so that Rte_call can be used without specifying the component name
  • Bug fixes
  • Requires special upgrade procedure.

2.0

  • RTE Builder implementation has been completely redesigned to support new features
    • Bug fixes
    • Better code formatting
  • Support for Data received events
    • RTE Callbacks for use with COM
    • Runnables mapped to extended tasks or unmapped can be triggered when data is received on a sender/receiver port.
  • Support for exclusive areas
  • Support for Per instance memory (PIM)
  • Support for explicit sender/receiver API
    • Exclusive areas implemented with resources
  • Support for Mode handling
    • Mode switch api for the mode manager is implemented
    • ModeSwitchEvent is implemented for the mode user
    • No support yet for mode disablings and mode switched ack events

1.2

  • All types in the model are now generated irrespective of their use.
  • Types used in service interfaces are generated only in contract phase. In Rte generation phase the types from the Arctic Core source is used.

1.1

  • Support for calibration parameters in software components
    • Calibration parameters are internal to each SWC.
    • Possible to control if the parameters should be availabe in only flash or both flash and ram.
    • Possible to specify start address where calibration parameters should be stored.
    • Init values for calibration parameters are supported
  • Support for enumerations (Compu methods)
  • A2L Generator 1.0
    • Can generate simple A2L files. Uses code tags from Rte generator and map file from linker
    • Support autosar types integer and real
  • Minor bug fixes

1.0

First release, see product sheet RTE Builder