[GitHub] [incubator-nuttx] jerpelea merged pull request #1215: boards: Fix Kconfig for maix-bit with QEMU

2020-06-07 Thread GitBox
jerpelea merged pull request #1215: URL: https://github.com/apache/incubator-nuttx/pull/1215 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

[incubator-nuttx] branch master updated: boards: Fix Kconfig for maix-bit with QEMU

2020-06-07 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 d0158fe boards: Fix Kconfig for

[incubator-nuttx] 02/02: boards/risc-v/k210/maix-bit: Add initial autoled support

2020-06-07 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 2b0324c3bfe7425a32e8cac846f1d463b46ec507 Author: Huang Qi AuthorDate: Sat Jun 6 13:18:14 2020 +0800

[incubator-nuttx] branch master updated (24262a4 -> 2b0324c)

2020-06-07 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 24262a4 Fix nxstyle issue new bcd7ccc arch/risc-v/src/k210: Add basic gpiohs support new

[incubator-nuttx] 01/02: arch/risc-v/src/k210: Add basic gpiohs support

2020-06-07 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit bcd7ccc0b5392279a159de056779830b57092eb2 Author: Huang Qi AuthorDate: Sat Jun 6 10:42:33 2020 +0800

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #1205: arch/risc-v/src/k210: Add basic gpiohs support

2020-06-07 Thread GitBox
masayuki2009 merged pull request #1205: URL: https://github.com/apache/incubator-nuttx/pull/1205 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] Ouss4 merged pull request #1200: Remove "undef __KERNEL__" from userled and button low half driver implmentation

2020-06-07 Thread GitBox
Ouss4 merged pull request #1200: URL: https://github.com/apache/incubator-nuttx/pull/1200 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

[incubator-nuttx] branch master updated (73fc437 -> 24262a4)

2020-06-07 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 73fc437 Fix nxstyle errors add 1b47aa1 drivers/button: Let board_button_initialize return the

[GitHub] [incubator-nuttx] Ouss4 merged pull request #1214: Add LED support to stm32f411-minimum board

2020-06-07 Thread GitBox
Ouss4 merged pull request #1214: URL: https://github.com/apache/incubator-nuttx/pull/1214 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

[incubator-nuttx] branch master updated (a673086 -> 73fc437)

2020-06-07 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from a673086 Add Apache license to Make.defs as well add 4fce224 Add LED support to

[GitHub] [incubator-nuttx] acassis opened a new pull request #1214: Add LED support to stm32f411-minimum board

2020-06-07 Thread GitBox
acassis opened a new pull request #1214: URL: https://github.com/apache/incubator-nuttx/pull/1214 ## Summary Add LED support to stm32f411-minimum board ## Impact Minor/None ## Testing This is an automated

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #1212: arch: Move the up_assert declaration from assert.h to arch.h

2020-06-07 Thread GitBox
xiaoxiang781216 closed pull request #1212: URL: https://github.com/apache/incubator-nuttx/pull/1212 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 opened a new issue #1213: Does memory leak in nxsched_release_tcb for KERNEL mode?

2020-06-07 Thread GitBox
xiaoxiang781216 opened a new issue #1213: URL: https://github.com/apache/incubator-nuttx/issues/1213 ``` if (tcb->stack_alloc_ptr && (tcb->flags & TCB_FLAG_CUSTOM_STACK) == 0) { #ifdef CONFIG_BUILD_KERNEL /* If the exiting thread is not a

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1212: arch: Move the up_assert declaration from assert.h to arch.h

2020-06-07 Thread GitBox
xiaoxiang781216 opened a new pull request #1212: URL: https://github.com/apache/incubator-nuttx/pull/1212 and change the 1st argument from "const uint8_t *" to "const char *" Signed-off-by: Xiang Xiao Change-Id: I86487d57210ab63109148232da71dbc4d60a563b ## Summary