SPRESENSE opened a new pull request, #10737:
URL: https://github.com/apache/nuttx/pull/10737
## Summary
Fix bug that modem version could not be taken.
## Impact
Only alt1250 driver
## Testing
Test with spresense LTE board.
--
This is an automated message from the
SPRESENSE opened a new pull request, #10738:
URL: https://github.com/apache/nuttx/pull/10738
## Summary
Fix bug that errno was not converted correctly.
## Impact
Only alt1250 driver.
## Testing
test with Spresense LTE board.
--
This is an automated message from t
extinguish opened a new pull request, #10739:
URL: https://github.com/apache/nuttx/pull/10739
## Summary
add wchar api: fputws, putwc, putwchar, fputwc, wcswidth, wcwidth, wcswcs,
wcstok, wcsstr, wcsspn, wcspbrk implementation.
## Impact
## Testing
--
This is an a
yamt commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332610700
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wcwidth.c
+ *
zhuangton commented on PR #10705:
URL: https://github.com/apache/nuttx/pull/10705#issuecomment-1729036748
> @zhuangton I liked the way you tested it. Could you please add a small
tutorial at https://nuttx.apache.org/docs/12.2.1/guides/index.html explaining
how to do it? Please add the small
zhuangton closed pull request #10705: sched/clock Add special handling for TCB
null pointer cases
URL: https://github.com/apache/nuttx/pull/10705
--
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
raiden00pl opened a new pull request, #10740:
URL: https://github.com/apache/nuttx/pull/10740
## Summary
- sensors: add suffix _uorb to all sensors that use the new sensor framework
This'll make it easier to identify sensors supporting the new sensor approach
I think `_uorb` suff
pkarashchenko commented on PR #10715:
URL: https://github.com/apache/nuttx/pull/10715#issuecomment-1729057268
Shouldn't this be handled by explicit struct padding or insertion of
`reserved` byte members? I mean that packing option may change depending on
arch and compiler, so this case is m
pkarashchenko commented on PR #10715:
URL: https://github.com/apache/nuttx/pull/10715#issuecomment-1729060600
Ideally the packed and non-packed structures should be the same, so we do
not rely on compiler settings. There is also a flexibility in usage of explicit
pointer cast from byte arra
extinguish commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332648457
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wcwidth
raiden00pl opened a new pull request, #10741:
URL: https://github.com/apache/nuttx/pull/10741
## Summary
- arch/nrf{52|53|91}/serial: fix warning if HAVE_UART_CONSOLE not defined
warning: control reaches end of non-void function [-Wreturn-type]
- arch/nrf{52|53|91}/serial: fix
raiden00pl opened a new pull request, #10742:
URL: https://github.com/apache/nuttx/pull/10742
## Summary
- arch/arm: fix undefined reference to arm_serialinit when RTT console used
## Impact
## Testing
NSH over RTT on thingy91
--
This is an automated message fro
xiaoxiang781216 commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332725042
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wc
gneworld opened a new pull request, #10744:
URL: https://github.com/apache/nuttx/pull/10744
(no comment)
--
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-m
xiaoxiang781216 commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332725042
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wc
yamt commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332733723
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wcwidth.c
+ *
xiaoxiang781216 commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332770849
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wc
DannyPlusPlus opened a new pull request, #10745:
URL: https://github.com/apache/nuttx/pull/10745
## Summary
1.fix regulator_register check rpmsg regulator which leads to recursion.
2.client get the regualtor which is enabled by server, will disable the
regualtor.
3.regulator_rpmsg_s
xiaoxiang781216 commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332770849
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wc
xiaoxiang781216 merged PR #10737:
URL: https://github.com/apache/nuttx/pull/10737
--
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...@nu
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/nuttx.git
from 9267dbc7c2 bcm_driver: revert packed attribute for scan structure
add 125f4a2ad0 drivers/modem/alt1250: Fix bug
anchao commented on PR #10743:
URL: https://github.com/apache/nuttx/pull/10743#issuecomment-1729228644
@gneworld please remove `vela` from commit message and description
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
CV-Bowen commented on PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1729230844
@thebolt Yes, I miss the revent check in poll default callback, I will
update.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
gneworld commented on PR #10743:
URL: https://github.com/apache/nuttx/pull/10743#issuecomment-1729241505
@anchao Done
--
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.
CV-Bowen commented on code in PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#discussion_r1332806611
##
fs/vfs/fs_epoll.c:
##
@@ -325,10 +331,47 @@ static int epoll_teardown(FAR epoll_head_t *eph, FAR
struct epoll_event *evs,
}
}
+ nxsem_reset(&eph->
TaiJuWu commented on PR #2076:
URL: https://github.com/apache/nuttx-apps/pull/2076#issuecomment-1729260020
> please fix:
>
> ```
>
> Configuration/Tool: esp32s3-devkit/ksta_softap
>
anchao commented on PR #10681:
URL: https://github.com/apache/nuttx/pull/10681#issuecomment-1729278459
For programs with the dependencies logic in pthread_once callback , using
global locks may cause deadlock:
```
task A
pthread_once()
|
|-> nxrmutex_lock(&g_lock);
->
DannyPlusPlus opened a new pull request, #10746:
URL: https://github.com/apache/nuttx/pull/10746
## Summary
1.check the rpmsg name when clk_register.
2.clk_get rpmsg clk print error:
clk/clk.c:1231:3: runtime error: null pointer passed as argument 2, which is
declared to never be nu
simbit18 opened a new pull request, #10747:
URL: https://github.com/apache/nuttx/pull/10747
## Summary
Remove TABs
Remove spaces
Fix indentation
## Impact
none
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
pkarashchenko merged PR #10738:
URL: https://github.com/apache/nuttx/pull/10738
--
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.
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 a3d17a18a7 drivers/modem/alt1250: Fix bug
TaiJuWu opened a new pull request, #10748:
URL: https://github.com/apache/nuttx/pull/10748
## Summary
spinlock is not used by esp32s3-devkit/ksta_softap and error happened in
link time.
So I disable this setting.
## Impact
esp32s3-devkit/ksta_softap
## Testing
local tes
TaiJuWu commented on PR #2076:
URL: https://github.com/apache/nuttx-apps/pull/2076#issuecomment-1729356274
> please fix:
>
> ```
>
> Configuration/Tool: esp32s3-devkit/ksta_softap
>
pkarashchenko merged PR #10744:
URL: https://github.com/apache/nuttx/pull/10744
--
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.
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 40a2adf720 procfs: fix a typo
40a2adf720 i
xiaoxiang781216 merged PR #10740:
URL: https://github.com/apache/nuttx/pull/10740
--
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...@nu
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 0b00a02f81 sensors: add suffix _uorb to all se
xiaoxiang781216 merged PR #10742:
URL: https://github.com/apache/nuttx/pull/10742
--
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...@nu
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 3e79d21100 arch/arm: fix undefined reference t
xiaoxiang781216 merged PR #10741:
URL: https://github.com/apache/nuttx/pull/10741
--
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...@nu
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/nuttx.git
from 3e79d21100 arch/arm: fix undefined reference to arm_serialinit when
RTT console used
new f0155b9099 arch/nrf{5
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
commit dafa4e4413b4bc336171b5f2c6cab642ce9040f6
Author: raiden00pl
AuthorDate: Wed Sep 20 19:33:13 2023 +0200
arch/nrf{5
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
commit f0155b90991f43ffe8daa2dce7ba54bc12315cb7
Author: raiden00pl
AuthorDate: Wed Sep 20 19:16:48 2023 +0200
arch/nrf{5
xiaoxiang781216 commented on code in PR #10739:
URL: https://github.com/apache/nuttx/pull/10739#discussion_r1332770849
##
libs/libc/wchar/lib_wcwidth.c:
##
@@ -0,0 +1,253 @@
+/
+ * libs/libc/wchar/lib_wc
raiden00pl opened a new pull request, #10749:
URL: https://github.com/apache/nuttx/pull/10749
## Summary
debug: add support for IPC (interprocessor communication) debug messages
I'm not sure if IPC is a good name since this name is used for various
things (inter-process communicati
raiden00pl opened a new pull request, #10750:
URL: https://github.com/apache/nuttx/pull/10750
## Summary
- serial: add an option that selects uart rpmsg as console
- arch/stm32h7/dualcore: don't use stm32_hsem interface for cores
synchronisation
stm32_hsem functions can use
hujun260 opened a new pull request, #10752:
URL: https://github.com/apache/nuttx/pull/10752
## Summary
pthread_once: g_lock may lead deadlock
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
acassis commented on PR #10750:
URL: https://github.com/apache/nuttx/pull/10750#issuecomment-1729642430
@raiden00pl please include some basic Documentation/ about it to avoid
becoming about "hidden feature"
--
This is an automated message from the Apache Git Service.
To respond to the mes
acassis commented on code in PR #10750:
URL: https://github.com/apache/nuttx/pull/10750#discussion_r1333107029
##
drivers/serial/Kconfig:
##
@@ -81,6 +81,11 @@ config RPMSG_UART
select SERIAL_REMOVABLE
select SERIAL_IFLOWCONTROL
+config RPMSG_UART_CONSOLE
+
acassis merged PR #10747:
URL: https://github.com/apache/nuttx/pull/10747
--
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.apac
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from dafa4e4413 arch/nrf{52|53|91}/serial: fix serial registration when
ther is no console on serial
add 34bb0b6544 F
acassis commented on PR #10735:
URL: https://github.com/apache/nuttx/pull/10735#issuecomment-1729654264
@Gary-Hobson could you please include some Documentation/ about this
feature? Also please include some rational about when using it instead of using
SYSLOG to RAM for example.
--
This
xiaoxiang781216 commented on code in PR #10752:
URL: https://github.com/apache/nuttx/pull/10752#discussion_r1333113448
##
include/pthread.h:
##
@@ -839,7 +844,12 @@ typedef FAR struct pthread_spinlock_s pthread_spinlock_t;
#endif /* CONFIG_PTHREAD_SPINLOCKS */
#ifndef __PTHR
daniel-p-carvalho opened a new pull request, #10753:
URL: https://github.com/apache/nuttx/pull/10753
## Summary
Fixes nucleo-l432kc board I2C1 pinout to comply with UM1956 section '6.10
Solder bridges'.
By default the PA_5 (A4) and PA_6 (A5) pins can only be used as Input
floating.
acassis commented on code in PR #10735:
URL: https://github.com/apache/nuttx/pull/10735#discussion_r1333118131
##
arch/sim/Kconfig:
##
@@ -625,6 +625,54 @@ config SIM_UART3_NAME
A UART port must also exist on the host system
with the exact same na
acassis commented on code in PR #10735:
URL: https://github.com/apache/nuttx/pull/10735#discussion_r1333138193
##
arch/sim/src/sim/sim_uart.c:
##
@@ -676,6 +693,30 @@ static bool tty_txempty(struct uart_dev_s *dev)
void sim_uartinit(void)
{
+#ifdef CONFIG_SIM_RAM_UART0
+# i
acassis merged PR #10748:
URL: https://github.com/apache/nuttx/pull/10748
--
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.apac
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 707dd12090 fix: disable esp32s3-devkit/ksta_soft
xiaoxiang781216 merged PR #10732:
URL: https://github.com/apache/nuttx/pull/10732
--
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...@nu
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/nuttx.git
from 707dd12090 fix: disable esp32s3-devkit/ksta_softap spinlock
add db2f204cc4 mmcsd: support dump cid and csd with
daniel-p-carvalho opened a new pull request, #2082:
URL: https://github.com/apache/nuttx-apps/pull/2082
## Summary
Fixes compiler warnings while printing uint32_t and int32_t values.
## Impact
None.
## Testing
Not tested. I don't have a board with INA226.
--
This
xiaoxiang781216 merged PR #10749:
URL: https://github.com/apache/nuttx/pull/10749
--
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...@nu
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 4c9c0c8be2 debug: add support for IPC (interpr
xiaoxiang781216 merged PR #10751:
URL: https://github.com/apache/nuttx/pull/10751
--
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...@nu
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 4f985f4367 Fix Kconfig style
4f985f4367 is des
xiaoxiang781216 commented on PR #9940:
URL: https://github.com/apache/nuttx/pull/9940#issuecomment-1729928131
don't need anymore, let's close it.
--
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 t
xiaoxiang781216 closed pull request #9940: driver/fb: add fb_get_planeinfo and
initialize local variable pinfo
URL: https://github.com/apache/nuttx/pull/9940
--
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
TaiJuWu commented on issue #9531:
URL: https://github.com/apache/nuttx/issues/9531#issuecomment-1729930478
> Suspending the holder of a spinlock can cause a myriad of failures.
Suspending the holder does not free the spinlock; the spinlock remains locked
while the holder is blocked. In the
xiaoxiang781216 merged PR #10753:
URL: https://github.com/apache/nuttx/pull/10753
--
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...@nu
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/nuttx.git
from 4f985f4367 Fix Kconfig style
add f0bc20c815 Fix I2C1 pinout.
No new revisions were added by this update.
Summ
xiaoxiang781216 commented on code in PR #10605:
URL: https://github.com/apache/nuttx/pull/10605#discussion_r162903
##
arch/arm64/include/spinlock.h:
##
@@ -83,6 +83,25 @@
* -- Clear Exclusive access monitor (CLREX) This is used to
* clear the state of the Local Exclu
mu578 commented on code in PR #10605:
URL: https://github.com/apache/nuttx/pull/10605#discussion_r172111
##
arch/arm64/include/spinlock.h:
##
@@ -83,6 +83,25 @@
* -- Clear Exclusive access monitor (CLREX) This is used to
* clear the state of the Local Exclusive Monit
mu578 commented on code in PR #10605:
URL: https://github.com/apache/nuttx/pull/10605#discussion_r172111
##
arch/arm64/include/spinlock.h:
##
@@ -83,6 +83,25 @@
* -- Clear Exclusive access monitor (CLREX) This is used to
* clear the state of the Local Exclusive Monit
TaiJuWu commented on PR #9739:
URL: https://github.com/apache/nuttx/pull/9739#issuecomment-1730041031
Maybe it’s called rw_semaphore because there is a rw_spinlock in Linux.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
mu578 commented on code in PR #10724:
URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331980388
##
arch/risc-v/src/common/riscv_pmp.c:
##
@@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t;
* Private Functions
***
mu578 commented on code in PR #10724:
URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331980388
##
arch/risc-v/src/common/riscv_pmp.c:
##
@@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t;
* Private Functions
***
mu578 commented on code in PR #10724:
URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331980388
##
arch/risc-v/src/common/riscv_pmp.c:
##
@@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t;
* Private Functions
***
mu578 commented on code in PR #10724:
URL: https://github.com/apache/nuttx/pull/10724#discussion_r1331980388
##
arch/risc-v/src/common/riscv_pmp.c:
##
@@ -100,32 +101,6 @@ typedef struct pmp_entry_s pmp_entry_t;
* Private Functions
***
acassis commented on code in PR #2082:
URL: https://github.com/apache/nuttx-apps/pull/2082#discussion_r1333492910
##
examples/ina226/ina226_main.c:
##
@@ -70,7 +71,7 @@ int main(int argc, FAR char *argv[])
break;
}
- printf("U=%12u uV I=%12d uA\n", sam
tmedicci opened a new pull request, #10755:
URL: https://github.com/apache/nuttx/pull/10755
## Summary
* drivers/timers: Add a new ioctl method to set a callback directly
In order to be able to set a callback to be called when the timer expires,
add the `TCIOC_SETCALLBACK` ioct
acassis merged PR #10745:
URL: https://github.com/apache/nuttx/pull/10745
--
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.apac
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/nuttx.git
commit 2db471fab3ee2bc76e6ae388ed2dd7a4977c8fce
Author: dulibo1
AuthorDate: Tue Sep 19 19:40:01 2023 +0800
regulator:fix s
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f0bc20c815 Fix I2C1 pinout.
new da1cd59f35 regualtor:fix regulator_register check rpmsg regulator
which leads to
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/nuttx.git
commit da1cd59f35232dddec869a0c4793dbc2d5e8bb36
Author: dulibo1
AuthorDate: Mon Sep 18 19:14:11 2023 +0800
regualtor:fix r
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 52842fa9 Publishing web: 07abea83
xiaoxiang781216 merged PR #10705:
URL: https://github.com/apache/nuttx/pull/10705
--
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...@nu
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/nuttx.git
from 2db471fab3 regulator:fix some issues when use rpmsg
add 13ee3f8117 sched/clock Add special handling for TCB nul
xiaoxiang781216 merged PR #10746:
URL: https://github.com/apache/nuttx/pull/10746
--
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...@nu
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/nuttx.git
from 13ee3f8117 sched/clock Add special handling for TCB null pointer cases
add b57e43b4d0 clk:fix some issues when
xiaoxiang781216 merged PR #10733:
URL: https://github.com/apache/nuttx/pull/10733
--
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...@nu
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 524cb33729 tools/minudumpserver: support auto
xiaoxiang781216 merged PR #10739:
URL: https://github.com/apache/nuttx/pull/10739
--
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...@nu
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/nuttx.git
from 524cb33729 tools/minudumpserver: support auto parse log file feature
add 181a2d916d libs/libc/wchar: add wcspbr
xiaoxiang781216 merged PR #10723:
URL: https://github.com/apache/nuttx/pull/10723
--
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...@nu
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/nuttx.git
from abfb7da553 libs/libc/libc.csv: add the implemented wchar api
declaration
add 2d817deecb armv8m/strcpy: add arc
hujun260 opened a new pull request, #2083:
URL: https://github.com/apache/nuttx-apps/pull/2083
If UV_ONCE_INIT is a struct, the following errors will occur:
libuv/src/unix/nuttx.c: In function 'uv__global_get':
/home/hujun5/downloads1/vela_sim/apps/system/libuv/libuv/include/uv/unix.h
xiaoxiang781216 merged PR #2082:
URL: https://github.com/apache/nuttx-apps/pull/2082
--
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 e62e1e91f Fixes compiler warnings while p
xiaoxiang781216 commented on PR #2076:
URL: https://github.com/apache/nuttx-apps/pull/2076#issuecomment-1730597704
has more need fix? @TaiJuWu
--
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
xiaoxiang781216 merged PR #2081:
URL: https://github.com/apache/nuttx-apps/pull/2081
--
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...
1 - 100 of 127 matches
Mail list logo