1. 02 Oct, 2014 2 commits
  2. 01 Oct, 2014 2 commits
  3. 30 Sep, 2014 1 commit
  4. 28 Sep, 2014 1 commit
  5. 27 Sep, 2014 1 commit
  6. 24 Sep, 2014 1 commit
  7. 23 Sep, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      bootloader: FreeRTOS app now boots properly · 6e997732
      Theodor-Adrian Stana authored
      The issue was the SysTick timer, which was configured by the bootloader to
      blink the backlight LEDs, but was not de-configured before booting to the
      application.
      
      Without the SysTick timer de-configured, the FreeRTOS tick timer, which relies
      on the SysTick timer, fired before FreeRTOS could be properly configured. Since
      the FreeRTOS SysTick handler contains some OS-specific functions and data, the
      fact that these were not initialized probably led to a segfault.
      
      This issue was fixed in boot.c, by de-configuring the SysTick timer.
      6e997732
  8. 21 Sep, 2014 1 commit
  9. 18 Sep, 2014 2 commits
  10. 16 Sep, 2014 1 commit
  11. 14 Sep, 2014 1 commit
  12. 07 Sep, 2014 2 commits
  13. 06 Sep, 2014 1 commit
  14. 03 Sep, 2014 1 commit
  15. 02 Sep, 2014 1 commit
  16. 01 Sep, 2014 2 commits
  17. 29 Aug, 2014 2 commits
  18. 28 Aug, 2014 2 commits
  19. 27 Aug, 2014 4 commits
  20. 26 Aug, 2014 10 commits
  21. 25 Aug, 2014 1 commit