Skip to content
Snippets Groups Projects
  1. Aug 03, 2019
  2. Aug 02, 2019
  3. Aug 01, 2019
    • rahix's avatar
      fix(rtc): Fix rtc values not being synchronized · 1b575b03
      rahix authored
      
      Use RTC_GetTime() instead of RTC_GetSecond() because otherwise a read
      immediately following the RTC alarm will return the previous value.
      RTC_GetTime() will return E_BUSY a number of times before finally being
      successful and returning a timestamp.  To keep the system load minimal
      during this waiting, the task is put to sleep for 4ms everytime the read
      fails.  This value might need further adjustment.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      1b575b03
    • rahix's avatar
      feat(rtc): Add RTC alarm interrupt · db390227
      rahix authored
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      db390227
  4. Jul 31, 2019
  5. Jul 29, 2019
  6. Jul 27, 2019
  7. Jul 26, 2019
  8. Jul 25, 2019
  9. Jul 24, 2019
  10. Jul 22, 2019
  11. Jul 21, 2019
Loading