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 b482cbdd0474ea7f23bc4abbdb47e6504ca0d35e
Author: Diego Herranz
AuthorDate: Sun Oct 18 22:48:28 2020 +0100
xiaoxiang781216 merged pull request #2031:
URL: https://github.com/apache/incubator-nuttx/pull/2031
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 271016a kinetis: Make kinetis_i2c_sem_wait_noncancelable optional
new b482cbd Documentation/quicks
xiaoxiang781216 commented on pull request #2031:
URL: https://github.com/apache/incubator-nuttx/pull/2031#issuecomment-713323616
So, the copyright concern get resolved, let's merge it!
This is an automated message from the Ap
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 345f2a77313cef5e91bfb1e308be6256266a7f63
Author: Diego Herranz
AuthorDate: Mon Oct 19 07:31:44 2020 +0100
xiaoxiang781216 commented on pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#issuecomment-713322360
@daniel-p-carvalho could you squash PR into one or two patch?
This is an automated message from
xiaoxiang781216 commented on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-713321001
Sure, the custom baud rate is used for many embeded case.
This is an automated message from 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.git
commit 17e624eae41ea5e3eda657b47cd1f8b74013aa0c
Author: Philippe Coval
AuthorDate: Tue Oct 20 11:36:45 2020 +0200
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 19f7a24 boards: sabre-6quad: Update smp/defconfig
new 17e624e freedom-k64f: Add I2C to demo image
xiaoxiang781216 merged pull request #2047:
URL: https://github.com/apache/incubator-nuttx/pull/2047
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 271016a3ade7a38787f7660b9265ce332c2e94e6
Author: Philippe Coval
AuthorDate: Tue Oct 20 20:50:52 2020 +0200
masayuki2009 commented on pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#issuecomment-713282854
@xiaoxiang781216
Thanks for merging.
This is an automated message from the Apache Git Servi
xiaoxiang781216 merged pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042
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 d8d1991 Add SCHED_INSTRUMENTATION_HIRES support
add 56a0815 arch: imx6: Fix style warnings in chip
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508972569
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
masayuki2009 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508968677
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const uint3
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508955103
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
masayuki2009 commented on pull request #2000:
URL: https://github.com/apache/incubator-nuttx/pull/2000#issuecomment-713245966
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, pleas
YuuichiNakamura commented on pull request #2050:
URL: https://github.com/apache/incubator-nuttx/pull/2050#issuecomment-713237067
Oops... #2045 contains the same fixes. I'll withdraw this PR.
This is an automated message from
YuuichiNakamura closed pull request #2050:
URL: https://github.com/apache/incubator-nuttx/pull/2050
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
YuuichiNakamura opened a new pull request #2050:
URL: https://github.com/apache/incubator-nuttx/pull/2050
## Summary
I have found some broken links in the latest documents and fixed them.
## Impact
## Testing
daniel-p-carvalho commented on pull request #2009:
URL: https://github.com/apache/incubator-nuttx/pull/2009#issuecomment-713236187
@patacongo I've created the STM32L4 common driver directory trying to
replicate the one in STM32 boards directory. It builds and seems to work fine
but the bui
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 3b1e674 Publishing web
masayuki2009 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508901781
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const uint3
acassis commented on a change in pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#discussion_r508880434
##
File path: arch/arm/src/stm32l4/stm32l4_adc.c
##
@@ -1291,10 +1331,11 @@ static int adc_setup(FAR struct adc_dev_s *dev)
adc_putreg(priv, ST
daniel-p-carvalho commented on a change in pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#discussion_r508761483
##
File path: arch/arm/src/stm32l4/stm32l4_adc.c
##
@@ -1291,10 +1331,11 @@ static int adc_setup(FAR struct adc_dev_s *dev)
adc_putre
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 954c90b Add SCHED_INSTRUMENTAT
xiaoxiang781216 merged pull request #435:
URL: https://github.com/apache/incubator-nuttx-apps/pull/435
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ghn-certi commented on a change in pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049#discussion_r508712063
##
File path: arch/arm/src/stm32l4/stm32l4_adc.c
##
@@ -1291,10 +1331,11 @@ static int adc_setup(FAR struct adc_dev_s *dev)
adc_putreg(priv,
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 58aa886 system/sched_note: C
Ouss4 merged pull request #423:
URL: https://github.com/apache/incubator-nuttx-apps/pull/423
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
xiaoxiang781216 commented on pull request #2047:
URL: https://github.com/apache/incubator-nuttx/pull/2047#issuecomment-712998298
@rzr, there is compiler warning need to resolve:
```
2020-10-20T15:39:12.1865721Z ##[error]chip/kinetis_i2c.c:375:3: error:
'kinetis_i2c_sem_wait_noncancela
xiaoxiang781216 merged pull request #436:
URL: https://github.com/apache/incubator-nuttx-apps/pull/436
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 ef2758c Add note_syscall args
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 e1b9c27 Update trace command document
add d8d1991 Add SCHED_INSTRUMENTATION_HIRES support
No new
xiaoxiang781216 merged pull request #2043:
URL: https://github.com/apache/incubator-nuttx/pull/2043
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 897b61b build: Change .external_dummy to dummy
add 87a7c03 Add note_syscall args support
add
xiaoxiang781216 merged pull request #2044:
URL: https://github.com/apache/incubator-nuttx/pull/2044
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
davids5 commented on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-712937780
@xiaoxiang781216 & @Donny9 - thank you!
@xiaoxiang781216. I it is not just PX4 use case. It is more things NuttX
would be used for: Like profibus, radios, RS-48
davids5 commented on pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#issuecomment-712931723
@AlexanderVasiljev - Great, I glad that works. Can you please squash this
and force push it?
This is an
btashton commented on pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#issuecomment-712927293
> Besides the command I added this LGTM
Thanks I'll rebase this to resolve the merge conflict and fix the heading
level.
---
daniel-p-carvalho opened a new pull request #2049:
URL: https://github.com/apache/incubator-nuttx/pull/2049
Added option to start or not the conversion when opening ADC device.
## Summary
## Impact
## Testing
Donny9 commented on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-712892207
>
>
> @davids5 so PX4 use other baud rate? @Donny9 please add back the custorm
baud rate like other OS done.
yes, i do tomorrow.
-
Donny9 edited a comment on pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-712888956
>
>
> Regarding either driver or application buffer control, I think it is more
important to let the application control it since the lower driver does not
Donny9 commented on pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-712888956
>
>
> Regarding either driver or application buffer control, I think it is more
important to let the application control it since the lower driver does not
necess
xiaoxiang781216 commented on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-712884921
@davids5 so PX4 use other baud rate? @Donny9 please add back the custorm
baud rate like other OS done.
-
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508541640
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_rese
davids5 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508536838
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_sem(FAR
davids5 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508536838
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_sem(FAR
davids5 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508536838
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_sem(FAR
xiaoxiang781216 commented on a change in pull request #2043:
URL: https://github.com/apache/incubator-nuttx/pull/2043#discussion_r508522931
##
File path: sched/sched/sched_note.c
##
@@ -28,6 +28,9 @@
#include
#include
#include
+#ifdef CONFIG_SCHED_INSTRUMENTATION_HIRES
R
xiaoxiang781216 commented on a change in pull request #2043:
URL: https://github.com/apache/incubator-nuttx/pull/2043#discussion_r508522931
##
File path: sched/sched/sched_note.c
##
@@ -28,6 +28,9 @@
#include
#include
#include
+#ifdef CONFIG_SCHED_INSTRUMENTATION_HIRES
R
xiaoxiang781216 commented on pull request #2044:
URL: https://github.com/apache/incubator-nuttx/pull/2044#issuecomment-712865983
LGTM.
This is an automated message from the Apache Git Service.
To respond to the message, pleas
v01d commented on pull request #1661:
URL: https://github.com/apache/incubator-nuttx/pull/1661#issuecomment-712855569
Thanks, I know you've been busy with the release and that is quite
appreciated so I didn't wanted to bother you in the mean time.
We can do as you suggest. If you reb
v01d commented on pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-712853051
Regarding either driver or application buffer control, I think it is more
important to let the application control it since the lower driver does not
necessarily know how t
This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from fde7c2b xtensa/tools: Updated makefile to download the IDF stable
version
add 897b61b build: Chan
v01d merged pull request #2032:
URL: https://github.com/apache/incubator-nuttx/pull/2032
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 g
v01d commented on a change in pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045#discussion_r508492005
##
File path: Documentation/applications/nsh/commands.rst
##
@@ -2,8 +2,10 @@
Commands
Review comment:
This should a different hea
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508487710
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_rese
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 89c9855 esp32: Fix a few #endif comments
add fde7c2b xtensa/tools: Updated makefile to download
Ouss4 merged pull request #2048:
URL: https://github.com/apache/incubator-nuttx/pull/2048
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
davids5 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508453024
##
File path: drivers/serial/serial.c
##
@@ -1771,7 +1771,18 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_sem(FAR
saramonteiro opened a new pull request #2048:
URL: https://github.com/apache/incubator-nuttx/pull/2048
## Summary
This commit only changes the version of IDF download at
tools/esp32/Makefile. It changes from the latest to stable.
## Impact
Avoid issues regarding nonstab
jerpelea commented on pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#issuecomment-712768536
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
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 2956b85 Fix nxstyle warning
add 89c9855 esp32: Fix a few #endif comments
No new revisions were ad
xiaoxiang781216 merged pull request #2046:
URL: https://github.com/apache/incubator-nuttx/pull/2046
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508397416
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset
davids5 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508388032
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_sem(FAR u
davids5 edited a comment on pull request #2040:
URL: https://github.com/apache/incubator-nuttx/pull/2040#issuecomment-712748961
@xiaoxiang781216 @btashton - thank you for fixing this.
Unfortunately I do not think we are done, it is not enough, There is a
bigger problem with the #17
davids5 commented on pull request #2040:
URL: https://github.com/apache/incubator-nuttx/pull/2040#issuecomment-712748961
@xiaoxiang781216 @btashton - thank you for fixing this.
Unfortunately I do not think we are done, it is not enough, There is a
bigger problem with the #1767 chan
davids5 edited a comment on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-712746236
No. Unfortunately hat is not enough, There is a bigger problem with this
change. With this change NuttX can not support any baud rate. This will break
many real
davids5 commented on pull request #1767:
URL: https://github.com/apache/incubator-nuttx/pull/1767#issuecomment-712746236
No. Unfortunately hat is not enough, There is a bigger problem with this
change. With this change NuttX can not support any baud rate. This will break
many real works
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508368799
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset
Ouss4 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508313462
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const uint32_t g_c
masayuki2009 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508312426
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const uint3
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508311774
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset
yamt opened a new pull request #2046:
URL: https://github.com/apache/incubator-nuttx/pull/2046
## Summary
esp32: Fix a few #endif comments
## Impact
only comments
## Testing
i guess the CI is enough.
This i
xiaoxiang781216 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508351392
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_s
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508307715
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset
xiaoxiang781216 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508328623
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset_s
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d5c6bfe arch: Add custom arch chip build support
add eb4121c Change all 'Nuttx' to 'NuttX'
add
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d5c6bfe arch: Add custom arch chip build support
add eb4121c Change all 'Nuttx' to 'NuttX'
add
xiaoxiang781216 commented on a change in pull request #436:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/436#discussion_r508325937
##
File path: system/trace/trace_dump.c
##
@@ -451,8 +454,35 @@ static int trace_dump_one(FAR FILE *out,
}
t
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508339111
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508339111
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508339111
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d5c6bfe arch: Add custom arch chip build support
add eb4121c Change all 'Nuttx' to 'NuttX'
add
xiaoxiang781216 commented on a change in pull request #2043:
URL: https://github.com/apache/incubator-nuttx/pull/2043#discussion_r508322454
##
File path: sched/Kconfig
##
@@ -990,6 +990,14 @@ config SCHED_INSTRUMENTATION_IRQHANDLER
void sched_note_irqh
AlexanderVasiljev commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508340681
##
File path: drivers/serial/serial.c
##
@@ -1761,7 +1771,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
void uart_reset
xiaoxiang781216 commented on a change in pull request #2042:
URL: https://github.com/apache/incubator-nuttx/pull/2042#discussion_r508339111
##
File path: arch/arm/src/cxd56xx/cxd56_irq.c
##
@@ -115,17 +112,17 @@ static uint64_t g_intstack_alloc[INTSTACK_ALLOC >> 3];
const ui
btashton merged pull request #2033:
URL: https://github.com/apache/incubator-nuttx/pull/2033
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
btashton commented on a change in pull request #2033:
URL: https://github.com/apache/incubator-nuttx/pull/2033#discussion_r508319386
##
File path: Documentation/applications/nsh/commands.rst
##
@@ -736,7 +736,7 @@ at for the existing file or directory, . This
implementation i
xiaoxiang781216 commented on a change in pull request #2044:
URL: https://github.com/apache/incubator-nuttx/pull/2044#discussion_r508319024
##
File path: sched/Kconfig
##
@@ -1009,6 +1009,7 @@ config SCHED_INSTRUMENTATION_FILTER_DEFAULT_MODE
Bit 0 = Enab
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d5c6bfe arch: Add custom arch chip build support
add eb4121c Change all 'Nuttx' to 'NuttX'
add
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d5c6bfe arch: Add custom arch chip build support
add eb4121c Change all 'Nuttx' to 'NuttX'
add
btashton opened a new pull request #2045:
URL: https://github.com/apache/incubator-nuttx/pull/2045
## Summary
Misc fixups for broken links, errors, warnings
There are still more bad links were things are referenced by anchors instead
of refs that will need to be fixed.
##
Ouss4 commented on pull request #2032:
URL: https://github.com/apache/incubator-nuttx/pull/2032#issuecomment-712692619
@v01d please merge if you don't have any concerns.
This is an automated message from the Apache Git Servi
xiaoxiang781216 commented on a change in pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036#discussion_r508330738
##
File path: drivers/serial/serial.c
##
@@ -854,6 +854,16 @@ static ssize_t uart_read(FAR struct file *filep, FAR char
*buffer, size_t b
Donny9 closed pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039
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
Donny9 commented on pull request #2039:
URL: https://github.com/apache/incubator-nuttx/pull/2039#issuecomment-712681721
>
>
> > > > I also like the idea of unifying interfaces and reducing the need to
repeat it across each sensor. But I worry if this is really a general sensor
solu
1 - 100 of 119 matches
Mail list logo