]> granicus.if.org Git - esp-idf/commit
bootloader_support: Rename include_priv directory to include_bootloader
authorAngus Gratton <gus@projectgus.com>
Tue, 3 Jul 2018 02:18:20 +0000 (12:18 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 23 Jul 2018 05:58:27 +0000 (15:58 +1000)
commitfbec7de7f80451ff6398e96b1a0697a7285b543b
tree32b089d9f8fdc6a28d827e1c5a839b472f05db87
parent05a5c58f7a17bc42a7e5bf6723a9f9792454dacf
bootloader_support: Rename include_priv directory to include_bootloader

Old rationale for "priv" no longer applies.

As reported here: https://esp32.com/viewtopic.php?f=13&t=6155&p=27151#p26601
components/bootloader_support/component.mk
components/bootloader_support/include_bootloader/bootloader_config.h [moved from components/bootloader_support/include_priv/bootloader_config.h with 100% similarity]
components/bootloader_support/include_bootloader/bootloader_flash.h [moved from components/bootloader_support/include_priv/bootloader_flash.h with 100% similarity]
components/bootloader_support/include_bootloader/bootloader_init.h [moved from components/bootloader_support/include_priv/bootloader_init.h with 100% similarity]
components/bootloader_support/include_bootloader/bootloader_random.h [moved from components/bootloader_support/include_priv/bootloader_random.h with 100% similarity]
components/bootloader_support/include_bootloader/bootloader_sha.h [moved from components/bootloader_support/include_priv/bootloader_sha.h with 100% similarity]
components/bootloader_support/include_bootloader/bootloader_utility.h [moved from components/bootloader_support/include_priv/bootloader_utility.h with 100% similarity]
components/bootloader_support/include_bootloader/flash_qio_mode.h [moved from components/bootloader_support/include_priv/flash_qio_mode.h with 100% similarity]