1. 28 Jul, 2017 1 commit
    • Michael Hogger's avatar
      [FIX] Fix fallback issue of CN from PreOp2 to PreOp1 · 925abf74
      Michael Hogger authored
      The CN could not fall back from PreOperational2 state to
      PreOperational1 due to avoidance of SoC timeouts in
      PreOperational2 (causing state-hopping).
      The solution is to count all logical SoC erros in PreOperational2.
      
      Change-Id: Ia60a668b2f6abe171d90af9e7db7e8799cb3eb91
      925abf74
  2. 13 Jun, 2017 1 commit
  3. 12 Jun, 2017 7 commits
  4. 08 Jun, 2017 1 commit
  5. 19 May, 2017 1 commit
  6. 16 May, 2017 1 commit
  7. 15 May, 2017 1 commit
  8. 10 May, 2017 1 commit
  9. 09 May, 2017 1 commit
  10. 08 May, 2017 1 commit
    • Michael Hogger's avatar
      [FIX] Fix NIOS II store-restore default settings · 309b5480
      Michael Hogger authored
      The configuration storage feature can only be activated if the
      host cpu board and the NIOS II BSP supports it. Per default,
      this feature is switched off in the application, thus it also
      has to be switched off in the hostif-library because the BSP
      does not support it. This causes a fatal error at the host
      while reading the CFI-flash memory.
      
      To enable the configuration storage feature, set both:
      * -DCONFIG_APP_STORE_RESTORE
        in apps/demo_cn_embedded/build/altera-nios2/app.settings
      * -DCONFIG_INCLUDE_STORE_RESTORE
        in stack/build/altera-nios2/liboplkcnapp-hostif/lib.settings
      
      Change-Id: I4253dcfac6099e180aa84f0edbdb06fbdd0bdfe0
      309b5480
  11. 05 May, 2017 3 commits
    • Joerg Zelenka's avatar
      [TASK] Use the new openCONFIGURATOR projects in the MN demos · 408b0749
      Joerg Zelenka authored
      Update the MN demo applications to make use of the new
      openCONFIGURATOR projects as introduced in 3778bf94.
      
      Change-Id: Id1e552f19bf5104191ae19262864729eab54c547
      408b0749
    • Michael Hogger's avatar
      [FIX] Fix loss of frames on SDO client segmented WriteByIndex · c4e1ebf0
      Michael Hogger authored
      If the SDO history buffer reaches its limits the SDO client
      looses frames due to an update of the managing handle previous to
      a blocked transmission. This unsuccessful transmission is never repeated
      and therefore lost.
      The solution is to update the managing handle only if the frame was
      successfully sent or stored in the Tx history queue.
      Since this change affects the SDO sequence layer, the same update
      mechanism has to be applied to the SDO server.
      
      Change-Id: Ifea590cf8e4528ee4e48ba5f10bdbe969d7442e3
      c4e1ebf0
    • Michael Hogger's avatar
      [FIX] Fix missing index of event kObdEvWrStringDomain · 2f5131d7
      Michael Hogger authored
      This commit fixes the index and subindex information for the event
      kOplkApiEventObdAccess of type kObdEvWrStringDomain.
      The bug introduced by commit afa3a, which resulted in index and
      sub-index information to be 0.
      
      Change-Id: Ifac4fef3df9067b3ba11e3e6a748d69bef6ddffb
      2f5131d7
  12. 04 May, 2017 3 commits
  13. 03 May, 2017 2 commits
    • Wolfgang Seiss's avatar
      [TASK] Cleanup debug trace points · ee5da73f
      Wolfgang Seiss authored
      - Remove unused debug trace points
      - Replace TgtDbgPostTraceValue by standard trace in nmtmnu.c
      - Replace TgtDbgPostTraceValue by standard trace in dllk module
      - Remove TgtDbgPostTraceValue and according macro definition
      - Rename TgtDbgSignalTracePoint() to target_signalTracePoint()
      
      Change-Id: I78321873495575c22980883d90367b64c66de03c
      ee5da73f
    • Norman Banick's avatar
      [TASK] Update Linux platform documentation · 876ca04e
      Norman Banick authored
      - Add C-states parameter for low context switch latency
      - Add missing network chips to supported hardware
      - Update tested Linux kernel versions
      
      Change-Id: Ia0d78efd6ef0bec2bd46e1b958fc4d875fc2bac5
      876ca04e
  14. 26 Apr, 2017 1 commit
  15. 19 Apr, 2017 2 commits
    • Joerg Zelenka's avatar
      [TASK] Update version information to V2.6.0-rc1 · b3f8283f
      Joerg Zelenka authored
      Change-Id: I93fc903838fe27ba73a056db85afe3c0d28125a1
      b3f8283f
    • Joerg Zelenka's avatar
      [FIX] Fix object write and read API functions · 3e61d670
      Joerg Zelenka authored
      Restore the previous behavior that the local object write and
      read API functions are using obdu_writeEntry() and
      obdu_readEntry() to access the OD. The remote object write and
      read API functions are using obdu_writeEntryFromLe() and
      obdu_readEntryToLe() if the local OD is accessed. This commit
      reverts parts of 64c5a7fd.
      
      Change-Id: If45a1f015243d1c7069570491eb5ed36b8139cef
      3e61d670
  16. 18 Apr, 2017 9 commits
  17. 14 Apr, 2017 4 commits