[incubator-nuttx] branch master updated (30f862f -> 2dfd7a4)

2020-11-05 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 30f862f Avoid messing the final binary nuttx.(bin,hex,...) compilation msg add 2dfd7a4 signal.h: f

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517856294 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

[incubator-nuttx] branch master updated (30f862f -> 2dfd7a4)

2020-11-05 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 30f862f Avoid messing the final binary nuttx.(bin,hex,...) compilation msg add 2dfd7a4 signal.h: f

[incubator-nuttx] branch master updated (2dfd7a4 -> 54832f3)

2020-11-05 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 2dfd7a4 signal.h: fix compile failed when open TTY_SIGINT add 54832f3 sim: Initial Linux i2c bus s

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517858624 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517861424 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517861736 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517865908 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #2223: drivers: audio: cxd56: cleanup for the spresense audio implementation

2020-11-05 Thread GitBox
jerpelea opened a new pull request #2223: URL: https://github.com/apache/incubator-nuttx/pull/2223 ## Summary cleanup for the Spresense board audio implementation ## Impact Spresense board audio implementation ## Testing Compiled locally and tested on Spresense -

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517932311 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517944570 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517944570 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

[GitHub] [incubator-nuttx-apps] davids5 merged pull request #462: quickjs: Don't define __NuttX__ manually

2020-11-05 Thread GitBox
davids5 merged pull request #462: URL: https://github.com/apache/incubator-nuttx-apps/pull/462 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-apps] branch master updated: quickjs: Don't define __NuttX__ manually

2020-11-05 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 1402e55 quickjs: Don't define __

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518001759 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

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

2020-11-05 Thread GitBox
donghengqaz opened a new pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224 ## Summary Add SPI Flash hardware encryption I/O support. ## Impact ## Testing Add board level testing code `void esp32_spiflash_encrypt_test(void)`. When enable

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #463: Fix printf format warnings

2020-11-05 Thread GitBox
yamt opened a new pull request #463: URL: https://github.com/apache/incubator-nuttx-apps/pull/463 ## Summary fix some printf errors found by the compiler. ## Impact ## Testing https://github.com/apache/incubator-nuttx/pull/ --

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

2020-11-05 Thread GitBox
jerpelea commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-722342887 @donghengqaz please run nxstyle to fix the erros esp32_spiflash.c:155:5: error: Mixed case identifier found esp32_spiflash.c:156:5: error: Mixed case identifie

[GitHub] [incubator-nuttx] jerpelea edited a comment on pull request #2224: xtensa/esp32: Add SPI Flash hardware encryption I/O support

2020-11-05 Thread GitBox
jerpelea edited a comment on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-722342887 @donghengqaz please run nxstyle to fix the errors or leave a comment if they are part of the API. esp32_spiflash.c:155:5: error: Mixed case identifier fou

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #463: Fix printf format warnings

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #463: URL: https://github.com/apache/incubator-nuttx-apps/pull/463#discussion_r518014583 ## File path: system/ramtest/ramtest.c ## @@ -142,8 +142,8 @@ static void parse_commandline(int argc, char **argv, info->start = (u

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r517947462 ## File path: include/nuttx/compiler.h ## @@ -143,6 +143,8 @@ # define inline_function __attribute__ ((always_inline,no_instrument_func

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518017297 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518025784 ## File path: include/nuttx/compiler.h ## @@ -143,6 +143,8 @@ # define inline_function __attribute__ ((always_inline,no_instrument_function)) #

[GitHub] [incubator-nuttx] yamt opened a new pull request #2225: nxstyle: Add more inttypes.h stuff to the whitelist

2020-11-05 Thread GitBox
yamt opened a new pull request #2225: URL: https://github.com/apache/incubator-nuttx/pull/2225 ## Summary don't complain inttypes.h stuff like PRIdPTR. ## Impact nxstyle ## Testing nxstyle system/sched_note/note_main.c

