[incubator-nuttx] branch master updated (ab5f46d -> 8d0fd40)

2021-03-03 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 ab5f46d stm32h7:Add DBGMCU add 8d0fd40 Remove the empty xxx_initialize functions No new revisio

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2948: Remove the empty xxx_initialize functions

2021-03-03 Thread GitBox
Ouss4 merged pull request #2948: URL: https://github.com/apache/incubator-nuttx/pull/2948 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

[GitHub] [incubator-nuttx] juniskane commented on a change in pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
juniskane commented on a change in pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#discussion_r586213160 ## File path: arch/arm/src/stm32f7/stm32_lse.c ## @@ -100,27 +118,55 @@ void stm32_rcc_enablelse(void) regval |= RCC_BDCR_LSEON; #ifde

[GitHub] [incubator-nuttx] juniskane commented on a change in pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
juniskane commented on a change in pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#discussion_r586213818 ## File path: arch/arm/src/stm32f7/Kconfig ## @@ -2582,10 +2582,24 @@ endchoice #"RTC clock source" if STM32F7_RTC_LSECLOCK +config STM32F7

[GitHub] [incubator-nuttx] juniskane commented on pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
juniskane commented on pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789541296 Please revert, this silently breaks existing configs. David you just need a HW engineer to select your crystal properly and then just put the correct strength settings

[GitHub] [incubator-nuttx] juniskane edited a comment on pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
juniskane edited a comment on pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789541296 Please revert, this silently breaks existing configs. David you just need a HW engineer to select your crystal properly and then put the correct strength settin

[incubator-nuttx-apps] branch master updated: netutils/thttpd: fix compile break

2021-03-03 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 681da55 netutils/thttpd: fix c

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #606: netutils/thttpd: fix compile break

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #606: URL: https://github.com/apache/incubator-nuttx-apps/pull/606 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] acassis merged pull request #2952: arm/rp2040: Add I2C driver support

2021-03-03 Thread GitBox
acassis merged pull request #2952: URL: https://github.com/apache/incubator-nuttx/pull/2952 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 t

[incubator-nuttx] branch master updated (8d0fd40 -> 81d917f)

