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
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;
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
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
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
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;
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;
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
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
-
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
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;
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;
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
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 __
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
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
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/
--
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
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
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
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
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;
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))
#
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
···
---
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
```
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
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
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
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
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
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
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
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
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
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
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
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
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:
- *
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
--
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 */
-
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)
*
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
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
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
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
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
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
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
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.
-
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
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
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
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
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
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
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
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
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
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
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
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;
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
77 matches
Mail list logo