Skip to content

Commit 851eb99

Browse files
committed
fix(ci): update openamp path
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 0a77c9c commit 851eb99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: CI/update/stm32cube.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -930,13 +930,13 @@ def updateCore():
930930
print(
931931
"WARNING: OpenAmp MW has been updated, please check whether Arduino implementation:"
932932
)
933-
print(" * cores/arduino/stm32/OpenAMP/mbox_ipcc.h")
934-
print(" * cores/arduino/stm32/OpenAMP/mbox_ipcc.c")
935-
print(" * cores/arduino/stm32/OpenAMP/rsc_table.h")
936-
print(" * cores/arduino/stm32/OpenAMP/rsc_table.c")
937-
print(" * cores/arduino/stm32/OpenAMP/openamp.h")
938-
print(" * cores/arduino/stm32/OpenAMP/openamp.c")
939-
print(" * cores/arduino/stm32/OpenAMP/openamp_conf.h")
933+
print(" * libraries/VirtIO/src/mbox_ipcc.h")
934+
print(" * libraries/VirtIO/src/mbox_ipcc.c")
935+
print(" * libraries/VirtIO/src/rsc_table.h")
936+
print(" * libraries/VirtIO/src/rsc_table.c")
937+
print(" * libraries/VirtIO/inc/openamp.h")
938+
print(" * libraries/VirtIO/src/openamp.c")
939+
print(" * libraries/VirtIO/inc/openamp_conf.h")
940940
print(" should be updated from Cube project:")
941941
print(
942942
" --> Projects/STM32MP157C-DK2/Applications/OpenAMP/OpenAMP_TTY_echo"

0 commit comments

Comments
 (0)