Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-06 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-06 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-06 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-05 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-05 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-04 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-02 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-02 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-02 Thread via GitHub
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++;

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-02 Thread via GitHub
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"

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-01 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-01 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-01 Thread via GitHub
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++;

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-01 Thread via GitHub
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)

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-05-01 Thread via GitHub
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 +

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
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

Re: [PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
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

[PR] boards/stm32f0l0g0: Add Nucleo G0B1RE support. [nuttx]

2025-04-30 Thread via GitHub
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