[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2275: lib_libvsprintf.c: Implement "t" modifier for printf

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2275: URL: https://github.com/apache/incubator-nuttx/pull/2275 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2274: sim inttypes.h: Remove PRI/SCN macros for fast and least types

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2274: URL: https://github.com/apache/incubator-nuttx/pull/2274 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: sim inttypes.h: Remove PRI/SCN macros for fast and least types

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new c79bda6 sim inttypes.h: Remove PRI/

[incubator-nuttx] branch master updated: lib_libvsprintf.c: Implement "t" modifier for printf

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new f307d99 lib_libvsprintf.c: Implemen

[GitHub] [incubator-nuttx] yjdwbj opened a new issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-10 Thread GitBox
yjdwbj opened a new issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276 Hi, guys , I have one Atmel sam4s-xplained-pro board, when I using the nuttx os find some issues. the built-in ![396333136](https://user-images.githubusercontent.com/321919/98649579-ba134100-

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
fjpanag commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724570533 > * I did a search on were `stm32_clockenable()` is used. It is true that it is called only from start-up code. No other code in STM32 arch is using it. The only oth

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
fjpanag commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724571721 So, how do you propose that I can continue? What is your recommendation on setting the correct FLASH prefetch cycles, in a safe way?

[GitHub] [incubator-nuttx] donghengqaz commented on pull request #2224: xtensa/esp32: Add SPI Flash hardware encryption I/O support

2020-11-10 Thread GitBox
donghengqaz commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-724573471 > Hi @donghengqaz there are some conflicts with esp32_spiflash.c because recent modifications, please update it and submit again. Hi @acassis The conflicts are

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #2277: Heap is defined in linkerscript for FLAT builds.

2020-11-10 Thread GitBox
fjpanag opened a new pull request #2277: URL: https://github.com/apache/incubator-nuttx/pull/2277 ## Summary Currently the heap regions are hardcoded. The code makes assumptions on how the memory regions should be mapped, and calculates the boundaries according to the MCU's available me

[GitHub] [incubator-nuttx-apps] yamt commented on a change in pull request #472: Fix random printf format warnings and type mismatches

2020-11-10 Thread GitBox
yamt commented on a change in pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#discussion_r520588806 ## File path: include/graphics/nxwidgets/itextbox.hxx ## @@ -208,7 +208,7 @@ namespace NXWidgets * @return position The cursor position.

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #472: Fix random printf format warnings and type mismatches

2020-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#discussion_r520594056 ## File path: include/graphics/nxwidgets/itextbox.hxx ## @@ -208,7 +208,7 @@ namespace NXWidgets * @return position The cursor p

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #472: Fix random printf format warnings and type mismatches

2020-11-10 Thread GitBox
xiaoxiang781216 commented on a change in pull request #472: URL: https://github.com/apache/incubator-nuttx-apps/pull/472#discussion_r520594056 ## File path: include/graphics/nxwidgets/itextbox.hxx ## @@ -208,7 +208,7 @@ namespace NXWidgets * @return position The cursor p

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
davids5 commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520600227 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -135,7 +150,8 @@ #define SPI_CR1_SSI (1 << 8) /* Bit 8: Internal slave

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
davids5 commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520596645 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -47,6 +47,24 @@ * Pre-processor Definitions *

[GitHub] [incubator-nuttx] v01d commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
v01d commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724744623 > Can you please provide me an example of this, to better understand it? Choose the MCU that you like, and please explain me how `stm32_clockenable()` is called from IDLE.

[GitHub] [incubator-nuttx] v01d commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
v01d commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724748973 > So, how do you propose that I can continue? > > What is your recommendation on setting the correct FLASH prefetch cycles, in a safe way? There's not much I c

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
v01d commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520624418 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] davids5 commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
davids5 commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724754058 I question the ROI on this if the voltage SoC in a design is fixed. The one time setting of the wait states for the MAX Speed will work for the min speed. The question

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2270: nRF52 SPI improvements

2020-11-10 Thread GitBox
v01d commented on a change in pull request #2270: URL: https://github.com/apache/incubator-nuttx/pull/2270#discussion_r520627545 ## File path: arch/arm/src/nrf52/hardware/nrf52_spi.h ## @@ -153,13 +154,13 @@ #define SPIM_ENABLE_DIS (0)/* Disable SPIM */ #d

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2270: nRF52 SPI improvements

2020-11-10 Thread GitBox
v01d commented on a change in pull request #2270: URL: https://github.com/apache/incubator-nuttx/pull/2270#discussion_r520627992 ## File path: arch/arm/src/nrf52/nrf52_spi.c ## @@ -404,6 +425,71 @@ static int nrf52_spi_isr(int irq, FAR void *context, FAR void *arg) } #endif

[GitHub] [incubator-nuttx] yamt opened a new pull request #2278: testbuild.sh: Add -C option to skip tree cleanness check

2020-11-10 Thread GitBox
yamt opened a new pull request #2278: URL: https://github.com/apache/incubator-nuttx/pull/2278 ## Summary Build-testing a dirty tree is convenient during development. ## Impact ## Testing i used this for local build testing --

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520634422 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520638346 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
v01d commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520639363 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
hartmannathan commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520641075 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -135,7 +150,8 @@ #define SPI_CR1_SSI (1 << 8) /* Bit 8: Internal

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520642548 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
v01d commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520647569 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-10 Thread GitBox
v01d commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r520650306 ## File path: arch/arm/src/lpc214x/lpc214x_serial.c ## @@ -89,7 +90,7 @@ static int up_attach(struct uart_dev_s *dev); static void up_detach(struct

[GitHub] [incubator-nuttx] fjpanag commented on issue #2001: Idle stack size is not checked.

2020-11-10 Thread GitBox
fjpanag commented on issue #2001: URL: https://github.com/apache/incubator-nuttx/issues/2001#issuecomment-724786211 I was thinking... In a typical bare-metal application, usually the top-of-stack is defined as a linker symbol, since its size its not known. There things are much simpler, t

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
hartmannathan commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520679582 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -135,7 +150,8 @@ #define SPI_CR1_SSI (1 << 8) /* Bit 8: Internal

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
davids5 commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520693487 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -135,7 +150,8 @@ #define SPI_CR1_SSI (1 << 8) /* Bit 8: Internal slave

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724820452 @xiaoxiang781216 Forgive me for the delay. testing today. This is an automated message from the Apache G

[GitHub] [incubator-nuttx] lukegluke commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
lukegluke commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724823492 @xiaoxiang781216, patch have fixed hardfaults in usb console initiation that was previously, yes, but I had new hardfault on group_free(group, stream) in libs/libc/mis

[GitHub] [incubator-nuttx] lukegluke edited a comment on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
lukegluke edited a comment on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724823492 @xiaoxiang781216, patch have fixed hardfault in usb console initiation that was previously, yes, but I had new hardfault on group_free(group, stream) in libs/li

[GitHub] [incubator-nuttx] lukegluke edited a comment on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
lukegluke edited a comment on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724823492 @xiaoxiang781216, patch have fixed hardfault in usb console initiation that was previously, yes, but I had new hardfault on group_free(group, stream) in libs/li

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
fjpanag commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724833818 Now I am really confused. We are discussing about multiple (and independent?) issues, I think... Firstly, this PR only limits the _maximum_ wait cycles that may be

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724838995 Ditto ![image](https://user-images.githubusercontent.com/1945821/98705636-c5467c80-2332-11eb-93e0-e8af5e405c46.png) -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724845801 @lukegluke and @davids5 sorry, I hit the same issue too and make a fix but forgot to commit my local change. Please try the update again.

[GitHub] [incubator-nuttx] davids5 commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
davids5 commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724846581 @fjpanag - Yes the discussion is veering of the subject of the PR. For what the PR is. It is fine, other then needing a style fix.

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724850683 @xiaoxiang781216 Can not build. ``` nsh_console.c: In function 'nsh_openifnotopen': nsh_console.c:107:14: error: 'struct console_stdio_s' has no member na

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724850934 @xiaoxiang781216 did you rebase? This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] v01d commented on pull request #2177: FLASH waiting cycles are configured based on HCLK.

2020-11-10 Thread GitBox
v01d commented on pull request #2177: URL: https://github.com/apache/incubator-nuttx/pull/2177#issuecomment-724851518 Didn't meant to derail discussion, I simply wanted to add some insight into something that gave me much headache when got into low power modes on STM32L4 and it indeed a ba

[GitHub] [incubator-nuttx] lukegluke commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
lukegluke commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724864080 I've built successfully. Board starts successfully, dmesg is empty. On reboot (https://github.com/PX4/PX4-Autopilot/issues/16133) now no hardfault, but `PX4_INFO_RA

[GitHub] [incubator-nuttx] lukegluke edited a comment on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
lukegluke edited a comment on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724864080 I've built successfully. Board starts ok, dmesg is empty. On reboot (https://github.com/PX4/PX4-Autopilot/issues/16133) now no hardfault, but `PX4_INFO_RAW("

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #2270: nRF52 SPI improvements

2020-11-10 Thread GitBox
raiden00pl commented on a change in pull request #2270: URL: https://github.com/apache/incubator-nuttx/pull/2270#discussion_r520761468 ## File path: arch/arm/src/nrf52/hardware/nrf52_spi.h ## @@ -153,13 +154,13 @@ #define SPIM_ENABLE_DIS (0)/* Disable SPIM

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #2270: nRF52 SPI improvements

2020-11-10 Thread GitBox
raiden00pl commented on a change in pull request #2270: URL: https://github.com/apache/incubator-nuttx/pull/2270#discussion_r520766478 ## File path: arch/arm/src/nrf52/nrf52_spi.c ## @@ -404,6 +425,71 @@ static int nrf52_spi_isr(int irq, FAR void *context, FAR void *arg) } #

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724879534 @xiaoxiang781216 @lukegluke - What shall are you building with for apps? This is an automated message fr

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #2273: stm32/stm32_spi: Add SPI register definitions for STM32G47xxx

2020-11-10 Thread GitBox
hartmannathan commented on a change in pull request #2273: URL: https://github.com/apache/incubator-nuttx/pull/2273#discussion_r520785381 ## File path: arch/arm/src/stm32/hardware/stm32_spi.h ## @@ -135,7 +150,8 @@ #define SPI_CR1_SSI (1 << 8) /* Bit 8: Internal

[GitHub] [incubator-nuttx] adamfeuer commented on issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-10 Thread GitBox
adamfeuer commented on issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-724891429 Hi, It looks like the sam4s-xplained-pro can talk with the SD Card to get the cardinfo structure. So that's working. That seems to be happening in 1 bit bus mod

[GitHub] [incubator-nuttx] davids5 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
davids5 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-724894421 @xiaoxiang781216 Ok I fixed the build issue. Yes the stream is not initialized. There are no counts on the semaphore. ![image](https://user-images.g

[GitHub] [incubator-nuttx] adamfeuer commented on issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-10 Thread GitBox
adamfeuer commented on issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-724897404 Whoops sorry, I meant to link to this micro SD Card sniffer rather than the breakout board: https://www.sparkfun.com/products/9419 Here's a full size sniffe

[GitHub] [incubator-nuttx-apps] rurtle opened a new pull request #473: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread GitBox
rurtle opened a new pull request #473: URL: https://github.com/apache/incubator-nuttx-apps/pull/473 ## Summary Fix for the file naming issue in `sim:nxffs` configuration. Without this change, it generates file names like below - `File name: /mnt/nxffs/EVwni/b4A/BqjDc42RCtKvjJ6DIni

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: c79bda6e4f305c153a117e7ad454ec4e69610d69

2020-11-10 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new cf7b56e Publishing web

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: c79bda6e4f305c153a117e7ad454ec4e69610d69

2020-11-10 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new cf7b56e Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2278: testbuild.sh: Add -C option to skip tree cleanness check

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2278: URL: https://github.com/apache/incubator-nuttx/pull/2278 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (c79bda6 -> 5dd5174)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c79bda6 sim inttypes.h: Remove PRI/SCN macros for fast and least types add 5dd5174 testbuild.sh: A

[incubator-nuttx] branch master updated (c79bda6 -> 5dd5174)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c79bda6 sim inttypes.h: Remove PRI/SCN macros for fast and least types add 5dd5174 testbuild.sh: A

[incubator-nuttx] branch master updated (c79bda6 -> 5dd5174)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c79bda6 sim inttypes.h: Remove PRI/SCN macros for fast and least types add 5dd5174 testbuild.sh: A

[incubator-nuttx] branch master updated (c79bda6 -> 5dd5174)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c79bda6 sim inttypes.h: Remove PRI/SCN macros for fast and least types add 5dd5174 testbuild.sh: A

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2001: Idle stack size is not checked.

2020-11-10 Thread GitBox
xiaoxiang781216 commented on issue #2001: URL: https://github.com/apache/incubator-nuttx/issues/2001#issuecomment-725083104 No, you can't put g_idle_topstack to BSS section, since the startup code which zero out BSS section will corrupt your running(idle) stack. Yes, you can define the

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #473: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #473: URL: https://github.com/apache/incubator-nuttx-apps/pull/473 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #2092: sim:nxffs and sim:spiffs Test failure

2020-11-10 Thread GitBox
xiaoxiang781216 closed issue #2092: URL: https://github.com/apache/incubator-nuttx/issues/2092 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-nuttx] btashton commented on issue #2092: sim:nxffs and sim:spiffs Test failure

2020-11-10 Thread GitBox
btashton commented on issue #2092: URL: https://github.com/apache/incubator-nuttx/issues/2092#issuecomment-725099732 This should not have been closed quite yet. This is an automated message from the Apache Git Service. To re

[incubator-nuttx-apps] branch master updated: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ac5cda8 Fix for file naming is

[incubator-nuttx-apps] branch master updated: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ac5cda8 Fix for file naming is

[incubator-nuttx-apps] branch master updated: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ac5cda8 Fix for file naming is

[incubator-nuttx-apps] branch master updated: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ac5cda8 Fix for file naming is

[incubator-nuttx-apps] branch master updated: Fix for file naming issue for sim:nxffs configuration

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ac5cda8 Fix for file naming is

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2263: libc/stdio: Preallocate the stdin, stdout and stderr

2020-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #2263: URL: https://github.com/apache/incubator-nuttx/pull/2263#issuecomment-725124045 Ok, my initial attempt is only to addressing the hardfault issue since stdin/stdout/stderr should always initialize correctly with the right configuration. But t

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-10 Thread GitBox
yjdwbj commented on issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-725125177 Thank you @adamfeuer reply to me, I having a logic analyzer, and connected to the right PIOD interface. ![1537179147](https://user-images.githubusercontent.com/321919/9

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #470: wireless/wapi: add channel frequency set during associate

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #470: URL: https://github.com/apache/incubator-nuttx-apps/pull/470 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated: wireless/wapi: add channel frequency set during associate

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 3959f75 wireless/wapi: add cha

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #471: wapi/wireless: add get sensitivity support

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #471: URL: https://github.com/apache/incubator-nuttx-apps/pull/471 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated: wapi/wireless: add get sensitivity support

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 937b67b wapi/wireless: add get

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2257: net/callback: remove the assert check of conn instance

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2257: URL: https://github.com/apache/incubator-nuttx/pull/2257 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (5dd5174 -> 73d5700)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 5dd5174 testbuild.sh: Add -C option to skip tree cleanness check add 95be9ea net/callback: remove

[incubator-nuttx] branch master updated (73d5700 -> f0bf214)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 73d5700 net/udp: fix nxstyle warning add f0bf214 sched: pthread: Fix pthread_join() for SMP No ne

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2272: sched: pthread: Fix pthread_join() for SMP

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2272: URL: https://github.com/apache/incubator-nuttx/pull/2272 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2260: eventfd: remove the unique minor limit

2020-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #2260: URL: https://github.com/apache/incubator-nuttx/pull/2260#issuecomment-725138126 @acassis is the patch good to merge now? This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2279: sched: sched: Remove sched_taklistlock.c for SMP

2020-11-10 Thread GitBox
masayuki2009 opened a new pull request #2279: URL: https://github.com/apache/incubator-nuttx/pull/2279 ## Summary - sched_tasklistlock.c was introduced to stabilize NuttX SMP - However, the current SMP implementation is stable with recent fixes - So I decided to remove the file

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
xiaoxiang781216 opened a new pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280 ## Summary Remove accidently in PR: https://github.com/apache/incubator-nuttx/pull/2243 ## Impact ## Testing --

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 opened a new pull request #79: testlist: Enable cxxtest build on sim

2020-11-10 Thread GitBox
xiaoxiang781216 opened a new pull request #79: URL: https://github.com/apache/incubator-nuttx-testing/pull/79 ## Summary ## Impact ## Testing This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2279: sched: sched: Remove sched_tasklistlock.c for SMP

2020-11-10 Thread GitBox
masayuki2009 commented on pull request #2279: URL: https://github.com/apache/incubator-nuttx/pull/2279#issuecomment-725237354 @xiaoxiang781216 @patacongo At last I removed the file. This is an automated message from t

[GitHub] [incubator-nuttx] yamt commented on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
yamt commented on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725238471 `__GLIBC__` is not a predefined macro. it's defined by system headers. it canl be defined again by system headers included after __config. IMO it's better to avoid chec

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
xiaoxiang781216 commented on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725251420 > `__GLIBC__` is not a predefined macro. it's defined by system headers. > it canl be defined again by system headers included after __config. > IMO it's bet

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725251420 > `__GLIBC__` is not a predefined macro. it's defined by system headers. > it canl be defined again by system headers included after __config. > IMO i

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725251420 > `__GLIBC__` is not a predefined macro. it's defined by system headers. > it canl be defined again by system headers included after __config. > IMO i

[GitHub] [incubator-nuttx] yamt closed pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
yamt closed pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280 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 g

[GitHub] [incubator-nuttx] yamt commented on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
yamt commented on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725252603 > `__GLIBC__` This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2279: sched: sched: Remove sched_tasklistlock.c for SMP

2020-11-10 Thread GitBox
xiaoxiang781216 merged pull request #2279: URL: https://github.com/apache/incubator-nuttx/pull/2279 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] yamt commented on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
yamt commented on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725253024 i closed this by mistake. sorry. i reopened it. This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] yamt commented on pull request #2280: libcxx: Undefine __GLIBC__ to avoid sim environment conflict with the host

2020-11-10 Thread GitBox
yamt commented on pull request #2280: URL: https://github.com/apache/incubator-nuttx/pull/2280#issuecomment-725254711 > > `__GLIBC__` is not a predefined macro. it's defined by system headers. > > it canl be defined again by system headers included after __config. > > IMO it's better t

[incubator-nuttx] branch master updated (f0bf214 -> 1dad55d)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from f0bf214 sched: pthread: Fix pthread_join() for SMP add 1dad55d sched: sched: Remove sched_tasklist

[incubator-nuttx] branch master updated (f0bf214 -> 1dad55d)

2020-11-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from f0bf214 sched: pthread: Fix pthread_join() for SMP add 1dad55d sched: sched: Remove sched_tasklist