[GitHub] [incubator-nuttx] v01d commented on issue #2084: sim:bluetooth build broken

2020-11-05 Thread GitBox
v01d commented on issue #2084: URL: https://github.com/apache/incubator-nuttx/issues/2084#issuecomment-722370171 Ok, I'll take a look This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] daniel-p-carvalho commented on pull request #2220: STM32L4 TIMER: Add some helper functions

2020-11-05 Thread GitBox
daniel-p-carvalho commented on pull request #2220: URL: https://github.com/apache/incubator-nuttx/pull/2220#issuecomment-722380684 Hi @acassis, thanks for reviewing the PR. I reverted the changes on stm32l4_tim_enable() function as you suggested. I kept the name of helper macros ENABLE/DIS

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518077630 ## File path: include/nuttx/compiler.h ## @@ -143,6 +143,8 @@ # define inline_function __attribute__ ((always_inline,no_instrument_func

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2225: nxstyle: Add more inttypes.h stuff to the whitelist

2020-11-05 Thread GitBox
xiaoxiang781216 commented on pull request #2225: URL: https://github.com/apache/incubator-nuttx/pull/2225#issuecomment-722401611 LGTM. This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] jerpelea merged pull request #2225: nxstyle: Add more inttypes.h stuff to the whitelist

2020-11-05 Thread GitBox
jerpelea merged pull request #2225: URL: https://github.com/apache/incubator-nuttx/pull/2225 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: nxstyle: Add more inttypes.h stuff to the whitelist

2020-11-05 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 954115e nxstyle: Add more inttypes.h

[incubator-nuttx] branch master updated (954115e -> e73e03a)

2020-11-05 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 954115e nxstyle: Add more inttypes.h stuff to the whitelist add d105740 Add helper functions to: e

[GitHub] [incubator-nuttx] acassis merged pull request #2220: STM32L4 TIMER: Add some helper functions

2020-11-05 Thread GitBox
acassis merged pull request #2220: URL: https://github.com/apache/incubator-nuttx/pull/2220 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

[GitHub] [incubator-nuttx] acassis commented on pull request #2220: STM32L4 TIMER: Add some helper functions

2020-11-05 Thread GitBox
acassis commented on pull request #2220: URL: https://github.com/apache/incubator-nuttx/pull/2220#issuecomment-722417755 Thank you @daniel-p-carvalho This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] acassis commented on pull request #2216: support infrared remote control

2020-11-05 Thread GitBox
acassis commented on pull request #2216: URL: https://github.com/apache/incubator-nuttx/pull/2216#issuecomment-722418849 Thank you @Donny9 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-nuttx] branch master updated (e73e03a -> 9c19db6)

2020-11-05 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 e73e03a Add fuction to set timer frequency. add 2ed6e13 driver/rc: support IR remote control ad

[GitHub] [incubator-nuttx] acassis merged pull request #2216: support infrared remote control

2020-11-05 Thread GitBox
acassis merged pull request #2216: URL: https://github.com/apache/incubator-nuttx/pull/2216 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

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

2020-11-05 Thread GitBox
Ouss4 commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-722427773 > @donghengqaz please run nxstyle to fix the errors or leave a comment if they are part of the API. These errors are from using functions that are inside the ROM, we

[GitHub] [incubator-nuttx-apps] rurtle opened a new pull request #464: Fix for sim:mount selftest failure

2020-11-05 Thread GitBox
rurtle opened a new pull request #464: URL: https://github.com/apache/incubator-nuttx-apps/pull/464 ## Summary Fix for NuttX [issue # 2089](https://github.com/apache/incubator-nuttx/issues/2089). ## Impact Ideally, this should fix the selftest issue for sim:mount config

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-722463677 But this warning could be fixed: ··· esp32_spiflash.c:174:1: error: Too many blank lines ··· ---

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2224: xtensa/esp32: Add SPI Flash hardware encryption I/O support

