pussuw commented on code in PR #8643:
URL: https://github.com/apache/nuttx/pull/8643#discussion_r1116628601
##
boards/risc-v/qemu-rv/rv-virt/scripts/ld-kernel.script:
##
@@ -20,9 +20,9 @@
MEMORY
{
-kflash (rx) : ORIGIN = 0x8000, LENGTH = 2048K /* w/ cache */
-k
xiaoxiang781216 merged PR #1595:
URL: https://github.com/apache/nuttx-apps/pull/1595
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 9246502ac drivertest/drivertest_uart: uar
FASTSHIFT opened a new pull request, #8644:
URL: https://github.com/apache/nuttx/pull/8644
## Summary
Add the pollready flag to cache the notify event to prevent event loss.
## Impact
None
## Testing
None
--
This is an automated message from the Apache Git Se
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 359f66ad3701c8a53b6344fe49a2d8d01e9c7f97
Author: Xiang Xiao
AuthorDate: Wed Feb 22 06:08:13 2023 +0800
nshlib: Re
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 9246502ac drivertest/drivertest_uart: uart driver testcase
new 80feb2432 nshlib: Shouldn't set TIOCSCTTY with S
This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 80feb2432d9dfea262ea8a4fb3b9942bb384d44b
Author: Xiang Xiao
AuthorDate: Wed Feb 22 13:13:45 2023 +0800
nshlib: Sh
GUIDINGLI merged PR #1589:
URL: https://github.com/apache/nuttx-apps/pull/1589
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx
fjpanag commented on code in PR #7525:
URL: https://github.com/apache/nuttx/pull/7525#discussion_r1116761448
##
net/ieee802154/ieee802154_conn.c:
##
@@ -188,9 +198,22 @@ void ieee802154_conn_free(FAR struct ieee802154_conn_s
*conn)
memset(conn, 0, sizeof(*conn));
- /* F
chirping78 commented on issue #8616:
URL: https://github.com/apache/nuttx/issues/8616#issuecomment-1443394500
@acassis thanks for pay attention on this.
I will try JLink when I have them setup.
And I will also try early release on the same environment (qemu and
discovery).
A
zyfeier opened a new pull request, #8645:
URL: https://github.com/apache/nuttx/pull/8645
## Summary
1. Move nxmutex to sched, split the mutex interface into nxmutex_ and
mutex_, userspace can only use mutex_ interface;
2. Add mutex_clocklock, mutex_set_protocol and mutex_get_proto
no1wudi commented on PR #8641:
URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1443418174
@masayuki2009 @xiaoxiang781216 This PR using wd timer and work queue to do
delayed write now.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
zyfeier opened a new pull request, #8646:
URL: https://github.com/apache/nuttx/pull/8646
## Summary
1. Use Linux Raw Gadget and Dummy UDC to set up virtual USB device;
Get Raw Gadget:
Get Raw Gadget code at https://github.com/xairy/raw-gadget.
Make Raw Gadget:
Run make in t
zyfeier commented on PR #6376:
URL: https://github.com/apache/nuttx/pull/6376#issuecomment-1443428263
@pkarashchenko, i have a similar modify, please help to review.
[#8645](https://github.com/apache/nuttx/pull/8645)
--
This is an automated message from the Apache Git Service.
To respond
wengzhe opened a new pull request, #8647:
URL: https://github.com/apache/nuttx/pull/8647
## Summary
The UDP drop stats does not count dropped packets limited by rcvbufs, try
fix it.
## Impact
Fix UDP drop statistics
## Testing
Manually
--
This is an automate
lucasssvaz opened a new pull request, #8648:
URL: https://github.com/apache/nuttx/pull/8648
## Summary
Add configuration for using a SD Card with the ESP32-LyraT board.
## Impact
Add `esp32-lyrat:mmcsdspi` configuration.
## Testing
Tested using an ESP32-Lyra
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 0069eefd4b net/udp: Add drop count when li
pkarashchenko merged PR #8647:
URL: https://github.com/apache/nuttx/pull/8647
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.
pkarashchenko commented on PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#issuecomment-1443628346
Why do we need nxmutex in user space. There is already a pthread_mutex
interface available.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
pkarashchenko closed pull request #6376: nuttx/mutex: do not use non-nx
interface in kernel except libs
URL: https://github.com/apache/nuttx/pull/6376
--
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 go to
acassis opened a new pull request, #8649:
URL: https://github.com/apache/nuttx/pull/8649
## Summary
Add xxd to get romfs working, reported by Simon Filgis
## Impact
Now ROMFS will be included correctly on machines that doesn't have vim
installed
## Testing
N/A
--
This i
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new b216f74a4b doc: Add xxd to get romfs working,
xiaoxiang781216 merged PR #8649:
URL: https://github.com/apache/nuttx/pull/8649
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nutt
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new b7bfd9e530 boards/xtensa/esp32-lyrat: Add SD C
xiaoxiang781216 merged PR #8648:
URL: https://github.com/apache/nuttx/pull/8648
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nutt
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 621bf54efc drivers/video/fb: fix poll event lo
xiaoxiang781216 merged PR #8644:
URL: https://github.com/apache/nuttx/pull/8644
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nutt
gustavonihei commented on code in PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117150587
##
libs/libnx/nxfonts/nxfonts_cache.c:
##
@@ -745,7 +745,7 @@ FCACHE nxf_cache_connect(enum nx_fontid_e fontid,
* fhandle - A font cache handle previously return
gustavonihei commented on code in PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117153002
##
sched/mutex/mutex.h:
##
@@ -0,0 +1,53 @@
+/
+ * sched/mutex/mutex.h
+ *
+ * Licensed t
gustavonihei commented on code in PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117154061
##
sched/mutex/mutex_breaklock.c:
##
@@ -0,0 +1,173 @@
+/
+ * sched/mutex/mutex_breaklock
gustavonihei commented on code in PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117156199
##
sched/mutex/mutex_breaklock.c:
##
@@ -0,0 +1,173 @@
+/
+ * sched/mutex/mutex_breaklock
gustavonihei commented on code in PR #8645:
URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117160537
##
sched/mutex/mutex_breaklock.c:
##
@@ -0,0 +1,173 @@
+/
+ * sched/mutex/mutex_breaklock
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch feature/sync_hal_5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit be5ab73d4f9d673229059af30003d0c5424f65f5
Author: Gustavo Henrique Nihei
AuthorDate: Fri Feb 24 12:00:22
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch feature/sync_hal_5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 50af09d74bc15507c13bffeba89d085a5dd7a183
Author: Gustavo Henrique Nihei
AuthorDate: Fri Feb 24 11:07:46
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a change to branch feature/sync_hal_5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
discard 04e29c7c3b risc-v/espressif: Add support for ESP32-H2
discard c25cec7d44 risc-v/espressif: Add suppo
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch feature/sync_hal_5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ed139f37fba3c26d6bbd89bbb3abfaab9e046db1
Author: Gustavo Henrique Nihei
AuthorDate: Fri Feb 17 14:37:12
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch feature/sync_hal_5
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 16ecfef8b542c86790b0fa9a47e9aa094fc34a32
Author: Gustavo Henrique Nihei
AuthorDate: Fri Feb 24 11:36:14
masayuki2009 commented on PR #8641:
URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444730520
```
Configuration/Tool: viewtool-stm32f107/tcpblaster,CONFIG_ARM_TOOLCHAIN_CLANG
-
masayuki2009 commented on PR #8641:
URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444772946
@no1wudi
I tried the latest commits with spresense:rndis_smp
(CONFIG_SCHED_LPNTHREADS=2)
The symptom was improved but sometimes the nsh prompt is not shown.
```
Trying
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9bf8df39 Publishing web: b50f5ca4
no1wudi commented on PR #8641:
URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444814518
> Trying 10.0.1.20...
> Connected to 10.0.1.20.
> Escape character is '^]'.
>
> NuttShell (NSH) NuttX-12.0.0
> Traceback (most recent call last):
> File "./expect_nuttx_t
Donny9 opened a new pull request, #8650:
URL: https://github.com/apache/nuttx/pull/8650
## Summary
driver/sensors: keep the upper's timing the same as the upper's buffer growth
When buffer overwrite occurs, the old data will be filtered and the new data
will be
crafcat7 opened a new pull request, #8651:
URL: https://github.com/apache/nuttx/pull/8651
## Summary
Implement the bzero function as an alternative to macro expansion.
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the m
pkarashchenko merged PR #8651:
URL: https://github.com/apache/nuttx/pull/8651
--
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 go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 4f3c73fb45 libc/lib_bzero:Add bzero protot
45 matches
Mail list logo