Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
    • rahix's avatar
      fix(rtc): Call RTC_EnableRTCE after RTC_Init · 65d9d270
      rahix authored
      
      RTC_Init will turn off the RTC and readout will not be possible until
      RTC_EnableRTCE is called.  The previous version worked because the
      bootloader would call RTC_Init and Epicardium would then call
      RTC_EnableRTCE.
      
      This broke with the hardware-init changes in
      
          b76ac8fc
      
      and lead to behavior where cold boot would not enable the RTC.  This
      commit switches the order of the two calls in the bootloader so it is
      always initialized correctly.  Because some older bootloaders are
      already out in the field, this commit also introduces basic rtc init
      into Epicardium so the new firmware can work correctly with older
      bootloaders.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      65d9d270
  2. Aug 20, 2019
  3. Aug 19, 2019
  4. Aug 17, 2019
  5. Aug 12, 2019
  6. Aug 10, 2019
  7. Aug 07, 2019
  8. Aug 04, 2019
  9. Aug 03, 2019
  10. Jul 29, 2019
  11. Jul 27, 2019
  12. Jul 26, 2019
  13. Jul 22, 2019
  14. Jul 17, 2019
  15. Jul 11, 2019
  16. Jul 07, 2019
  17. Jul 05, 2019
  18. Jul 04, 2019
  19. Jun 24, 2019
  20. Jun 22, 2019
  21. Jun 21, 2019
  22. Jun 20, 2019
  23. Jun 16, 2019
  24. Jun 15, 2019
Loading