[GitHub] [incubator-nuttx] btashton merged pull request #1421: .gitignore: Don't ignore directories that have the .d extenion.

2020-07-21 Thread GitBox
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

[incubator-nuttx] branch master updated (b4b413e -> 172aaa5)

2020-07-21 Thread btashton
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

[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request #1442: fs/smartfs: Fix file size corruption when opening with overwriting mode

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1436: Minor fix in CPP and ARCHCFLAGS arguments from PR #1426

2020-07-21 Thread GitBox
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

[incubator-nuttx] 01/02: board/arm: Remove -march and -mcpu option

2020-07-21 Thread btashton
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

[GitHub] [incubator-nuttx] btashton merged pull request #1436: Minor fix in CPP and ARCHCFLAGS arguments from PR #1426

2020-07-21 Thread GitBox
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

[incubator-nuttx] branch master updated (6c03a4e -> b4b413e)

2020-07-21 Thread btashton
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

[incubator-nuttx] 02/02: arch/arm/src/arm/Toolchain.defs: Append "-P -x c" for CPP macro

2020-07-21 Thread btashton
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1436: Minor fix in CPP and ARCHCFLAGS arguments from PR #1426

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1436: Minor fix in CPP and ARCHCFLAGS arguments from PR #1426

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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_

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1436: Minor fix in CPP and ARCHCFLAGS arguments from PR #1426

2020-07-21 Thread GitBox
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

[incubator-nuttx] branch master updated: libc: Add uuid implemenation

2020-07-21 Thread btashton
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

[GitHub] [incubator-nuttx] btashton merged pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 @@ +/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 @@ +/***

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 @@ +/**

[GitHub] [incubator-nuttx] btashton commented on issue #1414: port nuttx to NXP imx.rt600

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1441: sched: The secondary idle threads should call nx_idle_trampoline

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1440: libc: Add uuid implemenation

2020-07-21 Thread GitBox
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 ---

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] YuuichiNakamura commented on pull request #1377: Add task trace support

2020-07-21 Thread GitBox
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.

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #638: WIP: Support for LiteX running on an iCEBreaker FPGA board

2020-07-21 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on pull request #638: WIP: Support for LiteX running on an iCEBreaker FPGA board

2020-07-21 Thread GitBox
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. -

[GitHub] [incubator-nuttx] btashton merged pull request #1437: binfmt: Fix warning: unused variable ‘exidx’

2020-07-21 Thread GitBox
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

[incubator-nuttx] branch master updated: binfmt: Fix warning: unused variable ‘exidx’

2020-07-21 Thread btashton
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