Skip to content
Snippets Groups Projects
Select Git revision
  • esb_py
  • master default protected
  • analog_gpio
  • config
  • esb
  • esb_squashed_nopy
  • card10.cfg
  • fix-intid
  • hwlock_pc
  • jailbreak
  • debug_module
  • gpio_fix
  • fd_ownership
  • moar_blacklist
  • hula
  • mx_printf
  • fileapi
  • dir
  • tidy
  • fatfs-generation
20 results

card10

  • Clone with SSH
  • Clone with HTTPS
  • Forked from card10 / firmware
    Source project has a limited visibility.
    Rahix's avatar
    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>
    65d9d270
    History
    Name Last commit Last update
    ..