Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-07 18:41:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f6f7ab2e7fde9863c28b00bf71b190d24404a15c
esp-idf/examples/custom_bootloader/bootloader_hooks/Makefile

10 lines
188 B
Makefile
Raw Normal View History

bootloader: override the 2nd stage bootloader Add the possibility to have user bootloader components. This is performed from an application/project, by creating bootloader components. To do so, it is required to create a `bootloader_component` directory containing the custom modules to be compiled with the bootloader. Thanks to this, two solutions are available to override the bootloader now: - Using hooks within a user bootloader component - Using a user defined `main` bootloader component to totally override the old implementation Please check the two new examples in `examples/custom_bootloader` * Closes https://github.com/espressif/esp-idf/issues/7043
2021-04-15 10:31:33 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides
# in is a project subdirectory.
#
PROJECT_NAME := bootloader_hooks
include $(IDF_PATH)/make/project.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 25ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API