From 1c318f485df23a7a01329ea9536e07cd9c1f0876 Mon Sep 17 00:00:00 2001 From: Damian Loewnau Date: Thu, 26 Sep 2024 11:53:15 +0200 Subject: [PATCH] update submodules * libphoenix 96c4c08...5073395 (1): > arm: convert __ieee754_sqrt(f) to macros * phoenix-rtos-build 97fb495...f335a5c (4): > build: add noexecstack flag > toolchain: update multilib configuration for SPARC > toolchain: add patch with armv7-r/v8-r multilib config > toolchain: add PIC flags to armv7-r/v8-r in libstdcpp * phoenix-rtos-doc 4ac6a9c...6eae539 (2): > libc/functions page adjustments > css: hide theme-toggle icon * phoenix-rtos-kernel bcc5c41...1f9ea40 (8): > mprotect: fix mapEntrySplit > Cortex-M: NVIC and SCB code duplication cleanup > process_load: copy p_filesz bytes instead of p_memsz > hal/imxrt10xx: remove enet PLL deinit > hal/ia32: change I/O input parameter to u16 > mmap: allow for not page aligned len > hal/ia32: cast operands to correct sizes > build: remove program headers from first loadable segment * phoenix-rtos-lwip b1ab9f6...4896655 (4): > Update submodule > Add IPv6 address autoconfiguration > drivers/rtl8139cp.c: Change multicast filters > port/sockets.c: Fix IPv6 ioctls * phoenix-rtos-ports b659aa2...df40217 (2): > build: Adapt ports to a new common definitions of paths (prefixes) > build: Move common definitions/actions from ports to a single spot * phoenix-rtos-tests 3a22101...a20b474 (7): > psh: exclude touch test on imx117x due to #1097 issue > trunner: disable rebooting each test > psh: enable test execution in new psh for imxrt117x > mmap: add test for unaligned len > trunner.tools: fix error message in wait_for_vid_pid() > psh/trunner: fix wrong message in case of failing > unity: add handling fails without message in harness --- libphoenix | 2 +- phoenix-rtos-build | 2 +- phoenix-rtos-doc | 2 +- phoenix-rtos-kernel | 2 +- phoenix-rtos-lwip | 2 +- phoenix-rtos-ports | 2 +- phoenix-rtos-tests | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libphoenix b/libphoenix index 96c4c083..50733954 160000 --- a/libphoenix +++ b/libphoenix @@ -1 +1 @@ -Subproject commit 96c4c0838ef14f5832a66529d0669b34ce2cffc1 +Subproject commit 50733954825ed19e7b17380ee2990c33ee2859fa diff --git a/phoenix-rtos-build b/phoenix-rtos-build index 97fb4951..f335a5cd 160000 --- a/phoenix-rtos-build +++ b/phoenix-rtos-build @@ -1 +1 @@ -Subproject commit 97fb4951342e453e52d12f65914579e1e5142684 +Subproject commit f335a5cd4657b3910c79ce6b65ecc59d8ddb9e70 diff --git a/phoenix-rtos-doc b/phoenix-rtos-doc index 4ac6a9c9..6eae5394 160000 --- a/phoenix-rtos-doc +++ b/phoenix-rtos-doc @@ -1 +1 @@ -Subproject commit 4ac6a9c9746a48ad568cbf112159d9c0e7fffc95 +Subproject commit 6eae53945d4dd4b55b119cff737dfbb4d151da5f diff --git a/phoenix-rtos-kernel b/phoenix-rtos-kernel index bcc5c41a..1f9ea402 160000 --- a/phoenix-rtos-kernel +++ b/phoenix-rtos-kernel @@ -1 +1 @@ -Subproject commit bcc5c41a64da909cfa370abaa871781a0d660c00 +Subproject commit 1f9ea402f5647979a9e4ecc12481454ec0352b0a diff --git a/phoenix-rtos-lwip b/phoenix-rtos-lwip index b1ab9f6a..48966559 160000 --- a/phoenix-rtos-lwip +++ b/phoenix-rtos-lwip @@ -1 +1 @@ -Subproject commit b1ab9f6aa6fa37da945fe368c50334e2f8b71458 +Subproject commit 4896655982ee778f98050c711b81ae9d891d27e4 diff --git a/phoenix-rtos-ports b/phoenix-rtos-ports index b659aa23..df40217f 160000 --- a/phoenix-rtos-ports +++ b/phoenix-rtos-ports @@ -1 +1 @@ -Subproject commit b659aa2342d9558645e60e6eebbd55ce5f8b227e +Subproject commit df40217fb87f8f2653031808379f9cbcb9994152 diff --git a/phoenix-rtos-tests b/phoenix-rtos-tests index 3a22101b..a20b4749 160000 --- a/phoenix-rtos-tests +++ b/phoenix-rtos-tests @@ -1 +1 @@ -Subproject commit 3a22101b5957f17240f542b2d4346b1ba13920b3 +Subproject commit a20b4749dc20c901c63cafbb69b863697dcac748