pussuw opened a new pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753
- User mode allocator was used for setting up the environment. This
works in flat mode and probably in protected mode as well, as there
is always a a single user allocator present
-
no1wudi opened a new pull request #5754:
URL: https://github.com/apache/incubator-nuttx/pull/5754
## Summary
In smp system riscv_cpu_boot run in idle task so there is a overlap with the
origin coloration range and in used stack.
## Impact
RISC-V SMP
## Testing
maix-bit:smp
anchao opened a new pull request #5755:
URL: https://github.com/apache/incubator-nuttx/pull/5755
## Summary
wireless/80211: update the 80211 header
Upstream from:
https://github.com/torvalds/linux/blob/master/include/linux/ieee80211.h
Signed-off-by: chao.an
anchao opened a new pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756
## Summary
sim: Enable garbage collection of unused input sections
LDFLAGS += -Wl,--gc-sections
GC should be enabled on arch/sim/src/Makefile:
```
326 $(if $(CONF
pkarashchenko commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827718964
##
File path: sched/group/group_realloc.c
##
@@ -0,0 +1,83 @@
+/
pkarashchenko commented on a change in pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756#discussion_r827720255
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,6 +209,7 @@ endif
LDELFFLAGS = -r -e main --gc-sections
LDELFFLAGS += -T $
pkarashchenko commented on a change in pull request #5754:
URL: https://github.com/apache/incubator-nuttx/pull/5754#discussion_r827721301
##
File path: arch/risc-v/src/common/riscv_createstack.c
##
@@ -218,7 +218,7 @@ void riscv_stack_color(void *stackbase, size_t nbytes)
ui
pussuw commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827721932
##
File path: include/nuttx/kmalloc.h
##
@@ -136,9 +141,10 @@ void group_free(FAR struct task_group_s *group, FAR void
*mem);
* in privileges.
pussuw commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827722135
##
File path: sched/environ/env_setenv.c
##
@@ -145,7 +145,7 @@ int setenv(FAR const char *name, FAR const char *value, int
overwrite)
if (grou
pussuw commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827722281
##
File path: sched/group/group_realloc.c
##
@@ -0,0 +1,83 @@
+/
+ * sc
pussuw commented on a change in pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753#discussion_r827722438
##
File path: sched/init/nx_start.c
##
@@ -558,7 +558,8 @@ void nx_start(void)
*/
group_initialize(&g_idletcb[i]);
- g_idletc
pkarashchenko commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#discussion_r827731503
##
File path: arch/arm/src/cxd56xx/cxd56_serial.c
##
@@ -1001,9 +1001,13 @@ static void up_txint(FAR struct uart_dev_s *dev, bool
enable)
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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new bbf12f3 boards/sim/adb: Enable
pkarashchenko merged pull request #5751:
URL: https://github.com/apache/incubator-nuttx/pull/5751
--
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:
pkarashchenko commented on pull request #5662:
URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1068854328
@no1wudi are all necessary changes to mainline done? Can we move forward
with NEON now?
--
This is an automated message from the Apache Git Service.
To respond
Gary-Hobson commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827760122
##
File path: drivers/input/keyboard_upper.c
##
@@ -0,0 +1,436 @@
+/**
anchao commented on a change in pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756#discussion_r827766320
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,6 +209,7 @@ endif
LDELFFLAGS = -r -e main --gc-sections
LDELFFLAGS += -T $(call
no1wudi commented on a change in pull request #5754:
URL: https://github.com/apache/incubator-nuttx/pull/5754#discussion_r827799031
##
File path: arch/risc-v/src/common/riscv_createstack.c
##
@@ -218,7 +218,7 @@ void riscv_stack_color(void *stackbase, size_t nbytes)
uint32_t
pkarashchenko commented on a change in pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756#discussion_r827811675
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,6 +209,7 @@ endif
LDELFFLAGS = -r -e main --gc-sections
LDELFFLAGS += -T $
pkarashchenko commented on a change in pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756#discussion_r827838618
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,6 +209,11 @@ endif
LDELFFLAGS = -r -e main --gc-sections
LDELFFLAGS += -T
xiaoxiang781216 commented on a change in pull request #1076:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1076#discussion_r827841633
##
File path: nshlib/nsh_fscmds.c
##
@@ -1215,16 +1215,56 @@ int cmd_ls(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
#ifnde
anjiahao1 opened a new pull request #1077:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1077
Signed-off-by: anjiahao
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
Ouss4 commented on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1068974936
We discussed this part of code before with @masayuki2009, I think that there
is an `#else` missing in the logic. It should be:
```c
#ifndef CONFIG_SUPPRESS_SERIAL_I
pkarashchenko commented on pull request #5718:
URL: https://github.com/apache/incubator-nuttx/pull/5718#issuecomment-1068977693
Changes have been verified
--
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
pkarashchenko commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1068979408
There are some troubles with `boards/sim/sim/sim/configs/zig/defconfig`.
Please regenerate it.
--
This is an automated message from the Apache Git Service.
To r
pkarashchenko commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827865850
##
File path: drivers/input/keyboard_upper.c
##
@@ -0,0 +1,443 @@
+/
pkarashchenko opened a new pull request #1078:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1078
## Summary
After https://github.com/apache/incubator-nuttx/pull/5747 the apps examples
should be updated to fix `struct timer_notify_s` assignment.
## Impact
Timer drive
masayuki2009 commented on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1069008050
>We discussed this part of code before with @masayuki2009, I think that
there is an #else missing in the logic. It should
@Ouss4
I tried it before but a
masayuki2009 commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#discussion_r827890886
##
File path: arch/arm/src/cxd56xx/cxd56_serial.c
##
@@ -1001,9 +1001,13 @@ static void up_txint(FAR struct uart_dev_s *dev, bool
enable)
pkarashchenko opened a new pull request #1079:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1079
## Summary
Unify MAX and MIN macro definitions
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond
Ouss4 commented on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1069012395
Yes, I remember the deadlock, this is why we unlock the spinlock before
calling `uart_xmitchars`:
https://github.com/apache/incubator-nuttx/blob/bbf12f3b1b2a8ba272a21d
Ouss4 edited a comment on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1069012395
Yes, I remember the deadlock, this is why we unlock the spinlock before
calling `uart_xmitchars`:
https://github.com/apache/incubator-nuttx/blob/bbf12f3b1b2a8ba
pkarashchenko commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#discussion_r827894155
##
File path: arch/arm/src/cxd56xx/cxd56_serial.c
##
@@ -1001,9 +1001,13 @@ static void up_txint(FAR struct uart_dev_s *dev, bool
enable)
masayuki2009 edited a comment on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1069008050
>We discussed this part of code before with @masayuki2009, I think that
there is an #else missing in the logic. It should
@Ouss4
I tried it befor
masayuki2009 commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#discussion_r827895676
##
File path: arch/arm/src/cxd56xx/cxd56_serial.c
##
@@ -1001,9 +1001,13 @@ static void up_txint(FAR struct uart_dev_s *dev, bool
enable)
masayuki2009 commented on a change in pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#discussion_r827898406
##
File path: arch/arm/src/cxd56xx/cxd56_serial.c
##
@@ -1001,9 +1001,13 @@ static void up_txint(FAR struct uart_dev_s *dev, bool
enable)
masayuki2009 commented on pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752#issuecomment-1069019365
>If we find such corruption in SMP mode in the future, I would revert the
changes. (i.e. use critical section API instead of spinlock API for
cxd56_serial.c)
masayuki2009 merged pull request #5752:
URL: https://github.com/apache/incubator-nuttx/pull/5752
--
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: c
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from bbf12f3 boards/sim/adb: Enable CONFIG_ADBD_SOCKET_SERVICE
add c05ace5 arch: cxd56xx: Fix critical s
anchao commented on a change in pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756#discussion_r827902685
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,6 +209,11 @@ endif
LDELFFLAGS = -r -e main --gc-sections
LDELFFLAGS += -T $(call
Gary-Hobson commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827910097
##
File path: drivers/input/keyboard_upper.c
##
@@ -0,0 +1,443 @@
+/**
wenliangxue commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827918790
##
File path: netutils/ping/icmpv6_ping.c
##
@@ -58,11 +60,21 @@
*/
static uint16_t g_ping6_id = 0;
+static volatile bool exiting =
wenliangxue commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827919154
##
File path: netutils/ping/icmp_ping.c
##
@@ -290,7 +310,7 @@ void icmp_ping(FAR const struct ping_info_s *info)
goto do
wenliangxue commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827919869
##
File path: netutils/ping/icmpv6_ping.c
##
@@ -58,11 +60,21 @@
*/
static uint16_t g_ping6_id = 0;
+static volatile bool exiting =
wenliangxue commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827920415
##
File path: netutils/ping/icmpv6_ping.c
##
@@ -289,7 +309,7 @@ void icmp6_ping(FAR const struct ping6_info_s *info)
got
pkarashchenko commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827932933
##
File path: system/ping/ping.c
##
@@ -217,8 +238,25 @@ static void ping_result(FAR const struct ping_result_s
*result)
xiaoxiang781216 merged pull request #1077:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1077
--
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
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 7d10751 nshlib/nsh_fscmds:use
pkarashchenko opened a new pull request #5757:
URL: https://github.com/apache/incubator-nuttx/pull/5757
## Summary
Fix compilation warnings
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message,
pkarashchenko merged pull request #5754:
URL: https://github.com/apache/incubator-nuttx/pull/5754
--
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:
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c05ace5 arch: cxd56xx: Fix critical section in serial transmission
add 9cc0a60 arch/risc-v: Co
xiaoxiang781216 merged pull request #5753:
URL: https://github.com/apache/incubator-nuttx/pull/5753
--
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
xiaoxiang781216 commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827948439
##
File path: drivers/input/Kconfig
##
@@ -41,6 +41,14 @@ config INPUT_UINPUT
---help---
Enable support virtual in
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 9cc0a60 arch/risc-v: Correct stack coloration in riscv_cpu_boot
add 50578dc Fix the initial idle t
xiaoxiang781216 commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827954509
##
File path: drivers/input/touchscreen_upper.c
##
@@ -105,28 +101,25 @@ static const struct file_operations g_touch_fops =
* Private Fu
xiaoxiang781216 commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827957763
##
File path: drivers/input/touchscreen_upper.c
##
@@ -366,34 +350,40 @@ static int touch_poll(FAR struct file *filep,
void touch_event(F
xiaoxiang781216 commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827969956
##
File path: drivers/input/keyboard_upper.c
##
@@ -0,0 +1,444 @@
+/**
pussuw opened a new pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758
## Summary
This is preparation for enabling CONFIG_BUILD_KERNEL=y for RISC-V / MPFS
target in supervisor mode and MMU enabled for user and kernel.
## Impact
Adds a bit of abstractio
xiaoxiang781216 commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1069094542
> There are some troubles with `boards/sim/sim/sim/configs/zig/defconfig`.
Please regenerate it.
@kassane you can run "./tools/refresh.sh --silent sim:zig
xiaoxiang781216 commented on a change in pull request #1067:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1067#discussion_r827976743
##
File path: netutils/dhcp6c/dhcp6c.c
##
@@ -0,0 +1,1951 @@
+/*
pkarashchenko commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827980043
##
File path: drivers/input/touchscreen_upper.c
##
@@ -105,28 +101,25 @@ static const struct file_operations g_touch_fops =
* Private Func
pkarashchenko commented on a change in pull request #1067:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1067#discussion_r827981718
##
File path: netutils/dhcp6c/dhcp6c.c
##
@@ -0,0 +1,1951 @@
+/***
xiaoxiang781216 commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r827990574
##
File path: drivers/input/touchscreen_upper.c
##
@@ -105,28 +101,25 @@ static const struct file_operations g_touch_fops =
* Private Fu
xiaoxiang781216 commented on a change in pull request #1067:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1067#discussion_r827995497
##
File path: netutils/dhcp6c/dhcp6c.c
##
@@ -0,0 +1,1951 @@
+/*
pkarashchenko merged pull request #5756:
URL: https://github.com/apache/incubator-nuttx/pull/5756
--
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:
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 50578dc Fix the initial idle tasks environment
add 7a27b58 sim: Enable garbage collection of u
davids5 commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r828033810
##
File path: system/ping/ping.c
##
@@ -131,21 +139,21 @@ static void ping_result(FAR const struct ping_result_s
*result)
break;
davids5 commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r828029803
##
File path: netutils/ping/icmpv6_ping.c
##
@@ -57,12 +59,22 @@
* separate instance of g_ping6_id in every process space.
*/
-static
anchao commented on a change in pull request #5755:
URL: https://github.com/apache/incubator-nuttx/pull/5755#discussion_r828038914
##
File path: include/nuttx/wireless/ieee80211/ieee80211.h
##
@@ -42,849 +42,4026 @@
* Pre-processor Definitions
**
anchao commented on a change in pull request #5755:
URL: https://github.com/apache/incubator-nuttx/pull/5755#discussion_r828041957
##
File path: include/nuttx/wireless/ieee80211/ieee80211.h
##
@@ -42,849 +42,4026 @@
* Pre-processor Definitions
**
kassane commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1069188579
cc: @pkarashchenko @xiaoxiang781216
I try:
```bash
$> ./tools/refresh.sh --silent sim:zig && git status
Normalize sim:zig
On branch zig-build
xiaoxiang781216 commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1069195958
Look like the CI doesn't get the last change from apps git, let retrigger CI
again.
--
This is an automated message from the Apache Git Service.
To respond to
kassane opened a new pull request #1080:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1080
## Summary
Ref.: #1059
## Impact
Fix
## Testing
ArchLinux Simulation
--
This is an automated message from the Apache Git Service.
To respond to the me
kassane commented on pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1069210050
I found some errors in app rules:
- https://github.com/apache/incubator-nuttx-apps/pull/1080
--
This is an automated message from the Apache Git Service.
To res
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 7a27b58 sim: Enable garbage collection of unused input sections
add 18dd5f1 drivers/mtd/filemtd: f
xiaoxiang781216 merged pull request #5757:
URL: https://github.com/apache/incubator-nuttx/pull/5757
--
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
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-apps.git.
from b207387 examples/timer: fix timer notification asignment
add 566be8c definitions: unify MAX a
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-apps.git.
from 7d10751 nshlib/nsh_fscmds:use strchr instead of strstr
add b207387 examples/timer: fix timer
jrosberg commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r828121831
##
File path: arch/risc-v/src/mpfs/mpfs_ethernet.c
##
@@ -0,0 +1,3860 @@
+/**
jrosberg commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r828122019
##
File path: arch/risc-v/src/mpfs/mpfs_ethernet.c
##
@@ -0,0 +1,3860 @@
+/**
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828129549
##
File path: arch/risc-v/src/common/riscv_schedulesigaction.c
##
@@ -138,7 +138,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_de
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828131532
##
File path: arch/risc-v/src/mpfs/mpfs_irq.c
##
@@ -107,7 +107,7 @@ void up_irqinitialize(void)
irq_attach(RISCV_IRQ_ECALLM, riscv_s
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828127043
##
File path: arch/risc-v/src/common/riscv_internal.h
##
@@ -253,6 +253,19 @@ void riscv_cpu_boot(int cpu);
int riscv_pause_handler(int i
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828129621
##
File path: arch/risc-v/src/common/riscv_schedulesigaction.c
##
@@ -303,7 +303,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_de
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828129096
##
File path: arch/risc-v/include/irq.h
##
@@ -471,7 +471,7 @@
struct xcpt_syscall_s
{
uintptr_t sysreturn; /* The return PC */
-#i
xiaoxiang781216 merged pull request #1078:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1078
--
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
xiaoxiang781216 merged pull request #1079:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1079
--
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
xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828131060
##
File path: arch/risc-v/src/mpfs/mpfs_allocateheap.c
##
@@ -75,7 +75,7 @@
* Kernel heap Size determined by CONFIG_MM_K
jrosberg commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r828169342
##
File path: arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h
##
@@ -0,0 +1,701 @@
+/**
jrosberg commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r828169553
##
File path: arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h
##
@@ -0,0 +1,701 @@
+/**
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 2796187 Update Application
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 18dd5f1 drivers/mtd/filemtd: fix compilation warnings
add 6ad06b0 [docs] eliminate potential misun
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 6ad06b0 [docs] eliminate potential misunderstandings
add 4880613 zig-build added
No new revisions
mysterywolf opened a new pull request #5759:
URL: https://github.com/apache/incubator-nuttx/pull/5759
## Summary
There are two folders called "nuttx", which makes people confusion a little
bit.
revise from `nuttx/nuttx` to `nuttxspace/nuttx`
## Impact
## Testing
pkarashchenko commented on a change in pull request #1067:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1067#discussion_r828292077
##
File path: netutils/dhcp6c/dhcp6c.c
##
@@ -0,0 +1,1951 @@
+/***
xiaoxiang781216 merged pull request #5732:
URL: https://github.com/apache/incubator-nuttx/pull/5732
--
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
pkarashchenko merged pull request #1080:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1080
--
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 pull request #5759:
URL: https://github.com/apache/incubator-nuttx/pull/5759#issuecomment-1069402721
@mysterywolf nice to see you start the contribution to NuttX:)
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
gustavonihei opened a new pull request #5760:
URL: https://github.com/apache/incubator-nuttx/pull/5760
## Summary
This PR intends to fix a mistake in the setup process for the UART IRQ,
which is hardcoded to CPU0.
Also, some it applies other fixes and removes deactivated code due
mogenson commented on a change in pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r828320722
##
File path: interpreters/lua/Makefile
##
@@ -0,0 +1,133 @@
+
1 - 100 of 156 matches
Mail list logo