All Changes

#60 (May 14, 2013 2:25:34 AM)

  1. RT-Druid: add support for ISR TRAP — detail
  2. RT-Druid: remove GNU compiler warning with tricore — detail
  3. RT-Druid (Oil): add first support for tricore tc27x — detail
  4. RT-Druid (Oil): added Tricore Context Save Area — detail
  5. RT-Druid (Oil): use comment manager for all Tricore tc27x comments — detail
  6. RT-Druid (Oil): use distinct CpuHwDescription if there is an update. Use an Enum for compilers — detail
  7. [TriCore] Added forgotten awk script for build, demo refactoring to use STM driver delay function — detail
  8. RT-Druid (Oil): fix bug with the define of tricore compiler path — detail
  9. Moved old tricore1 examples in a specific category — detail
  10. RT-Druid (Oil): Add tricore Board — detail
  11. RT-Druid (Oil): small fixes — detail

#59 (May 11, 2013 5:29:35 AM)

  1. Easylab: fixed bug in led and dio API. — detail
  2. Microchip: minor change in dee library — detail
  3. Fixed the problem on Interrupt Edge Polarity for the mrf24j40 driver with dspic33. Now the polarity selection depends on the definition of the symbol INT_POLARITY_HIGH — detail
  4. RX200 arch. Modified compiler makefile to disable compiler optimizations when DEBUG symb. is defined. — detail
  5. First Infineon AURIX TC27x family Single Core Release. — detail
  6. Flex-Easylab: improved API for Flex and Easylab peripherals. — detail
  7. AS, RX200, fixed a casting error in Sci_Internal.h — detail

#58 (Apr 19, 2013 5:28:01 AM)

  1. Erika e200zx - Codewarrior compiler: added SPFP support by default

    This patch also provides the capability to produce srec records
    (Motorola Standard) characterized by a length equal to 22 and
    extension .mot — detail

#57 (Apr 16, 2013 4:49:25 PM)

  1. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  2. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  3. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  4. RT-Druid (Oil): really small code fixes — detail
  5. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  6. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  7. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  8. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  9. Erika MPC5643L: EE_OPT to make the application not bootable

    This patch also improves Flash Lauterbach script to
    preserve Bootloader Flash Memory Area. — detail
  10. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  11. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  12. RT-Druid (Oil): add some unsupported pic30 models — detail
  13. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  14. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  15. RT-Druid (Oil): handle special hw counter devices in a special way (like mcu's one) — detail
  16. Fixed a bug in Gpt_EnableNotification() — detail
  17. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  18. pic30: changed api for pwm functions used by Flex daughter boards to remove conflicts with pic30 PWM driver api. — detail
  19. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  20. Fixed a little bug in the vector table. — detail
  21. Erika e200zx - MPC5643L: removed unnecessary memory sections

    This patch removes some unnecessary memory section from linker script
    memory layout, since such sections are not necessary in Erika templates. — detail
  22. Erika e200zx & MPC5643L: added Systen Timer support for STM

    This patch provides the capability to use STM (channel 0) as
    system timer. — detail
  23. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  24. pic30: improved asm sources compilation rule, added fixed point library linking support. — detail
  25. Erika e200zx - Memory protection: removed obsolete function call

    EE_e200zx_initialize_system_timer() call in the EE_cpu_startos()
    for memory protection has been definetely removed. The new function
    name is EE_initialize_system_timer(). — detail
  26. Erika e200zx - MPC5643L: Added section at SRAM end

    Used by some Leopard applications. — detail
  27. RT-Druid (Oil): add support for RT-Druid Build Number — detail
  28. pic30: fixed CAN interrupts flags reset. — detail
  29. AS GPT support for RX200. Fixed a problem with interrupt handling and timer start/stop for the TMR module. Now, demo test ASGPT2 works correctly. — detail
  30. RX200, AS, WDG_PCLK: Added and modified some configurations parameters (minly defines). Added demo test 2 and 3. — detail
  31. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  32. Added Autosar (RX200) ASGTP2 demo — detail
  33. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  34. Added Autosar SCI driver and first 3 demo tests. Architecture: RX200 — detail
  35. RT-Druid (Oil): add a build rule to save the build number — detail
  36. Fixed a bug on SCI TX interrupt. (AS RX 200) — detail
  37. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  38. Erika e200zx & Codewarrior support: user CFLAGS may overwrite OPT_CC

    This patch provides the capability for the user to overwrite
    internal OPT_CC by using CFLAGS at .oil level. — detail
  39. RT-Druid (Oil): add support for linkerscript for ppc E200Zx — detail
  40. RT-Druid (Oil): add RTDRUID_LOG_LEVEL environment variable to select the
    message level — detail
  41. RT-Druid (Oil): fix the list of supported Pic30 models — detail
  42. pic30: added ISR1 definition for pic30 microcontrollers — detail
  43. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  44. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  45. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  46. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  47. Added ASSCIM demo test for AS SCI driver (RX200). Tested and fixed SCI_DeInit() func. — detail
  48. Erika (testcase): add a rule to remove the path  in the ee_assert.h inclusion — detail
  49. Added handling tcnt handling for TMR module. Added ASGPTM demo test. — detail
  50. Fixed some bugs in Autosar GPT driver of RX200. — detail
  51. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  52. Fix problem with WDG NMI interrupt (RX200, AS) — detail
  53. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  54. Erika e200zx: original e200zx linker scripts re-established — detail
  55. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  56. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  57. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  58. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  59. RT-Druid (Oil): generate defines for ISR1 — detail
  60. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  61. Erika e200zx - Codewarrior: added new option to set S-record line length

    Length of S-record line reduced to 22 elements
    in order to be equal to the memory line shown
    by Lauterbach in dump instruction. See option
    "-sreclength 22" in cc_ppc_codewarrior.mk file. — detail
  62. pic30: added debug symbols support for asm files when DEBUG option is enabled. — detail
  63. Fixed problem on BaudRate Register (BRR) setting. Demo ASSCI2 is now working (As for RX200). — detail
  64. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  65. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  66. Erika e200zx - Templates: fixed "template ID" issue

    This patch guarantees the possibility to build both template families:
    1) Mamba (MPC5674F)
    2) Leopard (MPC5643L) — detail
  67. Erika e200zx - MPC5643L: Lauterbach script (single core & Flash case) improved

    Added the chance to delete/preserve low Flash memory area using Lauterbach — detail
  68. Fixed some syntax errors in conf.oil files (RX200 porting examples). — detail
  69. RT-Druid (Oil): improve shared interrupt handling — detail
  70. (Arch. RX200). Moved symbol _EE_rx200_tmp_tos from ee_irq.h to ee_ccrx_irq_stack.src. This avoid multiple redefinitions. Changed the names of define symbols for fixed ISR in compliance with those generated by the RTDRUID. — detail
  71. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  72. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  73. rx200, AS: added IWDT driver and related test demos. — detail
  74. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  75. AS RX200:Added ASWDG_PCLK1 demo, upadate ASWDG_PCLK0 demo, modified isr support for WDG_PCLK. — detail
  76. Erika e200zx - MPC5668/5674F: linker scripts re-established — detail
  77. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  78. Fixed a bug in ERX ISR handler for SCI Autosar. Added demo test ASSCI3 (arch->RX200). — detail
  79. RT-Druid (Oil): fix or ignore few old tests — detail
  80. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  81. RX200(AS drivers): Added Watchdog PCLK driver. Added first demo test. — detail
  82. Erika e200zx: removed unnecessary memory section

    This patch renoved some unnecessary meory section from linker script. — detail
  83. RT-Druid (Oil): use string for OsApplication Base address — detail
  84. Fixed a bug on writing and reading  PFS registers in AS Port driver (RX200 arch) — detail
  85. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  86. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  87. RT-Druid (Oil): Improve file names readability in command line report — detail
  88. Erika e200zx - MPC5643L: added support for MCU system timer — detail
  89. Erika Tricore1: gcc support reestablished — detail
  90. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail

