[GitHub] [incubator-nuttx] donghengqaz opened a new pull request #2897: boards/esp32c3: Add tmpfs mounting when bringing up

2021-02-22 Thread GitBox
donghengqaz opened a new pull request #2897: URL: https://github.com/apache/incubator-nuttx/pull/2897 ## Summary Add tmpfs mounting when bringing up. ## Impact ## Testing This is an automated mess

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2896: arch/stm32f7: Fix nxstyle errors

2021-02-22 Thread GitBox
xiaoxiang781216 merged pull request #2896: URL: https://github.com/apache/incubator-nuttx/pull/2896 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: arch/stm32f7: Fix nxstyle errors

2021-02-22 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 c90fffc arch/stm32f7: Fix nxstyle e

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

2021-02-22 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 bc29d23 Publishing web

[GitHub] [incubator-nuttx] acassis merged pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
acassis merged pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888 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: This commit enables BMP180 suport for ESP32. As ESP32 has 2 I2C interfaces and BMP180 is a I2C sensor, the criterias to use BMP180 in I2C0 or I2C1 are:

2021-02-22 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 a4f422a This commit enables BMP180 su

[GitHub] [incubator-nuttx] phfbertoleti commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580572480 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +263,20 @@ int esp32_bringup(void) } #endif +#ifd

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
acassis commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580570293 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,110 @@ +/***

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
gustavonihei commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580562846 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +263,20 @@ int esp32_bringup(void) } #endif +#ifd

[GitHub] [incubator-nuttx] phfbertoleti commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580557673 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,110 @@ +/**

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
gustavonihei commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580552646 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,110 @@ +/**

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

2021-02-22 Thread GitBox
hartmannathan opened a new pull request #2896: URL: https://github.com/apache/incubator-nuttx/pull/2896 ## Summary Fix nxstyle errors in: - arch/arm/src/stm32f7/stm32_pwr.c, - arch/arm/src/stm32f7/stm32_pwr.h, and - arch/arm/src/stm32f7/stm32_usbhost.h. ## Impact

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
patacongo commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580547931 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,110 @@ +/*

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
patacongo commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580547931 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,110 @@ +/*

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
acassis commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580475489 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +263,20 @@ int esp32_bringup(void) } #endif +#ifdef CO

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
acassis commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580467416 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +263,20 @@ int esp32_bringup(void) } #endif +#ifdef CO

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2895: tools/esp32: Fix warnings from ShellCheck

2021-02-22 Thread GitBox
Ouss4 merged pull request #2895: URL: https://github.com/apache/incubator-nuttx/pull/2895 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 (af8e71d -> 3850df7)

2021-02-22 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 af8e71d risc-v/esp32c3: Fix inconsistent guard comment add 3850df7 tools/esp32: Fix warnings fro

[incubator-nuttx] branch master updated (491a4c1 -> af8e71d)

2021-02-22 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 491a4c1 risc-v/esp32c3: Don't reserve any vectors for any special use. add ca30c1d risc-v/esp32c3:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2893: risc-v/esp32c3: Build serial driver only when selected

2021-02-22 Thread GitBox
xiaoxiang781216 merged pull request #2893: URL: https://github.com/apache/incubator-nuttx/pull/2893 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 #2892: risc-v/esp32c3: Don't reserve any vectors for any special use.

2021-02-22 Thread GitBox
xiaoxiang781216 merged pull request #2892: URL: https://github.com/apache/incubator-nuttx/pull/2892 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 (291a575 -> 491a4c1)

2021-02-22 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 291a575 risc-v/esp32c3: Add support for MWDT0 and MWDT1 add 491a4c1 risc-v/esp32c3: Don't reserve

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2875: risc-v/esp32c3: Add support for Main System Watchdog Timer

2021-02-22 Thread GitBox
Ouss4 merged pull request #2875: URL: https://github.com/apache/incubator-nuttx/pull/2875 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 (7b8c72e -> 291a575)

2021-02-22 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 7b8c72e boards: raspberrypi-pico: Add nshsram defconfig for SRAM build add 291a575 risc-v/esp32c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2894: boards: raspberrypi-pico: Add nshsram defconfig for SRAM build

2021-02-22 Thread GitBox
xiaoxiang781216 merged pull request #2894: URL: https://github.com/apache/incubator-nuttx/pull/2894 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 (1f61c58 -> 7b8c72e)

2021-02-22 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 1f61c58 boards: raspberrypi-pico: Normalize nsh/defconfig add 7b8c72e boards: raspberrypi-pico: Ad

[GitHub] [incubator-nuttx] phfbertoleti commented on pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#issuecomment-783513372 Hi @Ouss4 , @gustavonihei and @saramonteiro , I've just commited the code with your suggestions and corrections. Please, would you review it again? ---

[GitHub] [incubator-nuttx] saramonteiro commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
saramonteiro commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580394577 ## File path: boards/xtensa/esp32/common/src/esp32_bmp180.c ## @@ -0,0 +1,107 @@ +/**

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580389870 ## File path: boards/xtensa/esp32/common/include/esp32_bmp180.h ## @@ -0,0 +1,84 @@ +/**

[GitHub] [incubator-nuttx] phfbertoleti commented on pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#issuecomment-783455458 @Ouss4 and @gustavonihei , thank you very much for the review. I've just updated the code accordingly to your suggestions. Please, would you review it again in or

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580320084 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifdef CONF

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2895: tools/esp32: Fix warnings from ShellCheck

2021-02-22 Thread GitBox
gustavonihei opened a new pull request #2895: URL: https://github.com/apache/incubator-nuttx/pull/2895 ## Summary Fixed some warning raised by ShellCheck. Also some other cosmetic changes. ## Impact No impact. ## Testing `esp32-devkitc:nsh` with the `CONFIG_ESP32_QE

[GitHub] [incubator-nuttx] phfbertoleti commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580301036 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifd

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 merged pull request #90: testlist: Add /arm/rp2040 to arm-04.dat

2021-02-22 Thread GitBox
xiaoxiang781216 merged pull request #90: URL: https://github.com/apache/incubator-nuttx-testing/pull/90 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-testing] branch master updated: testlist: Add /arm/rp2040 to arm-04.dat

2021-02-22 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-testing.git The following commit(s) were added to refs/heads/master by this push: new 0206b8b testlist: Add /arm/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2892: risc-v/esp32c3: Don't reserve any vectors for any special use.

2021-02-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2892: URL: https://github.com/apache/incubator-nuttx/pull/2892#discussion_r580289383 ## File path: arch/risc-v/src/esp32c3/esp32c3_vectors.S ## @@ -55,20 +55,12 @@ _vector_table: j_exception_handler - /* 29 iden

[GitHub] [incubator-nuttx] yunkya2 opened a new pull request #2894: boards: raspberrypi-pico: Add nshsram defconfig for SRAM build

2021-02-22 Thread GitBox
yunkya2 opened a new pull request #2894: URL: https://github.com/apache/incubator-nuttx/pull/2894 ## Summary - Fix build break when CONFIG_RP2040_FLASH_BOOT is not set. - Add new defconfig "nshsram" to boot from SRAM. ## Impact rp2040 only ## Testing `tools/configur

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2892: risc-v/esp32c3: Don't reserve any vectors for any special use.

2021-02-22 Thread GitBox
gustavonihei commented on a change in pull request #2892: URL: https://github.com/apache/incubator-nuttx/pull/2892#discussion_r580272819 ## File path: arch/risc-v/src/esp32c3/esp32c3_vectors.S ## @@ -55,20 +55,12 @@ _vector_table: j_exception_handler - /* 29 identic

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580265500 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifdef CONF

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2893: risc-v/esp32c3: Build serial driver only when selected

2021-02-22 Thread GitBox
gustavonihei opened a new pull request #2893: URL: https://github.com/apache/incubator-nuttx/pull/2893 ## Summary Minor improvement to the ESP32-C3 build system. Serial driver will only build when any of the UART peripherals are selected. This PR also brings some minor fixes. #

[GitHub] [incubator-nuttx] phfbertoleti commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580246305 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifd

[GitHub] [incubator-nuttx] phfbertoleti commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
phfbertoleti commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580244943 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifd

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580229351 ## File path: boards/xtensa/esp32/common/include/esp32_bmp180.h ## @@ -0,0 +1,84 @@ +/**

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
gustavonihei commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580223682 ## File path: boards/xtensa/esp32/common/include/esp32_bmp180.h ## @@ -0,0 +1,84 @@ +/***

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
gustavonihei commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580223682 ## File path: boards/xtensa/esp32/common/include/esp32_bmp180.h ## @@ -0,0 +1,84 @@ +/***

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2892: risc-v/esp32c3: Don't reserve any vectors for any special use.

2021-02-22 Thread GitBox
Ouss4 opened a new pull request #2892: URL: https://github.com/apache/incubator-nuttx/pull/2892 ## Summary Don't reserve any vectors for any special use. ## Impact N/A ## Testing esp32c3-devkit:nsh This is

[incubator-nuttx] branch master updated: boards: raspberrypi-pico: Normalize nsh/defconfig

2021-02-22 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 The following commit(s) were added to refs/heads/master by this push: new 1f61c58 boards: raspberrypi-pico:

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2891: boards: raspberrypi-pico: Normalize nsh/defconfig

2021-02-22 Thread GitBox
Ouss4 merged pull request #2891: URL: https://github.com/apache/incubator-nuttx/pull/2891 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] masayuki2009 opened a new pull request #2891: boards: raspberrypi-pico: Normalize nsh/defconfig

2021-02-22 Thread GitBox
masayuki2009 opened a new pull request #2891: URL: https://github.com/apache/incubator-nuttx/pull/2891 ## Summary - This commit normalizes nsh/defconfig - See https://github.com/apache/incubator-nuttx-testing/pull/90 ## Impact - None ## Testing - None

[GitHub] [incubator-nuttx-testing] masayuki2009 commented on pull request #90: testlist: Add /arm/rp2040 to arm-04.dat

2021-02-22 Thread GitBox
masayuki2009 commented on pull request #90: URL: https://github.com/apache/incubator-nuttx-testing/pull/90#issuecomment-783266010 > It looks like `raspberrypi-pico/nsh` needs to be normalised. I will send a new PR to the nuttx. --

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-22 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r580116537 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-22 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r580091382 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-22 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r580091382 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-22 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r580089385 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-22 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r580085605 ## File path: arch/xtensa/src/esp32/esp32_allocateheap.c ## @@ -130,6 +143,10 @@ void up_allocate_heap(FAR void **heap_start, size_t *heap_si

[GitHub] [incubator-nuttx] yamt commented on pull request #2890: esp32 Kconfig: Move ESP32_SPIFLASH_xxx configs to the common place

2021-02-22 Thread GitBox
yamt commented on pull request #2890: URL: https://github.com/apache/incubator-nuttx/pull/2890#issuecomment-783219292 > These configs are used in boards logic, IMO it's better to have them there. ok. it makes sense. i will change.

[GitHub] [incubator-nuttx-testing] Ouss4 commented on pull request #90: testlist: Add /arm/rp2040 to arm-04.dat

2021-02-22 Thread GitBox
Ouss4 commented on pull request #90: URL: https://github.com/apache/incubator-nuttx-testing/pull/90#issuecomment-783218602 It looks like `raspberrypi-pico/nsh` needs to be normalised. This is an automated message from the A

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2890: esp32 Kconfig: Move ESP32_SPIFLASH_xxx configs to the common place

2021-02-22 Thread GitBox
Ouss4 commented on pull request #2890: URL: https://github.com/apache/incubator-nuttx/pull/2890#issuecomment-783215810 These configs are used in boards logic, IMO it's better to have them there. This is an automated message f

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580077397 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifdef CONF

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2888: This commit enables BMP180 suport for ESP32.

2021-02-22 Thread GitBox
Ouss4 commented on a change in pull request #2888: URL: https://github.com/apache/incubator-nuttx/pull/2888#discussion_r580077397 ## File path: boards/xtensa/esp32/esp32-wrover-kit/src/esp32_bringup.c ## @@ -259,6 +264,24 @@ int esp32_bringup(void) } #endif +#ifdef CONF