2020-11-05 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2224: URL: https://github.com/apache/incubator-nuttx/pull/2224#issuecomment-722463677 But this warning could be fixed: ``` esp32_spiflash.c:174:1: error: Too many blank lines ```

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518227732 ## File path: include/nuttx/sensors/ioctl.h ## @@ -273,4 +273,14 @@ #define SNIOC_GET_NEVENTBUF_SNIOC(0x0070) +/* Command: SNI

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518228067 ## File path: include/nuttx/sensors/ioctl.h ## @@ -273,4 +273,14 @@ #define SNIOC_GET_NEVENTBUF_SNIOC(0x0070) +/* Command: SNI

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518228599 ## File path: include/nuttx/sensors/ioctl.h ## @@ -273,4 +273,14 @@ #define SNIOC_GET_NEVENTBUF_SNIOC(0x0070) +/* Command: SNI

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518232810 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518232810 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518238635 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518232810 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518239315 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518240681 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518241136 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518242180 ## File path: include/nuttx/sensors/sensor.h ## @@ -495,6 +495,58 @@ struct sensor_ops_s CODE int (*batch)(FAR struct sensor_lowerhalf_s *l

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518243373 ## File path: include/nuttx/sensors/sensor.h ## @@ -601,12 +673,13 @@ int sensor_register(FAR struct sensor_lowerhalf_s *dev); * upper half

[GitHub] [incubator-nuttx] ghn-certi commented on a change in pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
ghn-certi commented on a change in pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#discussion_r518243481 ## File path: include/nuttx/sensors/sensor.h ## @@ -581,17 +651,19 @@ extern "C" * numbers. eg: accel0, accel1 * * Input Parameters: - *

[GitHub] [incubator-nuttx] acassis opened a new pull request #2226: xtensa/esp32: Avoid init PSRAM when SPIRAM is not enabled and fix remaining SEPARATE typo

2020-11-05 Thread GitBox
acassis opened a new pull request #2226: URL: https://github.com/apache/incubator-nuttx/pull/2226 ## Summary Avoid init PSRAM when SPIRAM is not enabled and fix remaining SEPARATE typo ## Impact Protect against wrong configuration ## Testing esp32-core --

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2226: xtensa/esp32: Avoid init PSRAM when SPIRAM is not enabled and fix remaining SEPARATE typo

2020-11-05 Thread GitBox
Ouss4 commented on a change in pull request #2226: URL: https://github.com/apache/incubator-nuttx/pull/2226#discussion_r518410358 ## File path: arch/xtensa/src/common/xtensa_initialize.c ## @@ -150,7 +150,7 @@ void up_initialize(void) /* Initialize the internal heap */ -

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #2226: xtensa/esp32: Avoid init PSRAM when SPIRAM is not enabled and fix remaining SEPARATE typo

2020-11-05 Thread GitBox
Ouss4 commented on a change in pull request #2226: URL: https://github.com/apache/incubator-nuttx/pull/2226#discussion_r518415887 ## File path: arch/xtensa/src/esp32/esp32_allocateheap.c ## @@ -93,7 +93,7 @@ void up_allocate_heap(FAR void **heap_start, size_t *heap_size) *

[GitHub] [incubator-nuttx] yamt opened a new pull request #2227: Move PRI/SCN macros for fast and least types to include/inttypes.h

2020-11-05 Thread GitBox
yamt opened a new pull request #2227: URL: https://github.com/apache/incubator-nuttx/pull/2227 ## Summary Move PRI/SCN macros for fast and least types to include/inttypes.h ## Impact mostly mechanical ## Testing sim/macOS locally the CI will build-test others

[incubator-nuttx-website] branch asf-site updated: Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 docs: 9c19db6e140af311c3546cd9263ff70f8b7a6e21

2020-11-05 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 8eee29c Publishing web

[incubator-nuttx] 01/03: drivers:audio: cxd56: move helpers to the header file