#56 (Mar 13, 2013 10:28:49 AM)

  1. Fixed a bug on SCI TX interrupt. (AS RX 200) — detail
  2. RT-Druid (Oil): add some unsupported pic30 models — detail

#54 (Mar 9, 2013 10:54:29 AM)

  1. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  2. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  3. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  4. RT-Druid (Oil): really small code fixes — detail
  5. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  6. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  7. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  8. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  9. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  10. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  11. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  12. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  13. RT-Druid (Oil): handle special hw counter devices in a special way (like mcu's one) — detail
  14. Fixed a bug in Gpt_EnableNotification() — detail
  15. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  16. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  17. Fixed a little bug in the vector table. — detail
  18. Erika e200zx - MPC5643L: removed unnecessary memory sections

    This patch removes some unnecessary memory section from linker script
    memory layout, since such sections are not necessary in Erika templates. — detail
  19. Erika e200zx & MPC5643L: added Systen Timer support for STM

    This patch provides the capability to use STM (channel 0) as
    system timer. — detail
  20. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  21. pic30: improved asm sources compilation rule, added fixed point library linking support. — detail
  22. Erika e200zx - Memory protection: removed obsolete function call

    EE_e200zx_initialize_system_timer() call in the EE_cpu_startos()
    for memory protection has been definetely removed. The new function
    name is EE_initialize_system_timer(). — detail
  23. Erika e200zx - MPC5643L: Added section at SRAM end

    Used by some Leopard applications. — detail
  24. AS GPT support for RX200. Fixed a problem with interrupt handling and timer start/stop for the TMR module. Now, demo test ASGPT2 works correctly. — detail
  25. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  26. Added Autosar (RX200) ASGTP2 demo — detail
  27. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  28. Added Autosar SCI driver and first 3 demo tests. Architecture: RX200 — detail
  29. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  30. Erika e200zx & Codewarrior support: user CFLAGS may overwrite OPT_CC

    This patch provides the capability for the user to overwrite
    internal OPT_CC by using CFLAGS at .oil level. — detail
  31. RT-Druid (Oil): add support for linkerscript for ppc E200Zx — detail
  32. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  33. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  34. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  35. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  36. Added handling tcnt handling for TMR module. Added ASGPTM demo test. — detail
  37. Fixed some bugs in Autosar GPT driver of RX200. — detail
  38. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  39. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  40. Erika e200zx: original e200zx linker scripts re-established — detail
  41. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  42. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  43. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  44. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  45. RT-Druid (Oil): generate defines for ISR1 — detail
  46. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  47. Erika e200zx - Codewarrior: added new option to set S-record line length

    Length of S-record line reduced to 22 elements
    in order to be equal to the memory line shown
    by Lauterbach in dump instruction. See option
    "-sreclength 22" in cc_ppc_codewarrior.mk file. — detail
  48. Fixed problem on BaudRate Register (BRR) setting. Demo ASSCI2 is now working (As for RX200). — detail
  49. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  50. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  51. Erika e200zx - Templates: fixed "template ID" issue

    This patch guarantees the possibility to build both template families:
    1) Mamba (MPC5674F)
    2) Leopard (MPC5643L) — detail
  52. Erika e200zx - MPC5643L: Lauterbach script (single core & Flash case) improved

    Added the chance to delete/preserve low Flash memory area using Lauterbach — detail
  53. RT-Druid (Oil): improve shared interrupt handling — detail
  54. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  55. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  56. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  57. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  58. Erika e200zx - MPC5668/5674F: linker scripts re-established — detail
  59. RT-Druid (Oil): fix or ignore few old tests — detail
  60. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  61. Erika e200zx: removed unnecessary memory section

    This patch renoved some unnecessary meory section from linker script. — detail
  62. RT-Druid (Oil): use string for OsApplication Base address — detail
  63. Fixed a bug on writing and reading  PFS registers in AS Port driver (RX200 arch) — detail
  64. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  65. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  66. Erika e200zx - MPC5643L: added support for MCU system timer — detail
  67. Erika Tricore1: gcc support reestablished — detail
  68. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail

#53 (Mar 8, 2013 1:10:22 PM)

  1. Fixed problem on BaudRate Register (BRR) setting. Demo ASSCI2 is now working (As for RX200). — detail

#52 (Mar 7, 2013 11:32:04 PM)

  1. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  2. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  3. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  4. RT-Druid (Oil): really small code fixes — detail
  5. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  6. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  7. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  8. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  9. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  10. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  11. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  12. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  13. RT-Druid (Oil): handle special hw counter devices in a special way (like mcu's one) — detail
  14. Fixed a bug in Gpt_EnableNotification() — detail
  15. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  16. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  17. Fixed a little bug in the vector table. — detail
  18. Erika e200zx - MPC5643L: removed unnecessary memory sections

    This patch removes some unnecessary memory section from linker script
    memory layout, since such sections are not necessary in Erika templates. — detail
  19. Erika e200zx & MPC5643L: added Systen Timer support for STM

    This patch provides the capability to use STM (channel 0) as
    system timer. — detail
  20. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  21. Erika e200zx - Memory protection: removed obsolete function call

    EE_e200zx_initialize_system_timer() call in the EE_cpu_startos()
    for memory protection has been definetely removed. The new function
    name is EE_initialize_system_timer(). — detail
  22. Erika e200zx - MPC5643L: Added section at SRAM end

    Used by some Leopard applications. — detail
  23. AS GPT support for RX200. Fixed a problem with interrupt handling and timer start/stop for the TMR module. Now, demo test ASGPT2 works correctly. — detail
  24. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  25. Added Autosar (RX200) ASGTP2 demo — detail
  26. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  27. Added Autosar SCI driver and first 3 demo tests. Architecture: RX200 — detail
  28. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  29. Erika e200zx & Codewarrior support: user CFLAGS may overwrite OPT_CC

    This patch provides the capability for the user to overwrite
    internal OPT_CC by using CFLAGS at .oil level. — detail
  30. RT-Druid (Oil): add support for linkerscript for ppc E200Zx — detail
  31. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  32. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  33. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  34. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  35. Added handling tcnt handling for TMR module. Added ASGPTM demo test. — detail
  36. Fixed some bugs in Autosar GPT driver of RX200. — detail
  37. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  38. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  39. Erika e200zx: original e200zx linker scripts re-established — detail
  40. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  41. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  42. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  43. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  44. RT-Druid (Oil): generate defines for ISR1 — detail
  45. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  46. Erika e200zx - Codewarrior: added new option to set S-record line length

    Length of S-record line reduced to 22 elements
    in order to be equal to the memory line shown
    by Lauterbach in dump instruction. See option
    "-sreclength 22" in cc_ppc_codewarrior.mk file. — detail
  47. Fixed problem on BaudRate Register (BRR) setting. Demo ASSCI2 is now working (As for RX200). — detail
  48. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  49. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  50. Erika e200zx - Templates: fixed "template ID" issue

    This patch guarantees the possibility to build both template families:
    1) Mamba (MPC5674F)
    2) Leopard (MPC5643L) — detail
  51. Erika e200zx - MPC5643L: Lauterbach script (single core & Flash case) improved

    Added the chance to delete/preserve low Flash memory area using Lauterbach — detail
  52. RT-Druid (Oil): improve shared interrupt handling — detail
  53. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  54. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  55. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  56. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  57. Erika e200zx - MPC5668/5674F: linker scripts re-established — detail
  58. RT-Druid (Oil): fix or ignore few old tests — detail
  59. Erika e200zx: removed unnecessary memory section

    This patch renoved some unnecessary meory section from linker script. — detail
  60. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  61. Fixed a bug on writing and reading  PFS registers in AS Port driver (RX200 arch) — detail
  62. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  63. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  64. Erika e200zx - MPC5643L: added support for MCU system timer — detail
  65. Erika Tricore1: gcc support reestablished — detail
  66. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail

