From 6d2c3150d1967960da4d88a813a16bf004103369 Mon Sep 17 00:00:00 2001 From: lukileczo Date: Fri, 1 Sep 2023 11:55:44 +0200 Subject: [PATCH] Submodule update * libphoenix b75dc7a...93ca863 (1): > ci: fix secrets passing * phoenix-rtos-build 6571412...acf0a53 (2): > gr716: add script to generate bch for SPI image > ci: fix secrets passing * phoenix-rtos-corelibs b23deda...931db29 (1): > ci: fix secrets passing * phoenix-rtos-devices 74fd28f...b76e210 (3): > ci: fix secrets passing > mpu6000: add lpf selection argument > sensors: add temperature to IMU * phoenix-rtos-doc d5b87e6...b994df1 (1): > building: add installing libelf on macOS * phoenix-rtos-filesystems 1fb5a19...a5e1b1d (2): > jffs2: fix sum node union alignment > ci: fix secrets passing * phoenix-rtos-hostutils a80527c...90977a3 (1): > metaelf: provide elf.h alternative on macOS * phoenix-rtos-kernel 56cc26c...e15898b (3): > sparcv8leon3/reboot: remove unnecessary register setting > syspage_progShow: Remove backspace print > ci: fix secrets passing * phoenix-rtos-lwip d80d6e0...55f4d30 (1): > ci: fix secrets passing * phoenix-rtos-ports c5fe56f...5b42bd3 (1): > ci: fix secrets passing * phoenix-rtos-posixsrv 9b370c7...3ddeef6 (1): > ci: fix secrets passing * phoenix-rtos-utils 7c653bd...b2fbe21 (1): > ci: fix secrets passing * plo b0c20fa...63de144 (3): > gr716: add workarounds for SPI boot > gr716: remove unused _gr716_softRst function > ci: fix secrets passing JIRA: RTOS-586 --- libphoenix | 2 +- phoenix-rtos-build | 2 +- phoenix-rtos-corelibs | 2 +- phoenix-rtos-devices | 2 +- phoenix-rtos-doc | 2 +- phoenix-rtos-filesystems | 2 +- phoenix-rtos-hostutils | 2 +- phoenix-rtos-kernel | 2 +- phoenix-rtos-lwip | 2 +- phoenix-rtos-ports | 2 +- phoenix-rtos-posixsrv | 2 +- phoenix-rtos-utils | 2 +- plo | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libphoenix b/libphoenix index b75dc7a0..93ca863b 160000 --- a/libphoenix +++ b/libphoenix @@ -1 +1 @@ -Subproject commit b75dc7a03e9c3c7cfdf78a495bf81f6779f0ad18 +Subproject commit 93ca863ba460a2ccf79cd3d1ba9e1dae5e223cae diff --git a/phoenix-rtos-build b/phoenix-rtos-build index 6571412c..acf0a539 160000 --- a/phoenix-rtos-build +++ b/phoenix-rtos-build @@ -1 +1 @@ -Subproject commit 6571412c228cfa8774ef0751d5e3e4bed5934e10 +Subproject commit acf0a539cc4d2c8331519bf04c3390b1a63527cb diff --git a/phoenix-rtos-corelibs b/phoenix-rtos-corelibs index b23deda5..931db295 160000 --- a/phoenix-rtos-corelibs +++ b/phoenix-rtos-corelibs @@ -1 +1 @@ -Subproject commit b23deda5bc62c32b843ea17df131fc2bca8e0eb4 +Subproject commit 931db295ffd4921b8adfc3c4cebd5ec661bbcd34 diff --git a/phoenix-rtos-devices b/phoenix-rtos-devices index 74fd28f5..b76e2108 160000 --- a/phoenix-rtos-devices +++ b/phoenix-rtos-devices @@ -1 +1 @@ -Subproject commit 74fd28f552a39da19d8dabc1d4716e86989f6640 +Subproject commit b76e2108213936a0165653209fdba0a676396077 diff --git a/phoenix-rtos-doc b/phoenix-rtos-doc index d5b87e67..b994df1b 160000 --- a/phoenix-rtos-doc +++ b/phoenix-rtos-doc @@ -1 +1 @@ -Subproject commit d5b87e673127286c1b40056495983de4d1cdc648 +Subproject commit b994df1bf0df91f89787402d7e28bc8befe3a88e diff --git a/phoenix-rtos-filesystems b/phoenix-rtos-filesystems index 1fb5a191..a5e1b1db 160000 --- a/phoenix-rtos-filesystems +++ b/phoenix-rtos-filesystems @@ -1 +1 @@ -Subproject commit 1fb5a191a47778efb02eb53df09704b3a3aefcd4 +Subproject commit a5e1b1db73c700ab307bbe4f0f32862cba1690e8 diff --git a/phoenix-rtos-hostutils b/phoenix-rtos-hostutils index a80527c7..90977a30 160000 --- a/phoenix-rtos-hostutils +++ b/phoenix-rtos-hostutils @@ -1 +1 @@ -Subproject commit a80527c79a9528ff832c3aab76b5cd8972a5d0bc +Subproject commit 90977a30bdee0c9a28fee87c92a2068cce417c75 diff --git a/phoenix-rtos-kernel b/phoenix-rtos-kernel index 56cc26cc..e15898ba 160000 --- a/phoenix-rtos-kernel +++ b/phoenix-rtos-kernel @@ -1 +1 @@ -Subproject commit 56cc26cc914ed3c0ffe91225c62f4665a3e2e242 +Subproject commit e15898bac82e168f7e6aaea60d413790a282f389 diff --git a/phoenix-rtos-lwip b/phoenix-rtos-lwip index d80d6e02..55f4d302 160000 --- a/phoenix-rtos-lwip +++ b/phoenix-rtos-lwip @@ -1 +1 @@ -Subproject commit d80d6e025d31daa2448ffe781f3781bb1e2b4305 +Subproject commit 55f4d302cecc77bfbd79f5628a1eb7424e83f718 diff --git a/phoenix-rtos-ports b/phoenix-rtos-ports index c5fe56fb..5b42bd3f 160000 --- a/phoenix-rtos-ports +++ b/phoenix-rtos-ports @@ -1 +1 @@ -Subproject commit c5fe56fb4e0c9b058f3e941f5fb1ddcb4fd219d1 +Subproject commit 5b42bd3f423b3cbfdeb3c13c5094e393d94640dd diff --git a/phoenix-rtos-posixsrv b/phoenix-rtos-posixsrv index 9b370c78..3ddeef67 160000 --- a/phoenix-rtos-posixsrv +++ b/phoenix-rtos-posixsrv @@ -1 +1 @@ -Subproject commit 9b370c7809e5284c7ac641919f32bbad884e97fb +Subproject commit 3ddeef6792679a27d5efb05fe81647208c0ab431 diff --git a/phoenix-rtos-utils b/phoenix-rtos-utils index 7c653bdc..b2fbe21a 160000 --- a/phoenix-rtos-utils +++ b/phoenix-rtos-utils @@ -1 +1 @@ -Subproject commit 7c653bdc57b16bf48eb9e00761e6af3827bb029c +Subproject commit b2fbe21ad1a46b6d6185800a2d05e7211eef32cf diff --git a/plo b/plo index b0c20fa3..63de1441 160000 --- a/plo +++ b/plo @@ -1 +1 @@ -Subproject commit b0c20fa3eff1b9bfed789fd86610dd0b4ce4495d +Subproject commit 63de1441285289fa398cb41b3c11e837f9720007