btashton merged pull request #1421:
URL: https://github.com/apache/incubator-nuttx/pull/1421
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.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from b4b413e arch/arm/src/arm/Toolchain.defs: Append "-P -x c" for CPP
macro
add 172aaa5 .gitignore: Do
SPRESENSE opened a new pull request #1442:
URL: https://github.com/apache/incubator-nuttx/pull/1442
## Summary
If a existing file is opened with overwriting mode e.g. fopen(file, "w+"),
the file size will be incorrect after writing any data to the file.
This bug is caused by
btashton commented on a change in pull request #1436:
URL: https://github.com/apache/incubator-nuttx/pull/1436#discussion_r458537979
##
File path: arch/arm/src/arm/Toolchain.defs
##
@@ -92,7 +92,7 @@ endif
CC = $(CROSSDEV)gcc
CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gcc -E
+C
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1a901d72c07e6f6b3972f34296ec1a458fa5627f
Author: Xiang Xiao
AuthorDate: Tue Jul 21 11:14:30 2020 +0800
b
btashton merged pull request #1436:
URL: https://github.com/apache/incubator-nuttx/pull/1436
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.
btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 6c03a4e libc: Add uuid implemenation
new 1a901d7 board/arm: Remove -march and -mcpu option
new
This is an automated email from the ASF dual-hosted git repository.
btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit b4b413e2f47ba238df9b12689af7b52893d5646a
Author: Xiang Xiao
AuthorDate: Tue Jul 21 11:18:09 2020 +0800
a
xiaoxiang781216 commented on a change in pull request #1436:
URL: https://github.com/apache/incubator-nuttx/pull/1436#discussion_r458533632
##
File path: arch/arm/src/arm/Toolchain.defs
##
@@ -92,7 +92,7 @@ endif
CC = $(CROSSDEV)gcc
CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gc
xiaoxiang781216 commented on a change in pull request #1436:
URL: https://github.com/apache/incubator-nuttx/pull/1436#discussion_r458533632
##
File path: arch/arm/src/arm/Toolchain.defs
##
@@ -92,7 +92,7 @@ endif
CC = $(CROSSDEV)gcc
CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gc
xiaoxiang781216 commented on a change in pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#discussion_r458532816
##
File path: include/nuttx/sched_note.h
##
@@ -256,15 +267,31 @@ struct note_syscall_leave_s
struct note_irqhandler_s
{
struct note_
btashton commented on a change in pull request #1436:
URL: https://github.com/apache/incubator-nuttx/pull/1436#discussion_r458532576
##
File path: arch/arm/src/arm/Toolchain.defs
##
@@ -92,7 +92,7 @@ endif
CC = $(CROSSDEV)gcc
CXX = $(CROSSDEV)g++
-CPP = $(CROSSDEV)gcc -E
+C
This is an automated email from the ASF dual-hosted git repository.
btashton 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 6c03a4e libc: Add uuid implemenation
btashton merged pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440
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 edited a comment on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-662238621
@YuuichiNakamura these patches is ready to merge:
```
commit 02c38e61f402c6d19206ad4ac3e0b788cceab2bc
(apache/feature/syscall-instrumentation)
Aut
xiaoxiang781216 commented on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-662238621
@YuuichiNakamura these patches is ready to merge:
```
commit 02c38e61f402c6d19206ad4ac3e0b788cceab2bc
(apache/feature/syscall-instrumentation)
Author: Na
btashton commented on a change in pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440#discussion_r458531345
##
File path: libs/libc/uuid/lib_uuid_stream.c
##
@@ -0,0 +1,181 @@
+/***
xiaoxiang781216 commented on a change in pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440#discussion_r458520651
##
File path: libs/libc/uuid/lib_uuid_stream.c
##
@@ -0,0 +1,181 @@
+/
xiaoxiang781216 commented on a change in pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440#discussion_r458519157
##
File path: libs/libc/uuid/lib_uuid_stream.c
##
@@ -0,0 +1,181 @@
+/
xiaoxiang781216 commented on a change in pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440#discussion_r458519043
##
File path: libs/libc/uuid/lib_uuid_from_string.c
##
@@ -0,0 +1,113 @@
+/***
YuuichiNakamura commented on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-662177893
Sorry. I should have informed you it is ready for review.
I think 09296d5 should be here because it depends on 5b96c1e in
feature/syscall-instrumentation branc
btashton commented on a change in pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440#discussion_r458463783
##
File path: libs/libc/uuid/lib_uuid_from_string.c
##
@@ -0,0 +1,113 @@
+/**
btashton commented on issue #1414:
URL:
https://github.com/apache/incubator-nuttx/issues/1414#issuecomment-662127139
@mycan12345 I should have one of those EVKs by the end of the week, so I can
help with that. Someone also asked for help adding support for the LPC55S69
for a low cost boa
xiaoxiang781216 opened a new pull request #1441:
URL: https://github.com/apache/incubator-nuttx/pull/1441
## Summary
because nx_task_idle doesn't call sched_note_start. To avoid the
same error happen again in the furture, nx_task_idle is removed.
## Impact
## Testing
xiaoxiang781216 opened a new pull request #1440:
URL: https://github.com/apache/incubator-nuttx/pull/1440
## Summary
specified by OpenGroup here:
https://pubs.opengroup.org/onlinepubs/009629399/toc.htm
## Impact
## Testing
---
xiaoxiang781216 commented on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-661716175
> @xiaoxiang781216 How about my changes?
Is It ready for review? Sorry, I will look this by today. But first I think
this patch can send to master directly
YuuichiNakamura commented on pull request #1377:
URL: https://github.com/apache/incubator-nuttx/pull/1377#issuecomment-661693218
@xiaoxiang781216 How about my changes?
This is an automated message from the Apache Git Service.
btashton edited a comment on pull request #638:
URL: https://github.com/apache/incubator-nuttx/pull/638#issuecomment-661684321
Need to revisit this now that I know more how the csr works with RISCV. The
machine timer should work as before with systick and also bring out the base
addresses
btashton commented on pull request #638:
URL: https://github.com/apache/incubator-nuttx/pull/638#issuecomment-661684321
Need to revisit this now that I know more how the csr works with RISCV. The
machine timer should work as before with systick.
-
btashton merged pull request #1437:
URL: https://github.com/apache/incubator-nuttx/pull/1437
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.
btashton 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 2b7528f binfmt: Fix warning: unused
31 matches
Mail list logo