#51 (Feb 21, 2013 10:04:54 AM)

  1. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  2. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  3. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  4. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  5. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  6. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  7. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  8. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  9. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  10. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  11. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  12. Fixed a bug in Gpt_EnableNotification() — detail
  13. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  14. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  15. Fixed a little bug in the vector table. — detail
  16. Erika e200zx & MPC5643L: added Systen Timer support for STM

    This patch provides the capability to use STM (channel 0) as
    system timer. — detail
  17. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  18. Erika e200zx - Memory protection: removed obsolete function call

    EE_e200zx_initialize_system_timer() call in the EE_cpu_startos()
    for memory protection has been definetely removed. The new function
    name is EE_initialize_system_timer(). — detail
  19. AS GPT support for RX200. Fixed a problem with interrupt handling and timer start/stop for the TMR module. Now, demo test ASGPT2 works correctly. — detail
  20. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  21. Added Autosar (RX200) ASGTP2 demo — detail
  22. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  23. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  24. Erika e200zx & Codewarrior support: user CFLAGS may overwrite OPT_CC

    This patch provides the capability for the user to overwrite
    internal OPT_CC by using CFLAGS at .oil level. — detail
  25. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  26. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  27. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  28. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  29. Added handling tcnt handling for TMR module. Added ASGPTM demo test. — detail
  30. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  31. Fixed some bugs in Autosar GPT driver of RX200. — detail
  32. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  33. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  34. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  35. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  36. RT-Druid (Oil): generate defines for ISR1 — detail
  37. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  38. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  39. Erika e200zx - Codewarrior: added new option to set S-record line length

    Length of S-record line reduced to 22 elements
    in order to be equal to the memory line shown
    by Lauterbach in dump instruction. See option
    "-sreclength 22" in cc_ppc_codewarrior.mk file. — detail
  40. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  41. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  42. RT-Druid (Oil): improve shared interrupt handling — detail
  43. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  44. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  45. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  46. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  47. RT-Druid (Oil): fix or ignore few old tests — detail
  48. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  49. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  50. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  51. Erika e200zx - MPC5643L: added support for MCU system timer — detail
  52. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail
  53. Erika Tricore1: gcc support reestablished — detail

#50 (Feb 15, 2013 9:05:39 AM)

  1. Added handling tcnt handling for TMR module. Added ASGPTM demo test. — detail

#49 (Feb 13, 2013 7:02:11 PM)

  1. Erika e200zx & MPC5643L: added Systen Timer support for STM

    This patch provides the capability to use STM (channel 0) as
    system timer. — detail
  2. Erika e200zx - Memory protection: removed obsolete function call

    EE_e200zx_initialize_system_timer() call in the EE_cpu_startos()
    for memory protection has been definetely removed. The new function
    name is EE_initialize_system_timer(). — detail
  3. AS GPT support for RX200. Fixed a problem with interrupt handling and timer start/stop for the TMR module. Now, demo test ASGPT2 works correctly. — detail

#48 (Feb 9, 2013 9:56:48 AM)

  1. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  2. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  3. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  4. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  5. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  6. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  7. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  8. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  9. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  10. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  11. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  12. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  13. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  14. Fixed some bugs in Autosar GPT driver of RX200. — detail
  15. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  16. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  17. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  18. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  19. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  20. Fixed a bug in Gpt_EnableNotification() — detail
  21. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  22. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  23. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  24. RT-Druid (Oil): generate defines for ISR1 — detail
  25. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  26. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  27. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  28. Fixed a little bug in the vector table. — detail
  29. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  30. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  31. RT-Druid (Oil): improve shared interrupt handling — detail
  32. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  33. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  34. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  35. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  36. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  37. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  38. RT-Druid (Oil): fix or ignore few old tests — detail
  39. Added Autosar (RX200) ASGTP2 demo — detail
  40. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  41. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  42. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  43. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  44. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  45. Erika e200zx & Codewarrior support: user CFLAGS may overwrite OPT_CC

    This patch provides the capability for the user to overwrite
    internal OPT_CC by using CFLAGS at .oil level. — detail
  46. Erika Tricore1: gcc support reestablished — detail
  47. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail

#47 (Feb 8, 2013 9:50:27 AM)

  1. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  2. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  3. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  4. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  5. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  6. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  7. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  8. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  9. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  10. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  11. Erika e200zx: fixed bug in IVPR load instruction in VLE mode

    This patch fixes a bug related to a uncorrect load operation to
    populate the IVPR register.

    In particular the adjustment of the sign is not required, since it
    causes loading a wrong IVPR value whenever the lower part of the isr
    base vector address is negative (e.g.: 0x40008000). — detail
  12. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  13. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  14. Fixed some bugs in Autosar GPT driver of RX200. — detail
  15. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  16. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  17. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail
  18. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  19. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  20. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  21. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  22. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  23. RT-Druid (Oil): generate defines for ISR1 — detail
  24. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  25. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  26. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  27. Fixed a little bug in the vector table. — detail
  28. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  29. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  30. RT-Druid (Oil): improve shared interrupt handling — detail
  31. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  32. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail
  33. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  34. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  35. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  36. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  37. RT-Druid (Oil): fix or ignore few old tests — detail
  38. Added Autosar (RX200) ASGTP2 demo — detail
  39. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  40. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  41. Fixed some bugs in the Gpt driver (Autosar) for RX200. ASGPT1 demo test is now working correctly. — detail
  42. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  43. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  44. Erika e200zx - ISR management: added a new test

    This test is in charge of checking the correctness of
    the IVPR register after startup. This specific test
    has been added with the purpose of covering an issue
    raised up in case of negative lowest 16-bit part of
    ISR vector table. — detail
  45. Erika Tricore1: gcc support reestablished — detail

#46 (Jan 30, 2013 11:14:02 AM)

  1. SEED_EYE: Demo lwip_udp_demo. The new seed_eye boards don't have more the resistor pull-up that enable the 1v2 voltage for ethernet   
              controller.
              So, when a program demo uses the LAN8720A controller, we must enable it simply setting the pic32's pin RC14.
              The old seed_eye should work too with this software modification. — detail

#45 (Jan 24, 2013 10:11:25 AM)

  1. Erika e200zx - Codewarrior support: EE_OPT to enable S-record file generation — detail
  2. Erika e200zx - Codewarrior: added new sections to host flash descriptors — detail

#44 (Jan 23, 2013 11:24:03 AM)

  1. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  2. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  3. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  4. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  5. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  6. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  7. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  8. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  9. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  10. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  11. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  12. Fixed some bugs in Autosar GPT driver of RX200. — detail
  13. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  14. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  15. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  16. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  17. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  18. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  19. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  20. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  21. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  22. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  23. Fixed a little bug in the vector table. — detail
  24. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  25. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  26. RT-Druid (Oil): improve shared interrupt handling — detail
  27. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  28. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  29. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  30. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  31. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  32. RT-Druid (Oil): fix or ignore few old tests — detail
  33. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  34. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  35. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  36. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  37. Erika Tricore1: gcc support reestablished — detail

#43 (Jan 22, 2013 9:46:12 AM)

  1. examples (as): Fixes benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  2. Added autosar GPT driver for RX200. Added also 2 test demos. — detail
  3. examples (as): Fixes benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  4. examples (as): Fixes benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Adds OSEK/VDX benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  5. contrib (as): Fixes validation bug in AUTOSAR "like" SYSCLK WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  6. contrib (as): Fixes activation bug in AUTOSAR "like" PIOSC WDG Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  7. examples (as): Adds benchmarks for AUTOSAR "like" GPT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  8. examples (as): Adds benchmarks for AUTOSAR "like" SCI Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  9. RT-Druid (Oil): use the master's cpu-clock if a slave's cpu-clock is not specified — detail
  10. examples (as): Adds benchmarks for AUTOSAR "like" PIOSC & SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler.
                   Fixes readme.txt in examples for AUTOSAR "like" SYSCLK Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail

