File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -930,13 +930,13 @@ def updateCore():
930
930
print (
931
931
"WARNING: OpenAmp MW has been updated, please check whether Arduino implementation:"
932
932
)
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" )
940
940
print (" should be updated from Cube project:" )
941
941
print (
942
942
" --> Projects/STM32MP157C-DK2/Applications/OpenAMP/OpenAMP_TTY_echo"
You can’t perform that action at this time.
0 commit comments