xiaoxiang781216 merged PR #16293:
URL: https://github.com/apache/nuttx/pull/16293
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
stbenn commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2854579971
@jerpelea They have been split into separate commits
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
raiden00pl commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2853524486
@stbenn `nucleo-g0b1re/nsh` is not normalized. Try this command and update
config:
```
boards/arm/stm32f0l0g0/nucleo-g0b1re/configs/nsh/defconfig
```
--
This is an automated
stbenn commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2852151807
@lupyuen Any idea why Linux arm-13 might be failing on this build? I don't
see any error or warnings (outside of CMake warning) in the logs. The only
strange part of the logs is that after
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2073380119
##
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst:
##
@@ -0,0 +1,57 @@
+
+ST Nucleo G0B1RE
+
+.. figure:: nucleo-g0b1
hartmannathan commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2072661564
##
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst:
##
@@ -0,0 +1,57 @@
+
+ST Nucleo G0B1RE
+
+.. figure:: nucl
stbenn commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2847263236
Log from ostest run on d26d8f9
[ostest_log2.log](https://github.com/user-attachments/files/20013697/ostest_log2.log)
--
This is an automated message from the Apache Git Service.
To r
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2071640761
##
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst:
##
@@ -0,0 +1,5 @@
+
+ST Nucleo G0B1RE
+
+
+The Nucleo G0B1RE is a
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2071639028
##
arch/arm/src/stm32f0l0g0/stm32_crypto.c:
##
@@ -79,7 +79,7 @@ static int stm32_newsession(uint32_t *sid, struct cryptoini
*cri)
*sid = g_stm32_sesnum++;
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2071638737
##
boards/Kconfig:
##
@@ -3552,6 +3562,7 @@ config ARCH_BOARD
default "stm32g071b-disco" if ARCH_BOARD_STM32G071B_DISCO
default "nucleo-g070rb"
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070252033
##
arch/arm/src/stm32f0l0g0/Kconfig:
##
@@ -531,6 +531,86 @@ config ARCH_CHIP_STM32G071RB
select STM32F0L0G0_STM32G0
depends on ARCH_CHIP_STM32G0
+conf
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070232400
##
arch/arm/include/stm32f0l0g0/chip.h:
##
@@ -281,6 +281,39 @@
# define STM32_NCAP0 /* No Capacitive sensing channels */
# define STM32_NPORTS
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070234101
##
arch/arm/src/stm32f0l0g0/stm32_crypto.c:
##
@@ -79,7 +79,7 @@ static int stm32_newsession(uint32_t *sid, struct cryptoini
*cri)
*sid = g_stm32_sesnum++;
stbenn commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2070234598
##
arch/arm/src/stm32f0l0g0/stm32_serial_v1.c:
##
@@ -2320,25 +2320,25 @@ static void stm32serial_pmnotify(struct pm_callback_s
*cb, int domain,
{
switch (pmstate)
raiden00pl commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2069963907
##
arch/arm/src/stm32f0l0g0/Kconfig:
##
@@ -531,6 +531,86 @@ config ARCH_CHIP_STM32G071RB
select STM32F0L0G0_STM32G0
depends on ARCH_CHIP_STM32G0
+
acassis commented on code in PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#discussion_r2069670019
##
Documentation/platforms/arm/stm32g0/boards/nucleo-g0b1re/index.rst:
##
@@ -0,0 +1,5 @@
+
+ST Nucleo G0B1RE
+
+
+The Nucleo G0B1RE is
stbenn commented on PR #16293:
URL: https://github.com/apache/nuttx/pull/16293#issuecomment-2842986262
Just noticed that `pipfile.lock` was updated when I built the documentation
following the instructions in the Nuttx documentation. Should I discard this
change from the PR?
--
This is
stbenn opened a new pull request, #16293:
URL: https://github.com/apache/nuttx/pull/16293
This commit adds support for both the STM32G0B1xx chip family and the Nucleo
G0B1RE development board.
The board support is a modified version of the support for Nucleo G071RB.
Documenatat
18 matches
Mail list logo