#42 (Jan 15, 2013 11:15:45 AM)

  1. RT-Druid (Oil): improve shared interrupt handling — detail
  2. Fixed a little bug in the vector table. — detail

#41 (Jan 12, 2013 1:37:21 PM)

  1. Erika MPC5668G multicore: EE_mpc5668_setup_inter_irqs() available only
    when EE_ISR_DYNAMIC_TABLE is defined.

    In multicore configuration, SW ISRs number 6 and 7 can be modified only when
    EE_ISR_DYNAMIC_TABLE is defined. — detail
  2. CORTEX-MX: Adds support for ARM KEIL uVision v4.60 compiler toolchain for Cortex-M0 and Cortex-M4. — detail
  3. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  4. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  5. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  6. CORTEX-MX: Adds support for Texas Instruments CCSv4 TMS470 Code Generation Tools 4.9.3 and 4.9.7 compiler toolchains for TI Stellaris LM4F232xxxx. — detail
  7. RT-Druid (Oil): remove $(OUTPUT_DIR) prefix from tricore isr file in the generated makefile — detail
  8. examples (as): Adds benchmark for AUTOSAR "like" PORT Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  9. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  10. examples (as): Adds benchmark for AUTOSAR "like" DIO Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  11. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  12. RT-Druid (Oil) : handle shared interrupt controller for Fado — detail
  13. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  14. MPC5668G Fado: added three macros to support (single) interrupt controller in Fado — detail
  15. examples (as): Adds benchmark for AUTOSAR "like" MCU Driver for TI Stellaris LM4F232xxxx with ARM KEIL uVision compiler. — detail
  16. RT-Druid (Oil): fix or ignore few old tests — detail
  17. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  18. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  19. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  20. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  21. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  22. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  23. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  24. Erika Tricore1: gcc support reestablished — detail

#40 (Dec 22, 2012 2:45:43 PM)

  1. mico32: Re-Adds $(APPBASE) to vpaths — detail
  2. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  3. Erika e200zx - MPC5643L: added memory map file for lock step mode

    This patch even adds a correct configuration of MMU in case of
    lock step mode (look at ee_mmu_mpc5643l.h where LOCK_STEP_ADDITIONAL_SRAM
    has been added). — detail
  4. MPC5643L MSRP: added support to start slave core

    This patch adds support to start slave core (the second Z4)
    both in VLE and PPC mode. — detail
  5. Erika e200zx & MC56XX: linker scripts modified with dummy sections

    For e200zx, linker scripts are common for all the supported MCUs. In order to
    make build process feasible for all MCUs in all scenarios, a set of dummy
    memory areas and sections has been added to the common
    part (pkg/mcu/freescale_mpcXXXX). — detail
  6. RT-Druid (Oil): on 'make_launcher.bat' file, remove cygwin warning and simplify make call — detail
  7. RT-Druid (Oil): export Multicore-Master's defines — detail
  8. examples ppc: removed stales folders + some makfile minor improvements — detail
  9. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  10. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  11. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  12. Removed unused file in AS library of RX200 — detail
  13. CORTEX-MX: Fixes config makefiles for STMicroelectronics STM32F4xx with KEIL uVision compiler. — detail
  14. MPC5643L: added support for slave interrupt controller

    This patch fixes the addresses used to access slave interrupt controller — detail
  15. Erika (includes): Adds "eecfg.h" inclusion in ee_irq.h and adds "ee_irq.h" inclusion in ee.h — detail
  16. cfg: Added support for GNUC compiler for TriCore. — detail
  17. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  18. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  19. Added Autosar MCU driver and related test demos for RX200 — detail
  20. MPC5643L boot: boot file cleanup — detail
  21. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  22. Fixed wrong typedef for EE_UINT64 with 16 bits architectures in /pkg/cpu/common/ee_types.h — detail
  23. pic32: fixed support for xc32 compiler. — detail
  24. Erika e200zx - MPC5643L: added support for SEMA4_1 module

    This patch provides the capability to access both SEMA4 modules. This
    guarantees the availability of 32 HW semaphores. — detail
  25. fixed led e butto API — detail
  26. contrib (as): Adds/Fixes following stuffs to AUTOSAR MCU Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Removes EE_system_init() function call from Mcu_Init() for OSEK/VDX Kernels (Called in StartOS()).
                  - Enables PIOSC calibration code by EE_OPT = "__AS_MCU_INTERNAL_OSCILLATOR_CALIBRATION__"; — detail
  27. cfg: Fixed some bugs in support for multicore building for TriCore — detail
  28. easylab: bug fixed in the pwm library. — detail
  29. SEED_EYE: Removed some un used lines of code, and added some comment lines in demo camera ov9650. — detail
  30. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  31. Cleaned and updated OSEK COM demos for cortex M0 architecture. — detail
  32. Erika (mico32): add a makefile function to check platform path — detail
  33. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  34. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  35. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  36. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  37. RT-Druid (Oil): use pic32's cc compiler as default value for the asm compiler path — detail
  38. s12: fixed path format used in ALLINCPATH to support blank spaces. — detail
  39. Reverted wrong commit — detail
  40. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  41. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  42. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  43. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  44. cfg: First Support for multicore building for TriCore — detail
  45. RT-Druid (Oil): fix hw counter warning/error messagges — detail
  46. Erika e200zx - MSRP: EE_cpu_startos() modified to support system timer — detail
  47. testcase: changed common oil introduce MCU_DATA element TriCore — detail
  48. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  49. testcase: removed useless ORTI enabling in two testcases — detail
  50. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  51. Erika e200zx - MPC5643L: iflash size modified in linker script

    This patch modifies iflash size in linker script for single core
    configuration. — detail
  52. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail
  53. CORTEX-MX: Fixes TI Stellaris LM4F232xxxx collector macros. — detail
  54. Erika Tricore1: gcc support reestablished — detail
  55. CORTEX-MX: Fixes Wide Timer 1 A ISR Entry extern declaration in Vector Table for TI Stellaris LM4F232xxxx MCU with TI CCSv4 compiler toolchain. — detail
  56. Erika kernel - MISRA 14.10: added missing else clause — detail
  57. Erika e200zx MISRA: added temporary filter to discard error 30 in ee_types.h — detail
  58. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  59. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  60. scicos: fixed led block.
    Now, use of multiple led blocks with different settings is possible. — detail
  61. pic32: added support for app-sources specified with absolute paths. — detail
  62. RT-Druid (Oil): set the list of valid isr handlers for Cortex STELLARIS and STM32 — detail
  63. common: Better support for EE_UINT64 for 32 bit architectures (16 bit architectures still need a revision). — detail
  64. Erika e200zx makefiles: introduced LOCK_STEP variable

    Through the use of variable LOCK_STEP the string "USE_LOCK_STEP"
    is preprocessed in order to create a Lauterbach
    script that takes into consideration lock step memory
    mode configurations. — detail
  65. cfg: changed EEOPT for TRICORE building — detail
  66. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  67. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  68. RT-Druid (Script): add support for a custom property file — detail
  69. testcase: Support for GNU compiler for TriCore testsuite — detail
  70. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  71. Modified cc_pic32.mk to support the compiler XC32. — detail
  72. Erika e200zx - MPC5643L: Lauterbach script cleanup — detail
  73. Erika e200zx - MPC5643L: Added support for Flash Initialization — detail
  74. examples (CORTEX-MX): Fixes/Adds following stuffs to STMicroelectronics STM32F4xx with KEIL uVision compiler.
                          - Fixes porting examples.
                          - Adds porting examples in simulation environment.
                          - Adds simulation KEIL uVision project. — detail
  75. Erika e200zx - MPC5643L: added Lauterbach support for multicore debug from FLASH — detail
  76. Fixed a bug on ee_systick.h (RX200) — detail
  77. RT-Druid (Oil): fix Mico32 sources path — detail
  78. Erika MPC5643L: added support to start the application in dual core mode (from SRAM)

    This patch provide the following features:
    - Lauterbach script modified to properly initialize both SRAM blocks to zero
    - boot code modified to properly initialize MMU table for both cores — detail
  79. cfg: Added ORTI targets in TriCore makefiles. — detail
  80. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  81. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  82. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  83. testcases: added first testcase for tricore_tc27x architecture — detail
  84. Added Autosar PORT and DIO files. Added ee_utils.c and ee_utils.h. (Renesas RX200) — detail
  85. Erika (Mico): removing __LM32__ check. — detail
  86. Erika (Mico): replacing __lm32__ with __LM32__. — detail
  87. Erika e200zx, MISRA check: removed filter

    This patch removes a temporary filter for "Error 30" — detail
  88. RT-Druid (Oil): improve Oil Editor DoubleClick handler and ContentFormatter — detail
  89. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  90. contrib (as): Fixes Renesas R5F5210x integration bug in AUTOSAR Drivers Library Configuration. — detail
  91. Erika MPC5643L: added Lauterbach scripts for FLASH version of multicore demo — detail
  92. RT-Druid (Oil): add CPU_ID to map isr to a specific cpu — detail
  93. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  94. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  95. testcase: fixed bug in modistarc support for TriCore — detail
  96. RT-Druid (Core): Add Spinlock objects. rebuild ECore — detail
  97. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  98. common: Fixed support for EE_UINT64 for 32 bit architectures — detail
  99. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  100. Added PORT and DIO Autosar support for RX200. — detail
  101. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  102. contrib (as): Fixes minor bug in AUTOSAR PIOsc Watchdog Driver Library Configuration for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  103. Mico32: Porting platform fpg_eye_mico32 on Lattice Diamond Design Software 2.0.1. In the platform wrapper fpg_eye_mico32.v the pin sdram
            enable, sdramsdr_CSn, is setted to zero by an logic assign, so the memory chip is always enabled.
            This is because the new sdram controller seems not drive properly the chip enable. When the bug is fixed,
            the wrapper will be brought into correct form. — detail
  104. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  105. Erika e200zx - MPC5643L: init_regs moved up in boot code

    In this way init_regs is always executed.

    This patch also set Lauterbach script to provide 4 GB
    from 0x0 as not Guarded, Cachable, All Access. — detail
  106. scicos: Led block updated.
    Increased the precision in period computation and counter use. — detail
  107. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  108. CORTEX-MX: Fixes following stuffs to TI Stellaris LM4F232xxx
               - Substitutes MCU specific literal IRQ symbols with numeric MCU independent numeric IRQ symbols in ee_nvic.h.
               - Adds MCU specific literals IRQ symbols in ee_mcuirqs.h.
               - Moves SysTick driver from MCU to CPU. — detail
  109. Erika e200zx - MPC5643L: added crf init in boot sequence

    This patch prevents from Lock-step-related issues during Flash operation
    while executing from SRAM. This issue has been experienced ONLY in applications
    characterized by an intensive use of Flash memory in Lock-step mode and
    executing from SRAM in Lock-step mode.

    Notice that Lock-step mode executing from SRAM is not suggested during
    debug phase. Suggestion: work in DPM mode during debug phase even if
    this patch solve the problem. — detail
  110. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  111. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  112. MPC5643L MSRP: fixing slave start address — detail
  113. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  114. SEED_EYE: A demo program that fetches images from new module camera ov9650 and communicates with the eDAQ protocol.
          The image resolution is 160x120 without colors.
          A debug serial port is available to get/set the camera's configuration registers at runtime. — detail
  115. Packaging: add support for custom makefile initialization — detail
  116. RT-Druid (Oil): use a makefile template to compute the right mico32's platform path — detail
  117. Erika e220zx - MPC5643L: cal_ram and cal_flash symbols modified

    This patch modifies cal_ram in calib_ram and cal_flash in calib_flash — detail
  118. testcase: added support for TriCore for AS tests. — detail
  119. CORTEX-MX: Fixes following stuffs for STMicroelectronics STM32F4xx with KEIL uVision compiler.
               - Adds MCU specific literals IRQ symbols in ee_mcuirqs.h.
               - Fixes interrupt vector table.
               - Disable system_stm32f4xx.c code in simulation environment. — detail
  120. Erika e200zx - MPC5643L: Lauterbach scripts modified to support Lock-step mode

    This patch also modifies makefiles to support Losk-Step mode. — detail
  121. testcase: Completed modistarc support for tricore. — detail

