- CMakeLists.txt corrected

- submodule URLs changed
This commit is contained in:
Wiesner András 2025-06-24 18:55:23 +02:00
parent 8924de458d
commit 1bb3862d9f
3 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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")

@ -1 +1 @@
Subproject commit de7fe6eb27c9155ec8d9112003e59d541e460acb
Subproject commit e8c0eb5869bd3f88e9022e34379480c4d964cef4