yamt commented on issue #66: Remove unused BUILTIN_PROXY_STACKSIZE config
URL:
https://github.com/apache/incubator-nuttx-apps/pull/66#issuecomment-585601039
@xiaoxiang781216
is there an easy way to update a bunch of defconfigs?
i mean easier than awk/sed/vi/etc
--
yamt opened a new pull request #265: mm: Fix memory corruption issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265
Also, add a bunch of assertions.
This is an automated message from the Apache Git Service
yamt commented on issue #210: Reimplement sim uart on top of serial driver
framework
URL: https://github.com/apache/incubator-nuttx/pull/210#issuecomment-585604461
i had at least two issues.
1. stack overflow (i bumped stack sizes in my config)
2. https://github.com/apache/incubator-n
xiaoxiang781216 commented on issue #66: Remove unused BUILTIN_PROXY_STACKSIZE
config
URL:
https://github.com/apache/incubator-nuttx-apps/pull/66#issuecomment-585605869
run this command:
tools/refresh.sh --silent all
but some windows specific config need to bypass.
--
yamt commented on issue #66: Remove unused BUILTIN_PROXY_STACKSIZE config
URL:
https://github.com/apache/incubator-nuttx-apps/pull/66#issuecomment-585607036
thank you. i'll try it later.
This is an automated message from
yamt commented on issue #265: mm: Fix memory corruption issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265#issuecomment-585625790
hm, it seems the real issue was not here. MM_MIN_CHUNK was broken for clang.
i'm closing this for now.
--
yamt closed pull request #265: mm: Fix memory corruption issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265
This is an automated message from the Apache Git Service.
To respond to the message, please lo
yamt opened a new pull request #266: Fix mm for clang
URL: https://github.com/apache/incubator-nuttx/pull/266
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
yamt commented on issue #66: Remove unused BUILTIN_PROXY_STACKSIZE config
URL:
https://github.com/apache/incubator-nuttx-apps/pull/66#issuecomment-585636897
done https://github.com/apache/incubator-nuttx/pull/267
This is an a
yamt opened a new pull request #267: Updates after
CONFIG_BUILTIN_PROXY_STACKSIZE removal
URL: https://github.com/apache/incubator-nuttx/pull/267
This is an automated message from the Apache Git Service.
To respond to the me
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 b21e809 sim: Use generic name (cc) than GCC specific (gcc)
add ba331e8 Run refresh.sh after CONFIG
xiaoxiang781216 merged pull request #267: Updates after
CONFIG_BUILTIN_PROXY_STACKSIZE removal
URL: https://github.com/apache/incubator-nuttx/pull/267
This is an automated message from the Apache Git Service.
To respond to t
edbek opened a new issue #268: to introduce a new function timerfd_settime()
and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268
Is it possible to introduce a new function **timerfd_settime** () and
**timerfd_gettime** ()?
--
yamt commented on issue #261: Initial checkin nuttx github action CI workflow
URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-585727072
is this workflow enabled?
This is an automated message from the Apach
patacongo commented on a change in pull request #265: mm: Fix memory corruption
issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265#discussion_r378859408
##
File path: mm/mm_heap/mm_realloc.c
##
@@ -213,6 +215,28 @@ FAR void *mm_realloc(FAR struct mm_
patacongo commented on a change in pull request #265: mm: Fix memory corruption
issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265#discussion_r378859739
##
File path: mm/mm_heap/mm_realloc.c
##
@@ -213,6 +215,28 @@ FAR void *mm_realloc(FAR struct mm_
patacongo commented on a change in pull request #265: mm: Fix memory corruption
issues in realloc
URL: https://github.com/apache/incubator-nuttx/pull/265#discussion_r378859855
##
File path: mm/mm_heap/mm_realloc.c
##
@@ -213,6 +215,28 @@ FAR void *mm_realloc(FAR struct mm_
patacongo commented on a change in pull request #266: Fix mm for clang
URL: https://github.com/apache/incubator-nuttx/pull/266#discussion_r378860577
##
File path: mm/mm_heap/mm_mallinfo.c
##
@@ -97,17 +98,29 @@ int mm_mallinfo(FAR struct mm_heap_s *heap, FAR struct
mallinf
patacongo closed issue #268: to introduce a new function timerfd_settime() and
timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268
This is an automated message from the Apache Git Service.
To respond
patacongo commented on issue #268: to introduce a new function
timerfd_settime() and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585757926
I would prefer not. These are non-standard GLIBC functions. NuttX follows
the standards defined at OpenG
yamt commented on a change in pull request #266: Fix mm for clang
URL: https://github.com/apache/incubator-nuttx/pull/266#discussion_r378871429
##
File path: mm/mm_heap/mm_mallinfo.c
##
@@ -97,17 +98,29 @@ int mm_mallinfo(FAR struct mm_heap_s *heap, FAR struct
mallinfo *in
patacongo opened a new pull request #269: mm/: Coding style clean-up
URL: https://github.com/apache/incubator-nuttx/pull/269
Run tools/nxstyle against all C files under mm/ and correct coding standard
violations.
This is an a
Ouss4 merged pull request #269: mm/: Coding style clean-up
URL: https://github.com/apache/incubator-nuttx/pull/269
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 3381ecb Remove CONFIG_BUILTIN_PROXY_STACKSIZE from README files
add 1382ea5 mm/: Coding style cl
This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1382ea5 mm/: Coding style clean-up
add c1a32fb compiler.h: clang actually has long long
add 46ad6
patacongo merged pull request #266: Fix mm for clang
URL: https://github.com/apache/incubator-nuttx/pull/266
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
patacongo commented on issue #268: to introduce a new function
timerfd_settime() and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585782101
The solution would also required timerfd_create().
https://linux.die.net/man/2/timerfd_settime
Whi
This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch SocketCAN
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at 46ad645 mm: Add a bunch of assertions
No new revisions were added by this update.
edbek commented on issue #268: to introduce a new function timerfd_settime()
and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585799191
yes, of course, the timerfd_create () function is also required. I think it
would be very useful for this proj
xiaoxiang781216 commented on issue #268: to introduce a new function
timerfd_settime() and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585810243
We can add eventfd and signalfd to the list too, these three API set is the
good addition to POSIX s
NicholasChin opened a new pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270
Commit a44fb6e simply switches the place of a symbol so I2C options are
nested under "I2C Driver Support" properly.
Commit 0ec84b8 is for an issue I was seeing with m
xiaoxiang781216 edited a comment on issue #268: to introduce a new function
timerfd_settime() and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585810243
We can add eventfd and signalfd to the list too, these three API set is the
good addition to
xiaoxiang781216 commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378932376
##
File path: drivers/i2c/Kconfig
##
@@ -53,4 +49,8 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Su
patacongo opened a new pull request #271: Socket can
URL: https://github.com/apache/incubator-nuttx/pull/271
Initial WIP implementation for the socket layer interface (only) for
SocketCAN sockets.
This is an automated message
patacongo commented on issue #271: Socket can
URL: https://github.com/apache/incubator-nuttx/pull/271#issuecomment-585833013
Please not that this is WIP (work-in-progres) logic as the beginning of the
SocketCAN implementation. This show NOT go to master but should, instead, be
merged into
edbek commented on issue #268: to introduce a new function timerfd_settime()
and timerfd_gettime()
URL: https://github.com/apache/incubator-nuttx/issues/268#issuecomment-585833546
I agree !
This is an automated message from t
NicholasChin commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378962319
##
File path: drivers/i2c/Kconfig
##
@@ -53,4 +49,8 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Suppo
patacongo commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378973957
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
patacongo closed pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
patacongo commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585854407
I will close this PR now. If you remove the offending commit, it may be
reopened.
This is an
patacongo commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378983337
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
NicholasChin commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585857955
@patacongo ARCH_HAVE_I2CRESET is outside the conditional. However,
ARCH_HAVE_I2CRESET MUST come after the conditional. If it does not, I2C config
options ar
patacongo commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585859504
That does not matter because that option is not visual in the menus. It is
a hidden option that can only be selected by architecture code. Certainly that
is
NicholasChin commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585863095
@patacongo ARCH_HAVE_I2CRESET is a hidden option, yes. The options that I
were referring to are visible options.
Currently these options show up neste
patacongo commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r378996148
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
patacongo commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585866363
Yes, there is a problem. But your solution is not correct. It is worse.
This is an automated
NicholasChin commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r379000645
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
NicholasChin commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r379001861
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
yamt opened a new pull request #272: Sim: loadable module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272
This is an automated message from the Apache Git Service.
To respond to the message, please log on
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch SocketCAN
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 46ad645 mm: Add a bunch of assertions
new 4a8c4b7 include/sys/socket.h: Add CAN socket family.
acassis merged pull request #271: Socket can
URL: https://github.com/apache/incubator-nuttx/pull/271
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
patacongo commented on a change in pull request #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#discussion_r379005150
##
File path: drivers/i2c/Kconfig
##
@@ -54,3 +50,7 @@ config I2CMULTIPLEXER_PCA9540BDP
endmenu # I2C Multiplexer Support
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch SocketCAN
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 0d95b1923e1e5d6ed47e47e0e40a00f3a8458d47
Author: Gregory Nutt
AuthorDate: Thu Feb 13 09:58:12 2020 -0600
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch SocketCAN
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit c92a8b015a77c4fe2d94203bb369050b720748b9
Author: Gregory Nutt
AuthorDate: Thu Feb 13 09:59:00 2020 -0600
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch SocketCAN
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4a8c4b712e252408653e130fc0772204a60fd283
Author: Gregory Nutt
AuthorDate: Thu Feb 13 09:57:38 2020 -0600
patacongo opened a new pull request #273: net/netlink/netlink_route.c: Fix a
typo.
URL: https://github.com/apache/incubator-nuttx/pull/273
This is an automated message from the Apache Git Service.
To respond to the message,
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable
module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379017794
##
File path: boards/sim/sim/sim/configs/cxxtest/Make.defs
##
@@ -88,10 +88,24 @@ CXXFLAGS = $(ARCHWAR
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable
module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379018520
##
File path: boards/sim/sim/sim/configs/nsh2/Make.defs
##
@@ -120,6 +134,7 @@ ifeq ($(CONFIG_SIM_M32)
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable
module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379018857
##
File path: boards/sim/sim/sim/configs/nsh2/Make.defs
##
@@ -84,10 +84,24 @@ CXXFLAGS = $(
xiaoxiang781216 commented on a change in pull request #272: Sim: loadable
module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379018268
##
File path: boards/sim/sim/sim/configs/cxxtest/Make.defs
##
@@ -128,6 +142,7 @@ ifeq ($(CONFIG_SIM_M
acassis merged pull request #273: net/netlink/netlink_route.c: Fix a typo.
URL: https://github.com/apache/incubator-nuttx/pull/273
This is an automated message from the Apache Git Service.
To respond to the message, please l
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 46ad645 mm: Add a bunch of assertions
add 0b25b96 net/netlink/netlink_route.c: Fix a typo.
No new
xiaoxiang781216 opened a new pull request #274: Improve sim timer
URL: https://github.com/apache/incubator-nuttx/pull/274
The change include:
1.Implment tickless mode with common code in drivers/timer
2.Sleep with the absolute time to avoid the time drift
3.Add RTC driver to make th
yamt commented on a change in pull request #272: Sim: loadable module
definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058589
##
File path: boards/sim/sim/sim/configs/cxxtest/Make.defs
##
@@ -128,6 +142,7 @@ ifeq ($(CONFIG_SIM_M32),y)
L
yamt commented on a change in pull request #272: Sim: loadable module
definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058535
##
File path: boards/sim/sim/sim/configs/cxxtest/Make.defs
##
@@ -88,10 +88,24 @@ CXXFLAGS = $(ARCHWARNINGSXX) $(
yamt commented on a change in pull request #272: Sim: loadable module
definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058763
##
File path: boards/sim/sim/sim/configs/nsh2/Make.defs
##
@@ -84,10 +84,24 @@ CXXFLAGS = $(ARCHWARNING
yamt commented on a change in pull request #272: Sim: loadable module
definitions
URL: https://github.com/apache/incubator-nuttx/pull/272#discussion_r379058649
##
File path: boards/sim/sim/sim/configs/nsh2/Make.defs
##
@@ -120,6 +134,7 @@ ifeq ($(CONFIG_SIM_M32),y)
LDLI
yamt commented on a change in pull request #274: Improve sim timer
URL: https://github.com/apache/incubator-nuttx/pull/274#discussion_r379064231
##
File path: arch/sim/src/sim/up_rtc.c
##
@@ -0,0 +1,127 @@
+/**
NicholasChin opened a new pull request #275: AT24 EEPROM Increase Polling
Retries
URL: https://github.com/apache/incubator-nuttx/pull/275
I was seeing an issue with my IMXRT platform that uses an AT24 EEPROM.
Driver currently polls the AT24 after a write, and knows the write is
completely
maht opened a new pull request #276: Fix LMS36965 memory card detection
URL: https://github.com/apache/incubator-nuttx/pull/276
Some code changes to allow Stellaris LMS36965 Evaluation Kit board
initialization code to run, so the MMC/SD card can be setup.
--
liuguo09 commented on issue #261: Initial checkin nuttx github action CI
workflow
URL: https://github.com/apache/incubator-nuttx/pull/261#issuecomment-586092802
Not yet, it just enabled and tested in my own fork. There are still some
work (parallel build flock fix and check testlist update
masayuki2009 opened a new pull request #67: wireless: gs2200m: Add support for
setsockopt_request()
URL: https://github.com/apache/incubator-nuttx-apps/pull/67
### Summary
- Due to recent refactoring, some applications (such as telnetd) call
setsockopt() and caused ASSERT in gs2200m
xiaoxiang781216 commented on a change in pull request #274: Improve sim timer
URL: https://github.com/apache/incubator-nuttx/pull/274#discussion_r379265841
##
File path: arch/sim/src/sim/up_rtc.c
##
@@ -0,0 +1,127 @@
+/***
xiaoxiang781216 merged pull request #276: Fix LMS36965 memory card detection
URL: https://github.com/apache/incubator-nuttx/pull/276
This is an automated message from the Apache Git Service.
To respond to the message, please
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 0b25b96 net/netlink/netlink_route.c: Fix a typo.
add 1832172 Fix wrong name for CONFIG_MMCSD_SPI
xiaoxiang781216 merged pull request #272: Sim: loadable module definitions
URL: https://github.com/apache/incubator-nuttx/pull/272
This is an automated message from the Apache Git Service.
To respond to the message, please lo
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 7f1f930 Remove unneeded dependency on USB
add 3ead779 sim: Add loadable module definitions
ad
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 de4d52d wireless: gs2200m: Add
xiaoxiang781216 merged pull request #67: wireless: gs2200m: Add support for
setsockopt_request()
URL: https://github.com/apache/incubator-nuttx-apps/pull/67
This is an automated message from the Apache Git Service.
To respon
liuguo09 opened a new pull request #277: sim/userfs: add worker thread config
to fix build break
URL: https://github.com/apache/incubator-nuttx/pull/277
net/loopback.c:75:4: error: #error Worker thread support is required
(CONFIG_SCHED_WORKQUEUE)
# error Worker thread support is requi
yamt opened a new pull request #278: tiva_serial.c: Make this buildable with
certain configurations
URL: https://github.com/apache/incubator-nuttx/pull/278
This is an automated message from the Apache Git Service.
To respond
yamt opened a new pull request #279: tiva/lm3s6965-ek: Add
CONFIG_BOARD_LATE_INITIALIZE
URL: https://github.com/apache/incubator-nuttx/pull/279
A shrinked copy of the sim version.
This is an automated message from the Apache
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 f79b47a tiva_serial.c: Make this bu
xiaoxiang781216 merged pull request #278: tiva_serial.c: Make this buildable
with certain configurations
URL: https://github.com/apache/incubator-nuttx/pull/278
This is an automated message from the Apache Git Service.
To re
yamt opened a new pull request #280: tiva/lm3s6965-ek: Fix a build error with
certain configurations
URL: https://github.com/apache/incubator-nuttx/pull/280
This is an automated message from the Apache Git Service.
To respon
yamt commented on a change in pull request #274: Improve sim timer
URL: https://github.com/apache/incubator-nuttx/pull/274#discussion_r379289488
##
File path: arch/sim/src/sim/up_rtc.c
##
@@ -0,0 +1,127 @@
+/**
86 matches
Mail list logo