#38 (Nov 9, 2012 3:49:56 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. mico32: Re-Adds $(APPBASE) to vpaths — detail
  4. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  5. pic32: added support for app-sources specified with absolute paths. — detail
  6. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  7. Erika e200zx - MPC5643L: added memory map file for lock step mode

    This patch even adds a correct configuration of MMU in case of
    lock step mode (look at ee_mmu_mpc5643l.h where LOCK_STEP_ADDITIONAL_SRAM
    has been added). — detail
  8. MPC5643L MSRP: added support to start slave core

    This patch adds support to start slave core (the second Z4)
    both in VLE and PPC mode. — detail
  9. Erika e200zx & MC56XX: linker scripts modified with dummy sections

    For e200zx, linker scripts are common for all the supported MCUs. In order to
    make build process feasible for all MCUs in all scenarios, a set of dummy
    memory areas and sections has been added to the common
    part (pkg/mcu/freescale_mpcXXXX). — detail
  10. Erika e200zx makefiles: introduced LOCK_STEP variable

    Through the use of variable LOCK_STEP the string "USE_LOCK_STEP"
    is preprocessed in order to create a Lauterbach
    script that takes into consideration lock step memory
    mode configurations. — detail
  11. cfg: changed EEOPT for TRICORE building — detail
  12. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  13. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  14. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  15. Modified cc_pic32.mk to support the compiler XC32. — detail
  16. Erika e200zx - MPC5643L: Lauterbach script cleanup — detail
  17. Erika e200zx - MPC5643L: Added support for Flash Initialization — detail
  18. RT-Druid (Oil): on 'make_launcher.bat' file, remove cygwin warning and simplify make call — detail
  19. RT-Druid (Oil): export Multicore-Master's defines — detail
  20. Erika e200zx - MPC5643L: added Lauterbach support for multicore debug from FLASH — detail
  21. RT-Druid (Oil): fix Mico32 sources path — detail
  22. Fixed a bug on ee_systick.h (RX200) — detail
  23. Erika MPC5643L: added support to start the application in dual core mode (from SRAM)

    This patch provide the following features:
    - Lauterbach script modified to properly initialize both SRAM blocks to zero
    - boot code modified to properly initialize MMU table for both cores — detail
  24. examples ppc: removed stales folders + some makfile minor improvements — detail
  25. cfg: Added ORTI targets in TriCore makefiles. — detail
  26. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  27. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  28. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  29. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  30. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  31. Removed unused file in AS library of RX200 — detail
  32. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  33. testcases: added first testcase for tricore_tc27x architecture — detail
  34. MPC5643L: added support for slave interrupt controller

    This patch fixes the addresses used to access slave interrupt controller — detail
  35. cfg: Added support for GNUC compiler for TriCore. — detail
  36. Erika (Mico): removing __LM32__ check. — detail
  37. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  38. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  39. Added Autosar MCU driver and related test demos for RX200 — detail
  40. Erika (Mico): replacing __lm32__ with __LM32__. — detail
  41. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  42. MPC5643L boot: boot file cleanup — detail
  43. RT-Druid (Oil): improve Oil Editor DoubleClick handler and ContentFormatter — detail
  44. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  45. pic32: fixed support for xc32 compiler. — detail
  46. contrib (as): Fixes Renesas R5F5210x integration bug in AUTOSAR Drivers Library Configuration. — detail
  47. Erika e200zx - MPC5643L: added support for SEMA4_1 module

    This patch provides the capability to access both SEMA4 modules. This
    guarantees the availability of 32 HW semaphores. — detail
  48. Erika MPC5643L: added Lauterbach scripts for FLASH version of multicore demo — detail
  49. fixed led e butto API — detail
  50. contrib (as): Adds/Fixes following stuffs to AUTOSAR MCU Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Removes EE_system_init() function call from Mcu_Init() for OSEK/VDX Kernels (Called in StartOS()).
                  - Enables PIOSC calibration code by EE_OPT = "__AS_MCU_INTERNAL_OSCILLATOR_CALIBRATION__"; — detail
  51. RT-Druid (Oil): add CPU_ID to map isr to a specific cpu — detail
  52. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  53. cfg: Fixed some bugs in support for multicore building for TriCore — detail
  54. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  55. easylab: bug fixed in the pwm library. — detail
  56. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  57. Erika (mico32): add a makefile function to check platform path — detail
  58. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  59. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  60. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  61. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  62. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  63. RT-Druid (Oil): use pic32's cc compiler as default value for the asm compiler path — detail
  64. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  65. s12: fixed path format used in ALLINCPATH to support blank spaces. — detail
  66. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  67. Mico32: Porting platform fpg_eye_mico32 on Lattice Diamond Design Software 2.0.1. In the platform wrapper fpg_eye_mico32.v the pin sdram
            enable, sdramsdr_CSn, is setted to zero by an logic assign, so the memory chip is always enabled.
            This is because the new sdram controller seems not drive properly the chip enable. When the bug is fixed,
            the wrapper will be brought into correct form. — detail
  68. contrib (as): Fixes minor bug in AUTOSAR PIOsc Watchdog Driver Library Configuration for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  69. Reverted wrong commit — detail
  70. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  71. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  72. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  73. Erika e200zx - MPC5643L: init_regs moved up in boot code

    In this way init_regs is always executed.

    This patch also set Lauterbach script to provide 4 GB
    from 0x0 as not Guarded, Cachable, All Access. — detail
  74. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  75. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  76. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  77. cfg: First Support for multicore building for TriCore — detail
  78. Erika e200zx - MPC5643L: added crf init in boot sequence

    This patch prevents from Lock-step-related issues during Flash operation
    while executing from SRAM. This issue has been experienced ONLY in applications
    characterized by an intensive use of Flash memory in Lock-step mode and
    executing from SRAM in Lock-step mode.

    Notice that Lock-step mode executing from SRAM is not suggested during
    debug phase. Suggestion: work in DPM mode during debug phase even if
    this patch solve the problem. — detail
  79. RT-Druid (Oil): fix hw counter warning/error messagges — detail
  80. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  81. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  82. MPC5643L MSRP: fixing slave start address — detail
  83. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  84. Erika e200zx - MSRP: EE_cpu_startos() modified to support system timer — detail
  85. testcase: changed common oil introduce MCU_DATA element TriCore — detail
  86. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  87. RT-Druid (Oil): use a makefile template to compute the right mico32's platform path — detail
  88. testcase: added support for TriCore for AS tests. — detail
  89. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  90. Erika e200zx - MPC5643L: iflash size modified in linker script

    This patch modifies iflash size in linker script for single core
    configuration. — detail
  91. Erika e200zx - MPC5643L: Lauterbach scripts modified to support Lock-step mode

    This patch also modifies makefiles to support Losk-Step mode. — detail
  92. testcase: Completed modistarc support for tricore. — detail
  93. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail

