From 1bb3862d9fa3d3e77662a55029e9071d6126046a Mon Sep 17 00:00:00 2001 From: Epagris Date: Tue, 24 Jun 2025 18:55:23 +0200 Subject: [PATCH] - CMakeLists.txt corrected - submodule URLs changed --- .gitmodules | 4 ++-- CMakeLists.txt | 2 +- Modules/flexptp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 274ce97..2fe1f62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/antoinealb/Tivaware.git [submodule "Modules/embfmt"] path = Modules/embfmt - url = git@epagris.com:epagris/embfmt.git + url = https://gitea.epagris.com/epagris/embfmt [submodule "Modules/flexptp"] path = Modules/flexptp - url = git@epagris.com:epagris/flexPTP.git + url = https://github.com/epagris/flexPTP.git [submodule "Modules/lwip"] path = Modules/lwip url = https://github.com/lwip-tcpip/lwip.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 98e6864..e9e4983 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_SYSTEM_PROCESSOR arm) # Some default GCC settings # arm-none-eabi- must be part of path environment -set(TOOLCHAIN_PREFIX /usr/bin/arm-none-eabi-) +set(TOOLCHAIN_PREFIX arm-none-eabi-) set(FLAGS "-fdata-sections -ffunction-sections -Wl,--gc-sections") set(CPP_FLAGS "${FLAGS} -fno-rtti -fno-exceptions -fno-threadsafe-statics") diff --git a/Modules/flexptp b/Modules/flexptp index de7fe6e..e8c0eb5 160000 --- a/Modules/flexptp +++ b/Modules/flexptp @@ -1 +1 @@ -Subproject commit de7fe6eb27c9155ec8d9112003e59d541e460acb +Subproject commit e8c0eb5869bd3f88e9022e34379480c4d964cef4