pkarashchenko commented on a change in pull request #1057:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1057#discussion_r823392267
##
File path: graphics/pdcurs34/pdcurses/pdc_util.c
##
@@ -1,41 +1,27 @@
/*
no1wudi opened a new pull request #5707:
URL: https://github.com/apache/incubator-nuttx/pull/5707
## Summary
* Correct FPU register save area in riscv_copystate
* Implement SYS_save_context to support riscv_saveusercontext
## Impact
New syscall
## Testing
rv-virt:ostest wit
xiaoxiang781216 edited a comment on pull request #929:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1063617630
--
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 sp
xiaoxiang781216 commented on pull request #929:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1063617630
Look like no more objection, @nandojve could you run refresh.sh --silent for
the follow config to fix the CI fail:
modified:
boards/arm/samv7/same
xiaoxiang781216 commented on pull request #1057:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1057#issuecomment-1063616188
@jerpelea there is compiler error?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
zhuyanlinzyl closed pull request #5706:
URL: https://github.com/apache/incubator-nuttx/pull/5706
--
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
xiaoxiang781216 commented on a change in pull request #5706:
URL: https://github.com/apache/incubator-nuttx/pull/5706#discussion_r823292475
##
File path: arch/arm/src/armv7-a/arm_syscall.c
##
@@ -238,7 +238,9 @@ uint32_t *arm_syscall(uint32_t *regs)
* set will deter
xiaoxiang781216 commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1063602647
@masayuki2009 @minabeoki could you take a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
zhuyanlinzyl opened a new pull request #5706:
URL: https://github.com/apache/incubator-nuttx/pull/5706
fix fpu error in syscall
## Summary
## Impact
## Testing
sabre-6quad:smp ostest
--
This is an automated message from the Apache Git Service.
To respond to th
xiaoxiang781216 commented on pull request #5662:
URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1063596709
> Does this PR need to be marked with "breaking change" label (requiring
manual changes for out-of-tree boards)?
Since the same gcc option can be specifie
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 beb3827 Publishing web
hartmannathan commented on pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#issuecomment-1063346619
I can't actually test this right now, but I like the idea that users can
disable the common directory for out-of-tree boards.
--
This is an automated message fr
anchao commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1063278365
@masayuki2009 ,
About crash of getprime:
https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1055101966
It seems to be a regression issue cau
xiaoxiang781216 commented on a change in pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822941672
##
File path: tools/Config.mk
##
@@ -149,10 +149,10 @@ ifeq (,$(wildcard $(CUSTOM_BOARD_KPATH)))
else
BOARD_KCONFIG = $(CUSTOM_BOARD_K
pkarashchenko commented on pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#issuecomment-1063189793
> How are the other options going to be used now? I mean those chip specific
like STM32_COMMON etc.
> Can they be replaced by this new option?
>
No.
pkarashchenko commented on a change in pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822908566
##
File path: boards/Kconfig
##
@@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH
---help---
Specifies tha
gustavonihei commented on a change in pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822906144
##
File path: boards/Kconfig
##
@@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH
---help---
Specifies that
pkarashchenko merged pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686
--
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 opened a new pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705
## Summary
This PR fix the failure reported by users after
https://github.com/apache/incubator-nuttx/pull/5274
## Impact
Custom boards users
## Testing
Pass CI
--
xiaoxiang781216 merged pull request #5697:
URL: https://github.com/apache/incubator-nuttx/pull/5697
--
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.git.
from 5ce181e power:govorner: add govorner to per domain.
add 700e091 boards/arm/stm32[f7|l4]: fix SPI c
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/incubator-nuttx.git.
from 69cfe8d arch/arm: Support setjmp/longjmp for all socs
add 5ce181e power:govorner: add govorner to pe
acassis merged pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701
--
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: commit
pkarashchenko commented on a change in pull request #5697:
URL: https://github.com/apache/incubator-nuttx/pull/5697#discussion_r822811715
##
File path: boards/arm/stm32/nucleo-f429zi/src/stm32_spi.c
##
@@ -217,35 +248,41 @@ uint8_t stm32_spi1status(FAR struct spi_dev_s *dev,
u
pkarashchenko commented on pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#issuecomment-1063038447
@acassis I approve this PR to move forward, but please create a follow-up PR
to equip newly added files with
```
/***
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch esp32s3_spiram
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
discard eecb15c xtensa/esp32s3: Add SPI RAM/PSRAM Support
add 98475b4 xtensa/esp32s3: Add SPI RAM/PS
jerpelea commented on pull request #1057:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1057#issuecomment-1063036849
please ignore all nxstyle errors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
jerpelea opened a new pull request #1057:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1057
## Summary
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.
## Impact
LICENSE
##
acassis commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822764398
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/*
pkarashchenko merged pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703
--
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 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 69cfe8d arch/arm: Support setjm
pkarashchenko commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822753995
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/***
pkarashchenko commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822753645
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/***
pkarashchenko commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822750103
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/***
pkarashchenko commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822750103
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/***
xiaoxiang781216 merged pull request #5689:
URL: https://github.com/apache/incubator-nuttx/pull/5689
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 88d59f4d584935cfdc3f7fa33f98f3f1c78a6d2c
Author: chao.an
AuthorDate: Tue Mar 8 10:59:06 2022 +0800
sim/
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
commit d6bbe4f6a5fe1bd5bb6516ca685cf3dc82fc45cf
Author: chao.an
AuthorDate: Tue Mar 8 10:58:44 2022 +0800
segg
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 8712914 AUTHORS: small typo fixes
new d6bbe4f segger/sysview: add syscall support
new 88d59f4
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
commit 8cead9ec25289516d87dc8ce55cb1351b5f76cd6
Author: chao.an
AuthorDate: Wed Mar 9 11:50:36 2022 +0800
tool
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
commit 871291477a0cd54e15ef4bd3e1720df18ea6ffec
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 12:06:37 2022 +
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
commit 6570804baac4ea35fa1cd14d2c983a746027d057
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 11:31:58 2022 +
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
commit 3476fd61d40f12421a8b3463de6af5283f3848bb
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 09:04:23 2022 +
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 a21a396 risc-v/mpfs: usb: apply review fixes
new 3476fd6 AUTHORS: add Brennan Ashton
new 6570
xiaoxiang781216 merged pull request #5704:
URL: https://github.com/apache/incubator-nuttx/pull/5704
--
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 edited a comment on pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009
> Is it possible to have governor by domain and still be able to define
PM_GOVERNOR_CUSTOM on board level ?
Yes, user can implement the custom doma
xiaoxiang781216 commented on pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009
> Is it possible to have governor by domain and still be able to define
PM_GOVERNOR_CUSTOM on board level ?
Yes, user can implement the custom domain and
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch esp32s3_spiram
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
omit d913bb9 xtensa/esp32s3: Add SPI RAM/PSRAM Support
add eecb15c xtensa/esp32s3: Add SPI RAM/PS
acassis commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822671084
##
File path: arch/xtensa/src/esp32s3/esp32s3_spiram.h
##
@@ -0,0 +1,209 @@
+/
acassis commented on a change in pull request #5686:
URL: https://github.com/apache/incubator-nuttx/pull/5686#discussion_r822666471
##
File path: arch/xtensa/src/esp32s3/esp32s3_psram.c
##
@@ -0,0 +1,559 @@
+/*
acassis commented on pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062919008
Is it possible to have governor by domain and still be able to define
PM_GOVERNOR_CUSTOM on board level ?
--
This is an automated message from the Apache Git Service.
no1wudi commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822633145
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,9 @@
*
*
xiaoxiang781216 commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822631750
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,9 @@
*
*
xiaoxiang781216 merged pull request #1056:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1056
--
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
commit 6084fdb8ea73ec600b47fb75bbe6f4fad199440e
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 08:47:20 2022 +000
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
commit a0f9b7d33fbe85b6e55062405eaaf046e89b4b5a
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 11:15:35 2022 +000
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
commit bd1444300aabc7731d10de9123dbc957790289bc
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 09:02:22 2022 +000
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
commit 3cdaa8a14687c4ad09e5db7743abc7d40e06b658
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 09:21:28 2022 +000
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
commit 4f0a18c9bb92d5fbcd5c739f1a82f170b9f2cf79
Author: Alin Jerpelea
AuthorDate: Wed Mar 9 08:43:28 2022 +000
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 f9baa42 style: unify path to files in comment section
new 4f0a18c apps: examples: lis3dsh_rea
no1wudi commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822625488
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,10 @@
*
xiaoxiang781216 commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822622398
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,10 @@
*
no1wudi commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822604853
##
File path: arch/Kconfig
##
@@ -15,6 +15,7 @@ config ARCH_ARM
select ARCH_HAVE_STACKCHECK
select ARCH_HAVE_CUSTOMOPT
sel
no1wudi commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822603578
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,10 @@
*
gustavonihei commented on pull request #5704:
URL: https://github.com/apache/incubator-nuttx/pull/5704#issuecomment-1062864066
There is another typo on the first line of the file: `tha` -> `that`.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
acassis commented on pull request #5704:
URL: https://github.com/apache/incubator-nuttx/pull/5704#issuecomment-1062848799
@jerpelea I found a typo in the list:
Falker Atomação Agrícola Ltda -> Falker Automação Agrícola Ltda
--
This is an automated message from the Apache Git Service.
T
jerpelea commented on pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#issuecomment-1062843247
please ignore pdcourses nxstyle warnings
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
pkarashchenko commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822520975
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -64,7 +59,10 @@
*
**
xiaoxiang781216 commented on a change in pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822521490
##
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##
@@ -49,7 +53,7 @@
#include
/
pkarashchenko commented on a change in pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822515099
##
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##
@@ -49,7 +53,7 @@
#include
/**
xiaoxiang781216 commented on a change in pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822442597
##
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##
@@ -49,7 +53,7 @@
#include
/
jerpelea commented on a change in pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822435714
##
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##
@@ -49,7 +53,7 @@
#include
/***
jerpelea opened a new pull request #5704:
URL: https://github.com/apache/incubator-nuttx/pull/5704
## Summary
Brennan Ashton has submitted the ICLA and we are adding his name to the
AUTHORS list.
## Impact
AUTHORS
## Testing
NONE
--
This is an automated message
xiaoxiang781216 commented on a change in pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703#discussion_r822425999
##
File path: libs/libc/machine/arm/gnu/arch_setjmp.S
##
@@ -24,10 +24,6 @@
#include
-/*
pkarashchenko commented on a change in pull request #1056:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822423530
##
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##
@@ -49,7 +53,7 @@
#include
/**
no1wudi opened a new pull request #5703:
URL: https://github.com/apache/incubator-nuttx/pull/5703
## Summary
After check the official specification of ARM ISA
and Thumb ISA, the arch_setjmp_thumb.S are written
by arm unified assembly language, so it easy to make it works for ARM and
jerpelea opened a new pull request #1056:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1056
## Summary
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.
## Impact
LICENSE
##
pkarashchenko merged pull request #5702:
URL: https://github.com/apache/incubator-nuttx/pull/5702
--
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 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 a21a396 risc-v/mpfs: usb: apply
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
commit 99ba405535adea6327bf1e326ab1733649e1f85d
Author: chao.an
AuthorDate: Wed Mar 9 00:50:52 2022 +0800
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
commit ba2cb65a9197b0517ace1eada3347d25b10e5d73
Author: chao.an
AuthorDate: Tue Mar 8 22:33:50 2022 +0800
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 c6e636a arch/risc-v: Save/Load float register in setjmp
new 82f90e4 libs/vsprintf: fix the typ
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
commit 82f90e4c330b114aa3519e09c9eff0e32f9767a5
Author: chao.an
AuthorDate: Tue Mar 8 22:28:44 2022 +0800
pkarashchenko merged pull request #5696:
URL: https://github.com/apache/incubator-nuttx/pull/5696
--
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 #5695:
URL: https://github.com/apache/incubator-nuttx/pull/5695
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit c6e636a871132df375c8fb9e8dec82a80a4b16eb
Author: Huang Qi
AuthorDate: Tue Mar 8 21:17:58 2022 +0800
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
commit 8dedf1d9afe90214dc521c92eddd7403d827bdff
Author: Huang Qi
AuthorDate: Wed Mar 9 09:10:44 2022 +0800
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 b690262 input/buttons: Always protect the resource by critical section
new 8dedf1d arch/risc-v
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
commit a924d7a17ed1b421f9f1a817c611851c5a946929
Author: Xiang Xiao
AuthorDate: Tue Jan 11 17:36:09 2022 +0800
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
commit f884e647ec78930042f9d4d7df27ee1066078a9e
Author: Xiang Xiao
AuthorDate: Sun Feb 27 04:36:30 2022 +0800
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
commit b690262aac1b459d3e380531ff11c0c3432e862a
Author: Xiang Xiao
AuthorDate: Sun Feb 27 15:52:59 2022 +0800
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 4a29fa9 xtensa/esp32s3: Enable SMP support
new a924d7a input/ajoystck: Always protect the reso
pkarashchenko merged pull request #5204:
URL: https://github.com/apache/incubator-nuttx/pull/5204
--
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:
93 matches
Mail list logo