#37 (Oct 26, 2012 3:52:25 AM)

  1. pic32: fixed support for xc32 compiler. — detail
  2. Erika e200zx - MPC5643L: init_regs moved up in boot code

    In this way init_regs is always executed.

    This patch also set Lauterbach script to provide 4 GB
    from 0x0 as not Guarded, Cachable, All Access. — detail

#36 (Oct 24, 2012 3:04:07 AM)

  1. Erika e200zx makefiles: introduced LOCK_STEP variable

    Through the use of variable LOCK_STEP the string "USE_LOCK_STEP"
    is preprocessed in order to create a Lauterbach
    script that takes into consideration lock step memory
    mode configurations. — detail
  2. RT-Druid (Oil): on 'make_launcher.bat' file, remove cygwin warning and simplify make call — detail
  3. Erika e200zx - MPC5643L: Added support for Flash Initialization — detail
  4. Erika e200zx - MPC5643L: Lauterbach scripts modified to support Lock-step mode

    This patch also modifies makefiles to support Losk-Step mode. — detail
  5. MPC5643L boot: boot file cleanup — detail
  6. s12: fixed path format used in ALLINCPATH to support blank spaces. — detail

#35 (Oct 23, 2012 2:09:43 AM)

  1. Modified cc_pic32.mk to support the compiler XC32. — detail

#34 (Oct 20, 2012 2:01:04 AM)

  1. Erika e200zx - MPC5643L: added support for SEMA4_1 module

    This patch provides the capability to access both SEMA4 modules. This
    guarantees the availability of 32 HW semaphores. — detail
  2. Erika e200zx - MPC5643L: added memory map file for lock step mode

    This patch even adds a correct configuration of MMU in case of
    lock step mode (look at ee_mmu_mpc5643l.h where LOCK_STEP_ADDITIONAL_SRAM
    has been added). — detail

#33 (Oct 19, 2012 2:25:33 AM)

  1. RT-Druid (Oil): fix hw counter warning/error messagges — detail
  2. Erika e200zx - MPC5643L: Lauterbach script cleanup — detail
  3. RT-Druid (Oil): export Multicore-Master's defines — detail
  4. RT-Druid (Oil): add CPU_ID to map isr to a specific cpu — detail

#32 (Oct 18, 2012 2:26:35 AM)

  1. Erika e200zx - MPC5643L: added Lauterbach support for multicore debug from FLASH — detail
  2. RT-Druid (Oil): fix Mico32 sources path — detail
  3. mico32: Re-Adds $(APPBASE) to vpaths — detail
  4. Erika e200zx - MPC5643L: iflash size modified in linker script

    This patch modifies iflash size in linker script for single core
    configuration. — detail
  5. Erika e200zx & MC56XX: linker scripts modified with dummy sections

    For e200zx, linker scripts are common for all the supported MCUs. In order to
    make build process feasible for all MCUs in all scenarios, a set of dummy
    memory areas and sections has been added to the common
    part (pkg/mcu/freescale_mpcXXXX). — detail

#31 (Oct 17, 2012 2:03:17 AM)

  1. RT-Druid (Oil): improve Oil Editor DoubleClick handler and ContentFormatter — detail
  2. MPC5643L MSRP: fixing slave start address — detail
  3. Erika e200zx - MSRP: EE_cpu_startos() modified to support system timer — detail
  4. MPC5643L: added support for slave interrupt controller

    This patch fixes the addresses used to access slave interrupt controller — detail
  5. pic32: added support for app-sources specified with absolute paths. — detail
  6. RT-Druid (Oil): use pic32's cc compiler as default value for the asm compiler path — detail
  7. MPC5643L MSRP: added support to start slave core

    This patch adds support to start slave core (the second Z4)
    both in VLE and PPC mode. — detail

