OVMS3-idf/components/bootloader_support/src
Anton Maklakov f42b91fe46 spi_flash: fix errors for GCC 8 support
components/spi_flash/partition.c: In function 'load_partitions':
components/spi_flash/partition.c:179:66: error: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
         strncpy(item->info.label, (const char*) it->label, sizeof(it->label));
                                                                  ^
2018-07-02 09:05:00 +00:00
..
bootloader_clock.c bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 2018-03-21 13:27:56 +05:00
bootloader_common.c spi_flash: fix errors for GCC 8 support 2018-07-02 09:05:00 +00:00
bootloader_flash.c add api get valid mmu table pages number 2018-03-16 10:40:55 +08:00
bootloader_init.c soc: Fix description of rtc_config_t.tieh, add macros 2018-05-25 14:58:37 +10:00
bootloader_random.c log: Remove non-static TAG variables 2017-12-15 10:59:48 +11:00
bootloader_sha.c assert: Fix. Move useful functions from wrapped assert functions 2018-06-22 15:17:55 +05:00
bootloader_utility.c partition_table: Expanding the space under the bootloader 2018-06-08 18:47:29 +05:00
efuse.c esp32: Add KConfig option to disable ROM Console fallback on first boot 2017-08-29 14:52:00 +10:00
esp_image_format.c esp32: Adds support for SW breakpoints in flash 2018-04-26 10:17:02 +03:00
flash_encrypt.c flash encryption: Also always disable ROM BASIC console when enabling flash encryption 2017-08-29 14:52:00 +10:00
flash_partitions.c Protect partition table by MD5 checksum 2018-02-05 11:36:03 +01:00
flash_qio_mode.c bootloader(flash): fix flash QIO mode configuration error. 2018-05-16 12:42:29 +00:00
secure_boot.c bootloader: Combine loading from flash & verifying to save boot time 2017-07-19 18:25:17 +10:00
secure_boot_signatures.c bootloader: Calculate SHA256 hash of image on every boot 2017-07-19 18:31:59 +10:00