2020-11-05 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 d572b06a6ca9d2e1691e09f7795a0d8930d0 Author: Tobias Johansson AuthorDate: Thu Nov 5 10:15:34 2020 +0100

[incubator-nuttx] 02/03: drivers: audio: cxd56: add I2S debugging

2020-11-05 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 43b21a4693bc5ee681746f8627f4cbc75a1ae3b7 Author: Tobias Johansson AuthorDate: Thu Nov 5 10:16:18 2020 +0100

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #2223: drivers: audio: cxd56: cleanup for the spresense audio implementation

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

[incubator-nuttx] 03/03: drivers: audio: cxd56: rename queue status

2020-11-05 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 2cce57216271df9ec2313f35656e50db97a49ce9 Author: Tobias Johansson AuthorDate: Thu Nov 5 10:22:02 2020 +0100

[incubator-nuttx] branch master updated (9c19db6 -> 2cce572)

2020-11-05 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 9c19db6 rc/dummy: enable dummy driver and add rc defconfig new d572b06 drivers:audio: cxd56: move h

[GitHub] [incubator-nuttx] Donny9 commented on pull request #2215: add new feature about sensor driver model

2020-11-05 Thread GitBox
Donny9 commented on pull request #2215: URL: https://github.com/apache/incubator-nuttx/pull/2215#issuecomment-722769756 > Just pointing out some typos and improvement opportunities in the documentation. Thank you very much, I'll study this documentation guide and modify them. -

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #464: Fix for sim:mount selftest failure

2020-11-05 Thread GitBox
xiaoxiang781216 merged pull request #464: URL: https://github.com/apache/incubator-nuttx-apps/pull/464 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: Fix for sim:mount selftest failure

2020-11-05 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 c431c25 Fix for sim:mount self

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2227: Move PRI/SCN macros for fast and least types to include/inttypes.h

2020-11-05 Thread GitBox
xiaoxiang781216 merged pull request #2227: URL: https://github.com/apache/incubator-nuttx/pull/2227 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 (2cce572 -> 713a21e)

2020-11-05 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 2cce572 drivers: audio: cxd56: rename queue status add 53256bd sim: inttypes.h: Make the #ifdef bl

[GitHub] [incubator-nuttx] sgysh opened a new pull request #2228: sched/sched/sched_waitpid.c: Fix a typo

2020-11-05 Thread GitBox
sgysh opened a new pull request #2228: URL: https://github.com/apache/incubator-nuttx/pull/2228 ## Summary Fix a typo ## Impact No impact ## Testing This is an automated message from the Ap

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #464: Fix for sim:mount selftest failure

2020-11-05 Thread GitBox
xiaoxiang781216 commented on pull request #464: URL: https://github.com/apache/incubator-nuttx-apps/pull/464#issuecomment-722777467 LGTM. This is an automated message from the Apache Git Service. To respond to the message, p

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518530196 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518540844 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2228: sched/sched/sched_waitpid.c: Fix a typo

2020-11-05 Thread GitBox
xiaoxiang781216 merged pull request #2228: URL: https://github.com/apache/incubator-nuttx/pull/2228 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 (713a21e -> 51875ab)

2020-11-05 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 713a21e or1k inttypes.h: Remove PRI/SCN macros for fast and least types add 51875ab sched/sched/s

[GitHub] [incubator-nuttx] sgysh opened a new pull request #2229: sched/sched/sched_waitid.c: Allow WNOHANG

2020-11-05 Thread GitBox
sgysh opened a new pull request #2229: URL: https://github.com/apache/incubator-nuttx/pull/2229 ## Summary Allow WNOHANG. In the current implementation of waitid, WEXITED is mandatory and WNOHANG is optional. ## Impact waitid ## Testing Built with hifiv

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

2020-11-05 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518573401 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t;

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

2020-11-05 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r518574778 ## File path: arch/sim/include/types.h ## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef uns