#30 (Oct 16, 2012 4:22:38 PM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  4. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  5. cfg: changed EEOPT for TRICORE building — detail
  6. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  7. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  8. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  9. Fixed a bug on ee_systick.h (RX200) — detail
  10. Erika MPC5643L: added support to start the application in dual core mode (from SRAM)

    This patch provide the following features:
    - Lauterbach script modified to properly initialize both SRAM blocks to zero
    - boot code modified to properly initialize MMU table for both cores — detail
  11. examples ppc: removed stales folders + some makfile minor improvements — detail
  12. cfg: Added ORTI targets in TriCore makefiles. — detail
  13. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  14. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  15. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  16. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  17. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  18. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  19. testcases: added first testcase for tricore_tc27x architecture — detail
  20. Erika (Mico): removing __LM32__ check. — detail
  21. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  22. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  23. Added Autosar MCU driver and related test demos for RX200 — detail
  24. Erika (Mico): replacing __lm32__ with __LM32__. — detail
  25. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  26. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  27. contrib (as): Fixes Renesas R5F5210x integration bug in AUTOSAR Drivers Library Configuration. — detail
  28. Erika MPC5643L: added Lauterbach scripts for FLASH version of multicore demo — detail
  29. fixed led e butto API — detail
  30. contrib (as): Adds/Fixes following stuffs to AUTOSAR MCU Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Removes EE_system_init() function call from Mcu_Init() for OSEK/VDX Kernels (Called in StartOS()).
                  - Enables PIOSC calibration code by EE_OPT = "__AS_MCU_INTERNAL_OSCILLATOR_CALIBRATION__"; — detail
  31. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  32. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  33. cfg: Fixed some bugs in support for multicore building for TriCore — detail
  34. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  35. easylab: bug fixed in the pwm library. — detail
  36. Erika (mico32): add a makefile function to check platform path — detail
  37. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  38. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  39. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  40. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  41. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  42. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  43. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  44. contrib (as): Fixes minor bug in AUTOSAR PIOsc Watchdog Driver Library Configuration for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  45. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  46. Reverted wrong commit — detail
  47. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  48. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  49. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  50. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  51. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  52. cfg: First Support for multicore building for TriCore — detail
  53. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  54. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  55. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  56. testcase: changed common oil introduce MCU_DATA element TriCore — detail
  57. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  58. RT-Druid (Oil): use a makefile template to compute the right mico32's platform path — detail
  59. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  60. testcase: added support for TriCore for AS tests. — detail
  61. testcase: Completed modistarc support for tricore. — detail
  62. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail

#29 (Oct 13, 2012 1:59:12 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  4. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  5. cfg: changed EEOPT for TRICORE building — detail
  6. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  7. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  8. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  9. Fixed a bug on ee_systick.h (RX200) — detail
  10. Erika MPC5643L: added support to start the application in dual core mode (from SRAM)

    This patch provide the following features:
    - Lauterbach script modified to properly initialize both SRAM blocks to zero
    - boot code modified to properly initialize MMU table for both cores — detail
  11. examples ppc: removed stales folders + some makfile minor improvements — detail
  12. cfg: Added ORTI targets in TriCore makefiles. — detail
  13. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  14. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  15. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  16. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  17. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  18. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  19. testcases: added first testcase for tricore_tc27x architecture — detail
  20. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  21. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  22. Added Autosar MCU driver and related test demos for RX200 — detail
  23. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  24. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  25. Erika MPC5643L: added Lauterbach scripts for FLASH version of multicore demo — detail
  26. fixed led e butto API — detail
  27. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  28. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  29. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  30. easylab: bug fixed in the pwm library. — detail
  31. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  32. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  33. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  34. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  35. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  36. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  37. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  38. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  39. Reverted wrong commit — detail
  40. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  41. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  42. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  43. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  44. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  45. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  46. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  47. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  48. testcase: changed common oil introduce MCU_DATA element TriCore — detail
  49. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  50. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  51. testcase: added support for TriCore for AS tests. — detail
  52. testcase: Completed modistarc support for tricore. — detail
  53. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail

#28 (Oct 11, 2012 1:59:00 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  4. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  5. cfg: changed EEOPT for TRICORE building — detail
  6. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  7. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  8. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  9. Fixed a bug on ee_systick.h (RX200) — detail
  10. examples ppc: removed stales folders + some makfile minor improvements — detail
  11. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  12. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  13. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  14. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  15. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  16. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  17. testcases: added first testcase for tricore_tc27x architecture — detail
  18. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  19. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  20. Added Autosar MCU driver and related test demos for RX200 — detail
  21. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  22. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  23. fixed led e butto API — detail
  24. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  25. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  26. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  27. easylab: bug fixed in the pwm library. — detail
  28. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  29. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  30. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  31. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  32. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  33. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  34. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  35. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  36. Reverted wrong commit — detail
  37. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  38. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  39. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  40. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  41. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  42. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  43. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  44. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  45. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  46. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  47. testcase: added support for TriCore for AS tests. — detail
  48. testcase: Completed modistarc support for tricore. — detail
  49. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail

#27 (Oct 10, 2012 2:26:44 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  4. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  5. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  6. fixed led e butto API — detail
  7. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  8. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail
  9. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  10. easylab: bug fixed in the pwm library. — detail
  11. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  12. cfg: changed EEOPT for TRICORE building — detail
  13. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  14. Fixed a configuration bug for ee_systick in RX200 examples. — detail
  15. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  16. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  17. RT-Druid (Oil): improve the computing of editor's offset of unkonw model offset — detail
  18. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  19. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  20. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  21. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  22. Fixed a bug on ee_systick.h (RX200) — detail
  23. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  24. Reverted wrong commit — detail
  25. examples ppc: removed stales folders + some makfile minor improvements — detail
  26. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  27. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  28. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  29. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  30. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  31. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  32. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  33. MPC5643L lauterbach script: added selective flash erasing

    This patch provides the capability to preserve the content of
    NvRam and calibrations flash area if required by the user. — detail
  34. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  35. RT-Druid (Oil): add a default value for mico32 OUTPUT_DIR — detail
  36. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  37. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  38. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  39. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  40. testcases: added first testcase for tricore_tc27x architecture — detail
  41. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  42. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  43. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  44. Added Autosar MCU driver and related test demos for RX200 — detail
  45. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  46. testcase: Completed modistarc support for tricore. — detail
  47. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail
  48. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail

#26 (Oct 9, 2012 2:21:07 AM)

  1. Fixed a bug on ee_systick.h (RX200) — detail
  2. Erika e200zx & MPC5643L: added sections to address calibrations requirement

    This patch adds 2 new sections used to manage calibrations:
    - cal_ram
    - cal_flash — detail
  3. Erika e200zx & MPC5643L: alignment of calibration section modified — detail
  4. Eriuka e200zx & MPC5643L: calibration sections support modified — detail
  5. testcase: Completed modistarc support for tricore. — detail
  6. Erika e200zx: added dummy sections to prevent from errors for architectures different from MPC5643L. — detail

#25 (Oct 6, 2012 1:57:03 AM)

  1. Fixed an alignment problem in the register structure for RX200. Added the support for RX200 in cfg files of AUTOSAR — detail
  2. RT-Druid (Oil): fix Project properties, checking if the provided element is either a IProject or a ICProject.
    remove getProject method. — detail
  3. RT-Druid (Oil): fix an infinite loop on empty files. — detail
  4. RT-Druid (Oil): move LIB definition to common .oil implementation. Add LEVEL to mico32 implementation — detail

#24 (Oct 5, 2012 1:58:38 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  4. fixed led e butto API — detail
  5. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  6. easylab: bug fixed in the pwm library. — detail
  7. Defined new symbols for rx200 registers, updated registers structures in iodefine.h, fix a little bug in board driver. — detail
  8. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  9. cfg: changed EEOPT for TRICORE building — detail
  10. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  11. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  12. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  13. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  14. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  15. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  16. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  17. Reverted wrong commit — detail
  18. examples ppc: removed stales folders + some makfile minor improvements — detail
  19. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  20. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  21. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  22. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  23. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  24. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  25. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  26. RT-Druid (Oil): fix two potential NullPointerException at project properties if the project is not set — detail
  27. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  28. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  29. testcases: added first testcase for tricore_tc27x architecture — detail
  30. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  31. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  32. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  33. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail

