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-testing.git.
from 6c6e2cc nuttx-ci-linux: Install libpython2.7 for xtensa-esp32-elf-gdb
(again)
new 9d55cb5
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-testing.git
commit c1094b33bc8a3b669a868ca75639b71a37a7974d
Author: YAMAMOTO Takashi
AuthorDate: Sat Jan 16 13:58:01 202
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-testing.git
commit 9d55cb5229f63410c2d3c31891cc98b4608b12c3
Author: YAMAMOTO Takashi
AuthorDate: Thu Jan 14 10:22:36 202
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-testing.git
commit 5658a629a5c8d42b8c6dfda902a067876cc55626
Author: YAMAMOTO Takashi
AuthorDate: Fri Jan 15 13:41:03 202
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-testing.git
commit a3bd06a3477e32203412b3812c6841049f675d4a
Author: YAMAMOTO Takashi
AuthorDate: Fri Jan 15 16:32:29 202
btashton merged pull request #88:
URL: https://github.com/apache/incubator-nuttx-testing/pull/88
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.
aguettouche 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 497e2f9 arch: tiva: Fix lm3s_ethe
Ouss4 merged pull request #2689:
URL: https://github.com/apache/incubator-nuttx/pull/2689
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 opened a new pull request #2690:
URL: https://github.com/apache/incubator-nuttx/pull/2690
## Summary
support vfork.
## Impact
vfork
## Testing
int global = 100;
int main(int argc, FAR char *argv[])
{
pid_t pid = 0;
int stack = 0;
pid = vfork()
anchao opened a new pull request #2691:
URL: https://github.com/apache/incubator-nuttx/pull/2691
## Summary
wireless/bluetooth: add more hci event definitions
wireless/bluetooth: remove the host dependency
wireless/bluetooth: move H4_* definition to external
## Impact
anchao opened a new pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692
## Summary
drivers/syslog: Prepend Process ID to syslog message
Signed-off-by: chao.an
## Impact
syslog
## Testing
```
[ 14.618783] Test I
anchao opened a new pull request #2693:
URL: https://github.com/apache/incubator-nuttx/pull/2693
## Summary
libs/libxx: use built-in __aeabi_atexit() if LIBSUPCXX is enabled
ld error caused by multiple definition:
ld: arm-none-eabi/lib/thumb/v8-m.main+fp/hard/li
anchao opened a new pull request #2694:
URL: https://github.com/apache/incubator-nuttx/pull/2694
## Summary
libc/machine/arch: fix build break if enable armv8 ELF
Signed-off-by: chao.an
## Impact
N/A
## Testing
enable CONFIG_ELF and build s
anchao opened a new pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695
## Summary
netpacket/if_addr: add interface address header
Signed-off-by: chao.an
## Impact
N/A
## Testing
CI check is enough
---
anchao opened a new pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696
## Summary
sim/hcitty: add hcitty adapter
add support to attach the devices via HCI TTY to Bluetooth Host
Reference:
drivers/wireless/bluetooth/bt_uart_shim.c
acassis commented on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761557995
Hi @Ouss4 it is forward referenced in many place:
This is an automated message from the Apache Git S
acassis edited a comment on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761557995
Hi @Ouss4 it is forward referenced in many place:
```
$ git grep "struct socket;"
include/nuttx/net/net.h:struct socket; /* Forward reference */
net/bl
acassis merged pull request #2679:
URL: https://github.com/apache/incubator-nuttx/pull/2679
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
This is an automated email from the ASF dual-hosted git repository.
acassis 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 f40389b tools/esp32/btdecode.sh: Scri
fjpanag opened a new pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697
## Summary
Adds the ability to print the message priority in syslog.
## Impact
None. Defaults to the old behaviour.
## Testing
Tested both configurations (with and without
Ouss4 commented on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927
> Hi @Ouss4 it is forward referenced in many place:
Yeah, every other file needs a forward reference.
For this one it was forward refereed twice in the same file.
Ouss4 edited a comment on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927
> Hi @Ouss4 it is forward referenced in many place:
Yeah, every other file needs one forward reference.
For this one it was forward referenced twice in the
Ouss4 commented on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761562269
> net/tcp/tcp.h:struct socket;/* Forward reference */
net/tcp/tcp.h:struct socket;
Here is another one.. Will update this PR
patacongo commented on a change in pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558879834
##
File path: drivers/syslog/vsyslog.c
##
@@ -50,6 +50,16 @@
#include
#include
+/*
Ouss4 edited a comment on pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927
> Hi @Ouss4 it is forward referenced in many place:
Yeah, every other file needs one forward reference (only when necessary of
course).
For this one it was
patacongo commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558880684
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/
+
fjpanag commented on a change in pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558883414
##
File path: drivers/syslog/vsyslog.c
##
@@ -50,6 +50,16 @@
#include
#include
+/***
fjpanag commented on a change in pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558884202
##
File path: drivers/syslog/vsyslog.c
##
@@ -50,6 +50,16 @@
#include
#include
+/***
xiaoxiang781216 commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558893070
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/*
xiaoxiang781216 merged pull request #2687:
URL: https://github.com/apache/incubator-nuttx/pull/2687
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 f40389b tools/esp32/btdecode.sh: Script to decode the Xtensa
backtrace.
add f62ff8d Move LWL pyth
xiaoxiang781216 commented on a change in pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558902201
##
File path: drivers/syslog/vsyslog.c
##
@@ -50,6 +50,16 @@
#include
#include
+/***
patacongo commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/
+
patacongo commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/
+
patacongo commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/
+
fjpanag commented on a change in pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558908348
##
File path: drivers/syslog/vsyslog.c
##
@@ -50,6 +50,16 @@
#include
#include
+/***
fjpanag opened a new pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698
## Summary
Adds coloring to syslog output.
## Impact
None, defaults to old behaviour.
## Testing
Tested on custom STM32F4 target, on Fedora 33 with minicom.
By defaul
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
The following commit(s) were added to refs/heads/master by this push:
new 7e3d4a5 net: Remove duplicate forwa
xiaoxiang781216 merged pull request #2688:
URL: https://github.com/apache/incubator-nuttx/pull/2688
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
v01d commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r558950888
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be over
v01d commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r558952853
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be over
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
The following commit(s) were added to refs/heads/master by this push:
new 946443e Added printing of log prior
xiaoxiang781216 merged pull request #2697:
URL: https://github.com/apache/incubator-nuttx/pull/2697
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
btashton commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559010786
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be
btashton merged pull request #2693:
URL: https://github.com/apache/incubator-nuttx/pull/2693
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 37b5b71 libs/libxx: use built-in __a
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 bd3a843 libc/machine/arch: fix build
btashton merged pull request #2694:
URL: https://github.com/apache/incubator-nuttx/pull/2694
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 merged pull request #2691:
URL: https://github.com/apache/incubator-nuttx/pull/2691
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 bd3a843 libc/machine/arch: fix build break if enable armv8 ELF
add 605cd77 wireless/bluetooth: remo
v01d commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-761619149
So, to sum it up I believe the situation is as follows:
1. we should support repeated start using list feature (this is also good in
terms of using DMA for large transfer
btashton commented on pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761619299
@anchao I am on board with these changes, but it might be work prefixing the
pid and priority number somehow so you know what the field is. Right now if
only one is en
btashton commented on pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761619910
I tried using the github resolve conflict tool which is actually really nice
to quickly fix the conflict, but it looks like it uses merge instead of rebase
so creates a
fjpanag commented on pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761621354
@btashton The priority is logged as string, i.e. `[INFO]`, so I believe it
is unambiguous.
Only pid is logged as a plain number. So everything can be clear as to w
btashton commented on pull request #2674:
URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-761622236
1. Would be good for places where are doing the repeated start. Happy to
test this on my hardware.
2. Would we just assert as not supported in this case? I guess if
btashton commented on pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761622749
Ah you are right, I was mixing up process priority with debug priority
This is an automated message
btashton commented on issue #2593:
URL:
https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153
@xiaoxiang781216 I am fine with this change. `nr5m100` was RTL was never
released publically and Ken never responded, and the GAP8 while real, I think
is also unused and w
tomghuang commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761623160
I've published Argtable3 v3.2.0. Please help to check if this release can be
successfully integrated into this project. Thanks.
--
btashton edited a comment on issue #2593:
URL:
https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153
@xiaoxiang781216 I am fine with this change. `nr5m100` RTL was never
released publicly and Ken never responded, and the GAP8 while real, I think is
also unused and
tomghuang edited a comment on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761623160
I've published [Argtable3
v3.2.0](https://github.com/argtable/argtable3/releases/tag/v3.2.0.7402e6e).
Please help to check if this release can be successful
btashton edited a comment on issue #2593:
URL:
https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153
@xiaoxiang781216 I am fine with this change. `nr5m100` RTL was never
released publicly and Ken never responded. While the GAP8 is real, I think is
also unused and w
xiaoxiang781216 commented on pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761623422
@anchao please rebase your patch to resolve the conflict.
This is an automated message from the
xiaoxiang781216 commented on issue #2593:
URL:
https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623485
@btashton Ok, I will found time to merge 32bit and 64bit into one.
This is an automated message from
xiaoxiang781216 opened a new pull request #565:
URL: https://github.com/apache/incubator-nuttx-apps/pull/565
## Summary
and remove 0001-feat-Switch-to-FreeBSD-getopt-library.patch
since it is already included in the new official release
## Impact
upgrade the latest release
xiaoxiang781216 commented on pull request #559:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761624575
Thanks @tomghuang I just created a PR for the new release here:
https://github.com/apache/incubator-nuttx-apps/pull/565. Let's whether it can
pass the build.
fjpanag commented on pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761624667
If we rebase simultaneously with anchao, there will be a conflict again.
@anchao shall you be first?
xiaoxiang781216 commented on pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761625421
@btashton let's merge @fjpanag's one first, @anchao should be sleeping now:).
This is an automat
btashton commented on pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761625444
@fjpanag since you seem to be around now why don't you push first and I'll
make sure to merge when it passes.
fjpanag commented on pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761626259
I am on mobile now, with no access to computer.
Tomorrow morning I will be at the office again.
T
acassis opened a new pull request #2699:
URL: https://github.com/apache/incubator-nuttx/pull/2699
## Summary
boards/stm32f4discovery: Add a LWL board profile and improve the README.txt
## Impact
User will be able to use LWL easily
## Testing
stm32f4discovery
btashton commented on a change in pull request #2699:
URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045724
##
File path: tools/lwl/README.txt
##
@@ -56,7 +56,47 @@ Usage
=
No special python modules are needed, it should be possible to run the
-
btashton commented on a change in pull request #2699:
URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045724
##
File path: tools/lwl/README.txt
##
@@ -56,7 +56,47 @@ Usage
=
No special python modules are needed, it should be possible to run the
-
acassis commented on a change in pull request #2699:
URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045817
##
File path: tools/lwl/README.txt
##
@@ -56,7 +56,47 @@ Usage
=
No special python modules are needed, it should be possible to run the
-a
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new ee443ed system/argtable3: Updat
btashton merged pull request #565:
URL: https://github.com/apache/incubator-nuttx-apps/pull/565
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
v01d opened a new pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700
## Summary
- nrf52: fix build without serial
- nrf52: fix build for PWM without multichan enabled
- nrf52: fix SPI3 irq macro naming
- nrf52: enable and fix build for SPI BITORDER
btashton merged pull request #2699:
URL: https://github.com/apache/incubator-nuttx/pull/2699
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 0c5f71c boards/stm32f4discovery: Add
btashton merged pull request #2698:
URL: https://github.com/apache/incubator-nuttx/pull/2698
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 cb78dad Added color output to syslog
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 f1868e1 Publishing web
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 efe236b drivers/syslog: Prepend Proc
btashton merged pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692
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 #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559068794
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regv
v01d commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559069376
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regval,
v01d commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559069637
##
File path: arch/arm/src/nrf52/nrf52_lowputc.c
##
@@ -270,7 +270,7 @@ static void nrf52_setparity(uintptr_t base,
* Name: nrf52_setstops
**
btashton commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070282
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regv
btashton commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070282
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regv
v01d commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070817
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regval,
btashton commented on a change in pull request #2700:
URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559071007
##
File path: arch/arm/src/nrf52/nrf52_gpio.c
##
@@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset,
putreg32(regv
v01d opened a new pull request #2701:
URL: https://github.com/apache/incubator-nuttx/pull/2701
## Summary
This checks if the required function is defined (when stack coloration
is enabled) and, if so, calls it to get used stack. Otherwise it just
reports zero used stack.
anchao commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559071567
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be ov
anchao commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559072192
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be ov
anchao commented on a change in pull request #2696:
URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559072257
##
File path: arch/sim/Kconfig
##
@@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE
"wrap" causing the initial data sent to be ov
anchao commented on a change in pull request #2695:
URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r559072909
##
File path: include/netpacket/if_addr.h
##
@@ -0,0 +1,110 @@
+/
+ * i
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 5d4463121fcdc49d766a9b0740594e16d54b74ef
Author: Matias N
AuthorDate: Sat Jan 16 19:24:54 2021 -0300
nrf
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 ebe596bcd1d4a39f12e330d15972ce036a3e3e18
Author: Matias N
AuthorDate: Sat Jan 16 19:27:27 2021 -0300
nrf
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 6f3f1c07fbd48a71133b6e5df64679f34c69a5e5
Author: Matias N
AuthorDate: Sat Jan 16 19:36:45 2021 -0300
nrf
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 2fcfd63f8eb3471301f8e431a5d59a2d914d8661
Author: Matias N
AuthorDate: Sat Jan 16 19:22:21 2021 -0300
nrf
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 efe236b drivers/syslog: Prepend Process ID to syslog message
new c526f01 nrf52: fix build for PWM w
1 - 100 of 110 matches
Mail list logo