1. 28 Sep, 2014 3 commits
  2. 24 Sep, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      bootloader: FreeRTOS app now boots properly · 729411db
      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.
      
      Conflicts:
      	sw/bootloader-an0042/main.c
      729411db
  3. 06 Sep, 2014 2 commits
  4. 24 Aug, 2014 3 commits
  5. 18 Aug, 2014 23 commits
  6. 17 Aug, 2014 1 commit
  7. 16 Aug, 2014 2 commits
  8. 14 Aug, 2014 4 commits
  9. 13 Aug, 2014 1 commit