Skip to content
Snippets Groups Projects
Select Git revision
  • v3.3-dev
  • 5.1-flow3r default
  • v5.1-flow3r
  • v4.2.5
  • v5.1
  • v5.1-rc2
  • v4.4.5
  • v5.1-rc1
  • v5.0.2
  • v5.1-beta1
  • v5.2-dev
  • v4.3.5
  • v5.0.1
  • v4.4.4
  • v4.1.4
  • v5.0
  • v5.0-rc1
  • v4.4.3
  • v4.3.4
  • v4.2.4
  • v5.0-beta1
  • v5.1-dev
22 results

light_sleep

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jakob Hasse authored
    The following two functions in bootloader_support are private now:
    * esp_secure_boot_verify_sbv2_signature_block()
    * esp_secure_boot_verify_rsa_signature_block()
    They have been moved into private header files
    inside bootloader_private/
    
    * Removed bootloader_reset_reason.h and
      bootloader_common_get_reset_reason() completely.
      Alternative in ROM component is available.
    
    * made esp_efuse.h independent of target-specific rom header
    33a36166
    History
    Name Last commit Last update
    ..