2021-03-03 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 8d0fd40 Remove the empty xxx_initialize functions add 60b1846 arm/rp2040: Add rp2040_gpio_set_pulls(

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2954: libs: Author Gregory Nutt: update licenses to Apache

2021-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2954: URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586393187 ## File path: include/stdio.h ## @@ -72,15 +72,15 @@ # define CONFIG_LIBC_TMPDIR "/tmp" #endif -#define P_tmpdir CONFIG_LIBC_TMPDIR

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2954: libs: Author Gregory Nutt: update licenses to Apache

2021-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2954: URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586394027 ## File path: include/stdio.h ## @@ -72,15 +72,15 @@ # define CONFIG_LIBC_TMPDIR "/tmp" #endif -#define P_tmpdir CONFIG_LIBC_TMPDIR

[GitHub] [incubator-nuttx] patacongo commented on pull request #2958: sched/task: fix pthread call exit() failed

2021-03-03 Thread GitBox
patacongo commented on pull request #2958: URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-789699044 I am confused. The functions that you added references to tg_task to are conditioned on: ``` #ifndef CONFIG_DISABLE_PTHREAD info.si_pid

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #2958: sched/task: fix pthread call exit() failed

2021-03-03 Thread GitBox
patacongo edited a comment on pull request #2958: URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-789699044 I am confused. The functions that you added references to tg_task to are conditioned on: ``` #ifndef CONFIG_DISABLE_PTHREAD info.si_pid

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #2954: libs: Author Gregory Nutt: update licenses to Apache

2021-03-03 Thread GitBox
jerpelea commented on a change in pull request #2954: URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586403087 ## File path: include/stdio.h ## @@ -72,15 +72,15 @@ # define CONFIG_LIBC_TMPDIR "/tmp" #endif -#define P_tmpdir CONFIG_LIBC_TMPDIR +#defi

[GitHub] [incubator-nuttx] davids5 commented on pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
davids5 commented on pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789734279 @juniskane You can turn off the auto if you want to. If the index that documented do not match the CONFIG that part can be reverted. and you can use the CONFIG i

[GitHub] [incubator-nuttx] juniskane commented on pull request #2943: stm32x7:lse ensure it is started

2021-03-03 Thread GitBox
juniskane commented on pull request #2943: URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798 Yes the static part needs to be corrected/reverted as it silently breaks existing configs and contradicts Kconfig help: ``` config STM32F7_RTC_LSECLOCK_START_DRV_

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2965: ESP32XX: Add more flash options to esptool

2021-03-03 Thread GitBox
Ouss4 opened a new pull request #2965: URL: https://github.com/apache/incubator-nuttx/pull/2965 ## Summary Adds more flash options to `esptool` for both ESP32 and ESP32-C3. ## Impact None on any other chips. ## Testing Building and flashing ESP32 and ESP32-C3 boards. Autode

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2960: sigdeliver: fix system block when kill signal to idle in SMP

2021-03-03 Thread GitBox
Ouss4 merged pull request #2960: URL: https://github.com/apache/incubator-nuttx/pull/2960 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 (81d917f -> f9d20ea)

2021-03-03 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 81d917f boards/raspberrypi-pico: Add new config ssd1306 new a27fe37 signal/sig_kill.c: remove th

[incubator-nuttx] 02/02: sigdeliver: fix system block when kill signal to idle in SMP

2021-03-03 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f9d20ea4d2c5e5e6f173ddacbab08b6e252af79f Author: ligd AuthorDate: Wed Jan 20 21:26:28 2021 +0800 sigd

[incubator-nuttx] 01/02: signal/sig_kill.c: remove the limitation of kill(0, xx)

2021-03-03 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a27fe3712090a67ef4275a82ea0c60d8fdd50c61 Author: ligd AuthorDate: Wed Jan 20 22:03:59 2021 +0800 sign

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2966: arch/stm32, arch/stm32f7: Fix nxstyle errors

2021-03-03 Thread GitBox
hartmannathan opened a new pull request #2966: URL: https://github.com/apache/incubator-nuttx/pull/2966 ## Summary Fix nxstyle errors in the following files: - arch/arm/src/stm32/hardware/stm32_dma2d.h - arch/arm/src/stm32/hardware/stm32_ltdc.h - arch/arm/src/stm32/stm32_

[GitHub] [incubator-nuttx] davids5 opened a new pull request #2967: F7 lse static values directly from Kconfig

2021-03-03 Thread GitBox
davids5 opened a new pull request #2967: URL: https://github.com/apache/incubator-nuttx/pull/2967 ## Summary See https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798 as reported by @juniskane ## Impact This uses the values directly from the Kconfig f

[GitHub] [incubator-nuttx] davids5 commented on pull request #2967: STM32F7 lse static values directly from Kconfig

2021-03-03 Thread GitBox
davids5 commented on pull request #2967: URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789880581 @juniskane for the H7, my approach would be to change the Kconfig. As the version of Silicon changes the Values. This would be a breaking change but the version of sili

[GitHub] [incubator-nuttx] davids5 edited a comment on pull request #2967: STM32F7 lse static values directly from Kconfig

2021-03-03 Thread GitBox
davids5 edited a comment on pull request #2967: URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789880581 @juniskane for the H7, my approach would be to change the Kconfig. As the version of Silicon changes the Values. This would be a breaking change but the version

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2968: xtensa/esp32: Change I2C SCL default pin to a valid one

2021-03-03 Thread GitBox
gustavonihei opened a new pull request #2968: URL: https://github.com/apache/incubator-nuttx/pull/2968 ## Summary Current default pin for I2C SCL is not available for mapping with IOMUX peripheral. ## Impact No impact to existing configuration. ## Testing Custom `es

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2957: mqueue: add poll support

2021-03-03 Thread GitBox
gustavonihei commented on a change in pull request #2957: URL: https://github.com/apache/incubator-nuttx/pull/2957#discussion_r586627358 ## File path: fs/mqueue/Kconfig ## @@ -11,4 +11,10 @@ config FS_MQUEUE_MPATH ---help--- The path to where POSIX messa

[GitHub] [incubator-nuttx] davids5 opened a new pull request #2969: Fix up H7 lse help text

2021-03-03 Thread GitBox
davids5 opened a new pull request #2969: URL: https://github.com/apache/incubator-nuttx/pull/2969 ## Summary See https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798 as reported by @juniskane ## Impact The values selected for static have to be qualif

[GitHub] [incubator-nuttx] davids5 commented on pull request #2967: STM32F7 lse static values directly from Kconfig

2021-03-03 Thread GitBox
davids5 commented on pull request #2967: URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789911088 > @juniskane for the H7, my approach would be to change the Kconfig. As the version of Silicon changes the Values. This would be a breaking change but the version of sil

[GitHub] [incubator-nuttx] michi-jung opened a new pull request #2970: WIP/RFC: STM32L5 Support / NUCLEO-L552ZE-Q / STM32L562E-DK / TrustedFirmware-M

2021-03-03 Thread GitBox
michi-jung opened a new pull request #2970: URL: https://github.com/apache/incubator-nuttx/pull/2970 ## Summary This is still work in progress. Feedback on what remains to be done to get this upstream is welcome. Please do not merge yet. This is my current state of work on get

[GitHub] [incubator-nuttx] acassis opened a new pull request #2971: esp32: Add board config to support MCP2515

2021-03-03 Thread GitBox
acassis opened a new pull request #2971: URL: https://github.com/apache/incubator-nuttx/pull/2971 ## Summary Add board config to support MCP2515 ## Impact Only ESP32-Devkit ## Testing ESP32-Devkit This is an au

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2972: ESP32-C3: Fix GPIO pin function configuration

2021-03-03 Thread GitBox
gustavonihei opened a new pull request #2972: URL: https://github.com/apache/incubator-nuttx/pull/2972 ## Summary This PR intends to address two issue on the GPIO driver for ESP32-C3: - Allow a pin to be configured as Input and Output simultaneously - Fix default GPIO function when

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2971: esp32: Add board config to support MCP2515

2021-03-03 Thread GitBox
Ouss4 commented on a change in pull request #2971: URL: https://github.com/apache/incubator-nuttx/pull/2971#discussion_r586766988 ## File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_mcp2515.c ## @@ -0,0 +1,250 @@ +/*

[GitHub] [incubator-nuttx] davids5 merged pull request #2942: mtd/progmem: Add up_progmem_read callback guarded by ARCH_HAVE_PROGMEM_READ

2021-03-03 Thread GitBox
davids5 merged pull request #2942: URL: https://github.com/apache/incubator-nuttx/pull/2942 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 t

[incubator-nuttx] 01/02: mtd/progmem: Let MTD_PROGMEM depend on ARCH_HAVE_PROGMEM

2021-03-03 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 0aa78ccc814bacc4e7167329433d878e906ceab0 Author: Xiang Xiao AuthorDate: Mon Mar 1 23:02:18 2021 +0800 mtd

[incubator-nuttx] 02/02: mtd/progmem: Add up_progmem_read callback guarded by ARCH_HAVE_PROGMEM_READ

2021-03-03 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c8d4a4c76a424ffb1115ad0dc669a8d8a9ca82f4 Author: Xiang Xiao AuthorDate: Mon Mar 1 22:59:14 2021 +0800 mtd

[incubator-nuttx] branch master updated (f9d20ea -> c8d4a4c)

2021-03-03 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from f9d20ea sigdeliver: fix system block when kill signal to idle in SMP new 0aa78cc mtd/progmem: Let MT

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2971: esp32: Add board config to support MCP2515

2021-03-03 Thread GitBox
acassis commented on a change in pull request #2971: URL: https://github.com/apache/incubator-nuttx/pull/2971#discussion_r586833257 ## File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_mcp2515.c ## @@ -0,0 +1,250 @@ +/***

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: c8d4a4c76a424ffb1115ad0dc669a8d8a9ca82f4

2021-03-03 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 d4a0c07 Publishing web

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2965: ESP32XX: Add more flash options to esptool

2021-03-03 Thread GitBox
yamt commented on a change in pull request #2965: URL: https://github.com/apache/incubator-nuttx/pull/2965#discussion_r586964104 ## File path: arch/xtensa/src/esp32/Kconfig ## @@ -130,6 +136,39 @@ config ESP32_ESP32DXWDXX default n select ESP32_DUAL_CPU +choic

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2965: ESP32XX: Add more flash options to esptool

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2965: URL: https://github.com/apache/incubator-nuttx/pull/2965 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 (c8d4a4c -> 85620c3)

2021-03-03 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 c8d4a4c mtd/progmem: Add up_progmem_read callback guarded by ARCH_HAVE_PROGMEM_READ new 77302f9 x

[incubator-nuttx] 01/02: xtensa/esp32: Add more flash options to esptool.

2021-03-03 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 commit 77302f9d3a019e0f1be9ff89a5560c7b4f328ca5 Author: Abdelatif Guettouche AuthorDate: Mon Mar 1 14:03:50 2021 +0

[incubator-nuttx] 02/02: risc-v/esp32c3: Add more flash options to esptool.

2021-03-03 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 commit 85620c3c1ae743c606fc34e405832ec052f1d5ea Author: Abdelatif Guettouche AuthorDate: Mon Mar 1 14:54:16 2021 +0

[incubator-nuttx] 01/02: risc-v/esp32c3: Allow pin to be configured as Input and Output simultaneously

2021-03-03 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 commit bc335009d9653f300ac8c1228088052d5c25a6ac Author: Gustavo Henrique Nihei AuthorDate: Tue Mar 2 11:08:32 2021

[incubator-nuttx] branch master updated (85620c3 -> b1b4190)

2021-03-03 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 85620c3 risc-v/esp32c3: Add more flash options to esptool. new bc33500 risc-v/esp32c3: Allow pin t

[incubator-nuttx] 02/02: risc-v/esp32c3: Fix default GPIO function when no option is provided

2021-03-03 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 commit b1b41908020ccea3a0a077d26bb896a5ce9ba601 Author: Gustavo Henrique Nihei AuthorDate: Tue Mar 2 11:11:49 2021

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2972: ESP32-C3: Fix GPIO pin function configuration

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2972: URL: https://github.com/apache/incubator-nuttx/pull/2972 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 #2966: arch/stm32, arch/stm32f7: Fix nxstyle errors

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2966: URL: https://github.com/apache/incubator-nuttx/pull/2966 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 (b1b4190 -> 3ac6105)

2021-03-03 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 b1b4190 risc-v/esp32c3: Fix default GPIO function when no option is provided add 3ac6105 arch/stm

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2954: libs: Author Gregory Nutt: update licenses to Apache

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2954: URL: https://github.com/apache/incubator-nuttx/pull/2954 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] 02/03: tools: nxstyle: add L_tmpnam/P_tmpdir exceptions

2021-03-03 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 commit 796ef13b20187fa7b90cfa34c302f0fce46b95a5 Author: Alin Jerpelea AuthorDate: Wed Mar 3 14:50:27 2021 +0100

[incubator-nuttx] branch master updated (3ac6105 -> d6b50a1)

2021-03-03 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 3ac6105 arch/stm32, arch/stm32f7: Fix nxstyle errors new b5d4a01 libs: Author Gregory Nutt: update

[incubator-nuttx] 03/03: libs: nxstyle fixes

2021-03-03 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 commit d6b50a1d3f97554fcec380900be9a8dd7a63a05e Author: Alin Jerpelea AuthorDate: Tue Mar 2 14:33:27 2021 +0100

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2968: xtensa/esp32: Change I2C SCL default pin to a valid one

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2968: URL: https://github.com/apache/incubator-nuttx/pull/2968 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: xtensa/esp32: Change I2C SCL default pin to a valid one

2021-03-03 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 5e9e2be xtensa/esp32: Change I2C SC

[incubator-nuttx] branch master updated (5e9e2be -> 3c0354a)

2021-03-03 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 5e9e2be xtensa/esp32: Change I2C SCL default pin to a valid one add 4d5a964 net: unify socket into

[incubator-nuttx] branch master updated (3c0354a -> f423403)

2021-03-03 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 3c0354a net/socket: delete config CONFIG_NSOCKET_DESCRIPTORS add f423403 stm32_wwdg debug log form

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2899: Unify socket into file system to avoid the code duplication

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2899: URL: https://github.com/apache/incubator-nuttx/pull/2899 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/up_uart.c: fix losting uart data when user paste long cmd

2021-03-03 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 d009074 sim/up_uart.c: fix losting

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2951: stm32_wwdg debug log formatting

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2951: URL: https://github.com/apache/incubator-nuttx/pull/2951 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 closed issue #2833: Refine the interaction between fs and net

2021-03-03 Thread GitBox
xiaoxiang781216 closed issue #2833: URL: https://github.com/apache/incubator-nuttx/issues/2833 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

[incubator-nuttx] branch master updated: syslog_rpmsg: fix system crash when open CONFIG_SCHED_HAVE_PARENT

2021-03-03 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 0d24582 syslog_rpmsg: fix system cr

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2962: sim/up_uart.c: fix losting uart data when user paste long cmd

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2962: URL: https://github.com/apache/incubator-nuttx/pull/2962 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 #2961: syslog_rpmsg: fix system crash when open CONFIG_SCHED_HAVE_PARENT

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2961: URL: https://github.com/apache/incubator-nuttx/pull/2961 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 #2970: WIP/RFC: STM32L5 Support / NUCLEO-L552ZE-Q / STM32L562E-DK / TrustedFirmware-M

2021-03-03 Thread GitBox
xiaoxiang781216 commented on pull request #2970: URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790254426 @michi-jung, I am very interested in your security work. Do you have plan to implement some IPC inside NuttX to interact with the security world? and what secu

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #604: apps/md5: fix md5 result error

2021-03-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #604: URL: https://github.com/apache/incubator-nuttx-apps/pull/604#discussion_r587051618 ## File path: nshlib/nsh_codeccmd.c ## @@ -443,8 +443,8 @@ static int cmd_codecs_proc(FAR struct nsh_vtbl_s *vtbl, int argc,

[incubator-nuttx] branch revert-2938-lib_filesem created (now d6f350a)

2021-03-03 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch revert-2938-lib_filesem in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at d6f350a Revert "libs: misc: Remove critical section in lib_filesem.c for SMP" This bra

[incubator-nuttx] 01/01: Revert "libs: misc: Remove critical section in lib_filesem.c for SMP"

2021-03-03 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch revert-2938-lib_filesem in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d6f350ae23e0436435902cf777302ad5240e848f Author: Masayuki Ishikawa AuthorDate: Thu Mar 4 13:

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2973: Revert "libs: misc: Remove critical section in lib_filesem.c for SMP"

2021-03-03 Thread GitBox
masayuki2009 opened a new pull request #2973: URL: https://github.com/apache/incubator-nuttx/pull/2973 ## Summary - I noticed that nxplayer with sprensense:rndis_smp is unstable, though spresense:wifi_smp seems stable. - So let me revert #2938 until I find the root cause #

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #2958: sched/task: fix pthread call exit() failed

2021-03-03 Thread GitBox
GUIDINGLI commented on pull request #2958: URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-790279266 Now my ENV is: CONFIG_DISABLE_PTHREAD not define CONFIG_SCHED_CHILD_STATUS=y CONFIG_SCHED_HAVE_PARENT=y actually CONFIG_SCHED_CHILD_STATUS depends on

[GitHub] [incubator-nuttx] btashton commented on pull request #2970: WIP/RFC: STM32L5 Support / NUCLEO-L552ZE-Q / STM32L562E-DK / TrustedFirmware-M

2021-03-03 Thread GitBox
btashton commented on pull request #2970: URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790290331 I'm also very interested. I had started messing with a PoC where I had TF-M running on the secure side and had a thin shim driver that exposed the PSA Crypto API via a

[incubator-nuttx-apps] branch master updated: apps/md5: fix md5 result error

2021-03-03 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 89e6fb9 apps/md5: fix md5 resu

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #604: apps/md5: fix md5 result error

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #604: URL: https://github.com/apache/incubator-nuttx-apps/pull/604 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] michi-jung commented on pull request #2970: WIP/RFC: STM32L5 Support / NUCLEO-L552ZE-Q / STM32L562E-DK / TrustedFirmware-M

2021-03-03 Thread GitBox
michi-jung commented on pull request #2970: URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790331535 On the secure side I am running STMicroelectronic's port of [TrustedFirmware-M](https://www.trustedfirmware.org/projects/tf-m/) to STM32L5, which is provided as part

[incubator-nuttx] branch master updated (0d24582 -> d412819)

2021-03-03 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 0d24582 syslog_rpmsg: fix system crash when open CONFIG_SCHED_HAVE_PARENT add d412819 Revert "lib

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2973: Revert "libs: misc: Remove critical section in lib_filesem.c for SMP"

2021-03-03 Thread GitBox
xiaoxiang781216 merged pull request #2973: URL: https://github.com/apache/incubator-nuttx/pull/2973 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] masayuki2009 commented on pull request #2899: Unify socket into file system to avoid the code duplication

2021-03-03 Thread GitBox
masayuki2009 commented on pull request #2899: URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790352688 @Donny9 @xiaoxiang781216 Hmmm, it seems that the telnetd does not work after this change. You can try lm3s6965-ek:discover with qemu. ``` nsh> re

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #2899: Unify socket into file system to avoid the code duplication

2021-03-03 Thread GitBox
masayuki2009 edited a comment on pull request #2899: URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790352688 @Donny9 @xiaoxiang781216 Hmmm, it seems that the telnetd does not work after this change. You can try lm3s6965-ek:discover with qemu. ```

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2899: Unify socket into file system to avoid the code duplication

2021-03-03 Thread GitBox
masayuki2009 commented on pull request #2899: URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790369468 @xiaoxiang781216 @Donny9 I think we should revert this PR until the above issue is fixed. --

[GitHub] [incubator-nuttx] juniskane commented on pull request #2967: STM32F7 lse static values directly from Kconfig

2021-03-03 Thread GitBox
juniskane commented on pull request #2967: URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-790383842 This F7 commit looks ok, thanks for fixing this. I commented about H7 separately at #2969 This is an

[GitHub] [incubator-nuttx] juniskane commented on pull request #2969: Fix up STM32H7 lse help text

2021-03-03 Thread GitBox
juniskane commented on pull request #2969: URL: https://github.com/apache/incubator-nuttx/pull/2969#issuecomment-790385583 I agree with your reasoning David. Commit looks ok. Best to use monotonically rising ordinal values for H7 here, as it is the ST's silicon designer who introduced this