mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bootloader: export ets_update_cpu_frequency
This commit is contained in:
parent
ecf720d3b3
commit
c1b06bf0a2
@ -5,7 +5,10 @@
|
|||||||
# we pull in bootloader-specific linker arguments.
|
# we pull in bootloader-specific linker arguments.
|
||||||
#
|
#
|
||||||
|
|
||||||
LINKER_SCRIPTS := esp32.bootloader.ld $(IDF_PATH)/components/esp32/ld/esp32.rom.ld
|
LINKER_SCRIPTS := \
|
||||||
|
esp32.bootloader.ld \
|
||||||
|
$(IDF_PATH)/components/esp32/ld/esp32.rom.ld \
|
||||||
|
esp32.bootloader.rom.ld
|
||||||
|
|
||||||
COMPONENT_ADD_LDFLAGS := -L $(COMPONENT_PATH) -lmain $(addprefix -T ,$(LINKER_SCRIPTS))
|
COMPONENT_ADD_LDFLAGS := -L $(COMPONENT_PATH) -lmain $(addprefix -T ,$(LINKER_SCRIPTS))
|
||||||
|
|
||||||
|
1
components/bootloader/src/main/esp32.bootloader.rom.ld
Normal file
1
components/bootloader/src/main/esp32.bootloader.rom.ld
Normal file
@ -0,0 +1 @@
|
|||||||
|
PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU only; not on the other core */
|
Loading…
x
Reference in New Issue
Block a user