[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8799: arm64: Support for FPU profile with procfs

2023-03-18 Thread via GitHub
xiaoxiang781216 commented on PR #8799: URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1474754527 @acassis could you merge this patch? -- 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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8779: arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit

2023-03-18 Thread via GitHub
xiaoxiang781216 commented on PR #8779: URL: https://github.com/apache/nuttx/pull/8779#issuecomment-1474754928 @acassis @jerpelea @pkarashchenko do you have more comment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] laoniaokkk commented on issue #8833: w5500 ethernet can not work well

2023-03-18 Thread via GitHub
laoniaokkk commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1474762874 I just test it on stm32f407,and use the config of boards/arm/stm32/stm32f4discovery/ether_w5500 but change some pins of spi -- This is an automated message from the Apache Git Ser

[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8827: arch/nrf52: nvmc and flash should depends on ALLOW_BSD_COMPONENTS=y

2023-03-18 Thread via GitHub
raiden00pl commented on code in PR #8827: URL: https://github.com/apache/nuttx/pull/8827#discussion_r1140962810 ## arch/arm/src/nrf52/nrf52_nvmc.c: ## @@ -102,78 +102,6 @@ static inline void nrf_mem_barrier(void) * Public Functions ***

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8824: libm/newlib: add newlib/libm support

2023-03-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #8824: URL: https://github.com/apache/nuttx/pull/8824#discussion_r1140992987 ## libs/libm/Kconfig: ## @@ -33,6 +33,13 @@ config LIBM comes from the Rhombus OS and was written by Nick Johnson. The Rhombus OS

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8824: libm/newlib: add newlib/libm support

2023-03-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #8824: URL: https://github.com/apache/nuttx/pull/8824#discussion_r1141024008 ## libs/libm/newlib/include/math.h: ## @@ -0,0 +1,775 @@ +/ + * libs/libm/newlib/inclu

[GitHub] [nuttx] acassis opened a new pull request, #8841: avr: Add support to Atmega mega1284p_xplained board

2023-03-18 Thread via GitHub
acassis opened a new pull request, #8841: URL: https://github.com/apache/nuttx/pull/8841 ## Summary avr: Add support to Atmega mega1284p_xplained board ## Impact Users could use the Atmega mega1284p_xplained board to test NuttX ## Testing Atmega mega1284p_xplained -- Thi

[GitHub] [nuttx] acassis commented on issue #8833: w5500 ethernet can not work well

2023-03-18 Thread via GitHub
acassis commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1475031607 Hi @laoniaokkk which pins did you change? Do you please share your modifications? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: cf56e4113ae0eb7c1998a1dc6ddb1254b04f6fe2

2023-03-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 80cc4be2 Publishing web: b50f5ca4

[GitHub] [nuttx] laoniaokkk commented on issue #8833: w5500 ethernet can not work well

2023-03-18 Thread via GitHub
laoniaokkk commented on issue #8833: URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1475092844 I use this pins for w5500: PB12 ---> ETH_INT PB13 ---> SPI_CLK PB14 ---> SPI_MISO PB15 ---> SPI_MOSI PD8 ---> ETH_CS PE14 ---> EHT_RST and this is my pin conf