#23 (Oct 4, 2012 2:49:25 AM)

  1. easylab: bug fixed in the pwm library. — detail
  2. RT-Druid (Oil): first version of RT-Druid oil text editor with support for 'include' rule
    Almost working syntax coloring, content assist, validation, folding,
    hyperlink to objects and to included files, showing errors and quick fixing — detail
  3. testcases: added first testcase for tricore_tc27x architecture — detail

#22 (Oct 2, 2012 2:03:11 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. ee_irq.h: fixed wrong inclusion guard. Changed preprocessor #if in #ifdef — detail
  3. cfg: Renamed special define DEBUG in EE_DEBUG — detail
  4. fixed led e butto API — detail
  5. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  6. cfg: changed EEOPT for TRICORE building — detail
  7. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  8. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  9. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  10. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  11. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  12. cfg: PPC CodeWarrior given the option to link an application without generate a libee, useful to play with Erika with a CodeWarrior with Evaluation license, because archiver is not enabled — detail
  13. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail
  14. Reverted wrong commit — detail
  15. examples ppc: removed stales folders + some makfile minor improvements — detail
  16. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  17. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  18. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  19. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  20. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  21. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  22. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  23. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  24. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  25. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  26. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  27. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail
  28. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail

#21 (Sep 27, 2012 2:30:34 AM)

  1. Reverted wrong commit — detail
  2. examples (cortex-mx): Fixes/Adds following stuffs to udp_demo for TI Stellaris LM4F232xxxx.
                          - Adds separate console OIL file.
                          - Adds separate enc28j60 OIL file.
                          - Fixes lwip OIL configuration for RAM usage optimization.
                          - Adds PING and UDP Sender/Receiver Utilities.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  3. examples (cortex-mx): Adds Client/Server TCP demo for TI Stellaris LM4F232xxxx.
                          NOTE: Heavy RAM Usage. Must be optimized. — detail
  4. contri (as): Moves Hw_SupportedCoreArray from RAM to FLASH in AUTOSAR Drivers for TI Stellaris LM4F232xxxx. — detail
  5. fixed led e butto API — detail
  6. CORTEX-MX: Fixes/adds following stuffs in TI CCS compiler makefile for TI Stellaris LM4F232xxxx.
               - Removes code optimization in Release environment.
               - Switches floating-point support from hardware to software.
               - Adds EE_OPT macros to configure system-stack and system-heap. — detail
  7. contrib (lwip): Fixes/Adds following stuffs to LwIP for TI Stellaris LM4F232xxxx.
                    - Adds library build support.
                    - Switches GPT to System-Timer.
                    - Removes some compiler warnings — detail
  8. examples (CORTEX-MX): Adds following stuffs to demo_enc28j60 for TI Stellaris LM4F232xxxx.
                          - Adds separate OIL file for console configuration.
                          - Adds template.xml RT-Druid Eclipse project template file. — detail
  9. contrib (enc28j60): Fixes minor bugs in Microchip ENC28J60 Ethernet controller driver for TI Stellaris LM4F232xxxx. — detail
  10. examples (as): Adds new AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  11. examples (as): Fixes old AUTOSAR SPI test examples for TI Stellaris LM4F232xxxx with KEIL uVision compiler. — detail
  12. contrib (as): Fixes/Adds following stuffs to AUTOSAR SPI Driver for TI Stellaris LM4F232xxxx with KEIL uVision compiler.
                  - Fixes Spi_GetSequenceResult() API name.
                  - Moves Internal Buffers declaration to Spi_Cfg.c for RAM Optimization.
                  - Fixes configuration to support Microchip ENC28J60 MTU transfer size. — detail
  13. CORTEX-MX: Adds separate stub exception handlers for debugging purpose in TI Stellaris LM4F232xxxx with TI CCS compiler. — detail

#20 (Sep 24, 2012 3:28:22 AM)

  1. Erika kernel - MISRA 14.10: added missing else clause — detail
  2. contrib (enc28j60): Fixes library building system in CORTEX-MX environment. — detail
  3. examples ppc: removed stales folders + some makfile minor improvements — detail
  4. contrib (console): Fixes "integer conversion resulted in a change of sign" compiler warning in CORTEX-MX environment. — detail
  5. contrib (console): Adds AUTOSAR SCI Driver pre-processor check in CORTEX-MX environment and fixes unused variable. — detail
  6. contrib (enc28j60): Fixes AUTOSAR Drivers pre-processor check in CORTEX-MX environment. — detail
  7. fpga-mico32: removed old unnecessary folder of the mico32 board. — detail
  8. contrib (console): Fixes library building system in CORTEX-MX environment. — detail
  9. contrib (enc28j60): Fixes EE_enc28j60_hal_get_array() and EE_enc28j60_hal_put_array() in CORTEX-MX environment to support SPI transfers greater than 1024 bytes. — detail
  10. contrib (enc28j60): Fixes Time-Debug in CORTEX-MX environment. — detail
  11. common: fixed undefined behaviour inside common ee_context.h (this is the second attempt for the same problem) — detail

#4 (Jul 3, 2012 10:59:49 PM)

  1. Added the EE_UINT64 support for 16 bits architectures. (Modified pkg/common/inc/ee_types.h) — detail
  2. Kernel OO: EE_oo_IncrementCounterImplementation refactoring.

    Removed uneeded checks (moving handle cycle in his natural position)and code style refactoring. — detail
  3. Kernell OO: Completed the method coverage removed an uneeded check. — detail
  4. Autosar GPT Driver - MPC5643L

    Added basic infrastructure for Autosar GPT driver
    for MPC56XX. — detail
  5. AUTOSAR MPC5643L - GPT Driver: added GPT basic ISR support

    This patch support only STM Timer, PIT is not
    still supported. — detail
  6. RT-Druid (Oil): set unpack=false for tricore generator — detail
  7. Kernel OO: Modified algorithm that handle alarm queue, added test project to test it. — detail
  8. Added another step in Alarm enqueuing test — detail
  9. Erika: remove inverted commas from oil object cross-references — detail
  10. e200zx: Changed instruction for context syncronization from msync to isync, when write MMU TLB. — detail
  11. contrib (as): Removes not usefull configuration macros from AUTOSAR MCU Driver configuration file for TI Stellaris LM4F232XXXX with KEIL uVision Compiler. — detail
  12. contrib (as): Adds AUTOSAR DMA Driver support for TI Stellaris LM4F232XXXX with KEIL uVision compiler. — detail
  13. AUTOSAR MPC5643L - GPT Driver: added GPT basic functions

    This patch support only STM Timer, PIT is not
    still supported. ISRs management not ready. — detail
  14. contrib (as): Fixes RX lock bug in AUTOSAR SCI Driver for TI Stellaris LM4F232XXX with Keil uVision Compiler. — detail
  15. AUTOSAR MPC5643L - GPT Driver: fulfill GPT ISR support

    - This patch support only STM Timer;
    - This patch support all STM channels provided by MPC5643L. — detail
  16. Changed SymbolicName into MessageIdentifier. Fixed StopCOM protype declaration to use COMShutdownMode. Other minor changes. — detail
  17. RT-Druid (Oil): does not produce any PIC32_ASM makefile's macro if the path is not set — detail
  18. examples: Adds AUTOSAR DMA Driver test examples for TI Stellaris LM4F232XXXX with KEIL uVision compiler. — detail
  19. e200zx: Add memory synchronization in boot files after data copies.

    This has been done to ensure consistency if some code has been moved from flash
    to ram. — detail
  20. Kernel OO: warning removed

    warning: variable 'current' is not initialized before being used — detail
  21. Easylab: fixed FRC-PLL clock switch, some types changed. — detail
  22. Kernel OO: local variable declaration moved up in scope — detail
  23. contrib (as): Fixes preprocessor macro in main header file of AUTOSAR DMA Driver for TI Stellaris LM4F232XXXX with KEIL uVision compiler. — detail