Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up162 contributions in the last year
Contribution activity
November 2020
Created 4 commits in 1 repository
Created a pull request in apache/incubator-nuttx that received 3 comments
Avoid messing the final binary nuttx.(bin,hex,...) compilation msg
Summary Make the final CP: nuttx.bin message easy to spot to confirm that compilation finished correct. Impact User will be be able to see the gene…
Opened 2 other pull requests in 1 repository
apache/incubator-nuttx
1
open
1
merged
Reviewed 3 pull requests in 1 repository
apache/incubator-nuttx 3 pull requests
Created an issue in apache/incubator-nuttx that received 3 comments
Recent modifications on testbuild.sh makes it difficult to know if the compilation succeed or failed
Previously the NuttX compilation was finished clearly:
LD: nuttx
make[1]: Leaving directory 'xxxx'
CP: nuttx.hex
CP: nuttx.bin
Now it is completel…