adamkaliszan commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1152086897
I will split this pull request int two parts: driver and BSP.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
adamkaliszan opened a new pull request, #6404:
URL: https://github.com/apache/incubator-nuttx/pull/6404
## Summary
E-INK driver for SSD1680 chipset
## Impact
None
## Testing
Tested on ESP32 Lilygo T5V2.2 board.
There is no BSP in this pull requests so the tests on real hardw
adamkaliszan commented on PR #6378:
URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1152091379
I would like to withdraw this pull request. I have added new pull request
with driver only, without BSP
--
This is an automated message from the Apache Git Service.
To resp
adamkaliszan closed pull request #6378: SSD1680 e-ink driver
URL: https://github.com/apache/incubator-nuttx/pull/6378
--
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 unsubsc
adamkaliszan opened a new pull request, #1192:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1192
## Summary
Serlalblaster exemplay app bugfixes.
In my opinion there ware many bugs in previous implementation.
## Impact
None
## Testing
Yes, on Nucleo Wl55JC bo
adamkaliszan closed pull request #1192: Serialblaster
URL: https://github.com/apache/incubator-nuttx-apps/pull/1192
--
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 unsubscri
adamkaliszan opened a new pull request, #1193:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1193
## Summary
Serlalblaster exemplary app bugfixes.
In my opinion there ware many bugs in previous implementation.
## Impact
None
## Testing
Yes, on Nucleo Wl55JC b
xiaoxiang781216 closed issue #6037: thread and task behavior should be
consistent?
URL: https://github.com/apache/incubator-nuttx/issues/6037
--
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 spec
xiaoxiang781216 commented on issue #6037:
URL:
https://github.com/apache/incubator-nuttx/issues/6037#issuecomment-1152128990
Close, already fixed by #6038
--
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
jlaitine opened a new pull request, #1194:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1194
…ables
Correct the problem, where "unset" always gives an error message if the
variable is not exported (promoted to group-wide environment variable)
This fixes the issue
masayuki2009 merged PR #6401:
URL: https://github.com/apache/incubator-nuttx/pull/6401
--
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.
masayuki 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 2fa7ebc18f fs/mqueue: skip nxmq_polln
xiaoxiang781216 commented on code in PR #6404:
URL: https://github.com/apache/incubator-nuttx/pull/6404#discussion_r894351731
##
drivers/lcd/Kconfig:
##
@@ -323,38 +323,6 @@ config LCD_HILETGO
LCD_MAXCONTRAST should be 255, but any value >0 and <=255 will
be acc
davids5 commented on code in PR #1193:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894365990
##
examples/serialblaster/serialblaster_main.c:
##
@@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[])
int ret;
int fd;
FAR char *devpath;
- i
xiaoxiang781216 commented on code in PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894393603
##
nshlib/nsh_envcmds.c:
##
@@ -533,30 +533,46 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
{
#if defined(CONFIG_NSH_VAR
pussuw opened a new pull request, #6405:
URL: https://github.com/apache/incubator-nuttx/pull/6405
Remove the object linkage and use an explicit .start section
## Summary
Define an explicit .start section where the entry point is placed. Also,
remove _vectors (which is copy&paste fr
jlaitine commented on code in PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894397551
##
nshlib/nsh_envcmds.c:
##
@@ -533,30 +533,46 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
{
#if defined(CONFIG_NSH_VARS) || !
adamkaliszan commented on code in PR #1193:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894403272
##
examples/serialblaster/serialblaster_main.c:
##
@@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[])
int ret;
int fd;
FAR char *devpath;
jlaitine commented on code in PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894412003
##
nshlib/nsh_envcmds.c:
##
@@ -533,29 +533,45 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
{
#if defined(CONFIG_NSH_VARS) || !
adamkaliszan closed pull request #6404: Driver ssd1680 nobsp
URL: https://github.com/apache/incubator-nuttx/pull/6404
--
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 unsubsc
XinStellaris opened a new pull request, #6406:
URL: https://github.com/apache/incubator-nuttx/pull/6406
Signed-off-by: chen...@espressif.com
## Summary
It is hard to distiguish different lirc devices, since "struct
lirc_lowerhalf_s" has no member for underlying private drivers.
adamkaliszan opened a new pull request, #6407:
URL: https://github.com/apache/incubator-nuttx/pull/6407
## Summary
E-ink display Driver with chipset SSD1680
## Impact
None
## Testing
On Eps32 lilygo T5V2.2
BSP will be added in next pull request. Testing on hardware requires
adamkaliszan closed pull request #6407: Driver ssd1680 nobsp
URL: https://github.com/apache/incubator-nuttx/pull/6407
--
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 unsubsc
adamkaliszan opened a new pull request, #6408:
URL: https://github.com/apache/incubator-nuttx/pull/6408
## Summary
E-ink driver for chipsed sssd 1680
No BSP files
## Impact
None
## Testing
On ESP32 lilygo tty t5v2.2
--
This is an automated message from the Apache
xiaoxiang781216 merged PR #6405:
URL: https://github.com/apache/incubator-nuttx/pull/6405
--
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-unsubs
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 16286081e1 risc-v/mpfs: Move the ent
xiaoxiang781216 commented on PR #6406:
URL: https://github.com/apache/incubator-nuttx/pull/6406#issuecomment-1152311462
But you can embed lirc_lowerhalf_s in a bigger struct like this:
```
struct lirc_xxx_lowerhalf_s
{
struct lirc_lowerhalf_s base;
;
...
}
XinStellaris commented on PR #6406:
URL: https://github.com/apache/incubator-nuttx/pull/6406#issuecomment-1152321134
yes…i just read other drivers and got it. i will close this pr
---Original---
From: "Xiang ***@***.***>
Date: Fri, Jun 10, 2022 20:34 PM
To: ***@***.***
XinStellaris closed pull request #6406: driver/rc: add IR configuration
information
URL: https://github.com/apache/incubator-nuttx/pull/6406
--
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 speci
xiaoxiang781216 merged PR #6408:
URL: https://github.com/apache/incubator-nuttx/pull/6408
--
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-unsubs
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 88bfadc55d e-ink ssd1680 driver
88bf
xiaoxiang781216 opened a new pull request, #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409
## Summary
## Impact
New API
## Testing
--
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 code in PR #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894748927
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct
procfs_meminfo_entry_s *entry)
g_procfs_meminfo = entr
pkarashchenko commented on code in PR #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894749417
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct
procfs_meminfo_entry_s *entry)
g_procfs_meminfo = entr
xiaoxiang781216 commented on code in PR #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894775078
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct
procfs_meminfo_entry_s *entry)
g_procfs_meminfo = en
xiaoxiang781216 merged PR #6400:
URL: https://github.com/apache/incubator-nuttx/pull/6400
--
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-unsubs
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 88bfadc55d e-ink ssd1680 driver
new 5805ad3954 risc-v/esp32c3: Disable access to invalid memory regio
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 59da1bc86aac23e591c394273964f86a4df781cc
Author: Gustavo Henrique Nihei
AuthorDate: Wed Jun 8 10:31:55 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 5805ad395462974023e323313f2800c195f118b3
Author: Gustavo Henrique Nihei
AuthorDate: Tue Jun 7 16:30:34 2022
xiaoxiang781216 commented on code in PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894798569
##
nshlib/nsh_envcmds.c:
##
@@ -533,29 +533,49 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
{
#if defined(CONFIG_NSH_VAR
xiaoxiang781216 commented on code in PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894798569
##
nshlib/nsh_envcmds.c:
##
@@ -533,29 +533,49 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
{
#if defined(CONFIG_NSH_VAR
pkarashchenko commented on code in PR #6402:
URL: https://github.com/apache/incubator-nuttx/pull/6402#discussion_r894796778
##
sched/mqueue/mq_send.c:
##
@@ -70,19 +70,17 @@
int file_mq_send(FAR struct file *mq, FAR const char *msg, size_t msglen,
unsigned int
pkarashchenko commented on code in PR #6403:
URL: https://github.com/apache/incubator-nuttx/pull/6403#discussion_r894815683
##
include/nuttx/mqueue.h:
##
@@ -97,7 +97,9 @@ struct mqueue_inode_s
#else
uint16_t maxmsgsize;/* Max size of message in message queue */
#en
pkarashchenko commented on code in PR #1193:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894843855
##
examples/serialblaster/serialblaster_main.c:
##
@@ -84,25 +85,25 @@ int main(int argc, FAR char *argv[])
fd = open(devpath, O_RDWR);
if (fd
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 0a432ec Publishing web
normanr commented on code in PR #2836:
URL: https://github.com/apache/incubator-nuttx/pull/2836#discussion_r894950662
##
boards/risc-v/bl602/bl602evb/src/bl602_bringup.c:
##
@@ -45,6 +45,17 @@
#include
#endif
+#ifdef CONFIG_FS_ROMFS
+#include
+
+#define BL602_XIP_START_ADD
normanr commented on code in PR #2836:
URL: https://github.com/apache/incubator-nuttx/pull/2836#discussion_r894950662
##
boards/risc-v/bl602/bl602evb/src/bl602_bringup.c:
##
@@ -45,6 +45,17 @@
#include
#endif
+#ifdef CONFIG_FS_ROMFS
+#include
+
+#define BL602_XIP_START_ADD
nimish commented on code in PR #1191:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1191#discussion_r894958998
##
examples/elf/tests/helloxx/Makefile:
##
@@ -110,10 +110,11 @@ $(BIN3): $(OBJS3)
$(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $@ $(ARCHCRT0OBJ) $^ $(L
anchao commented on code in PR #6402:
URL: https://github.com/apache/incubator-nuttx/pull/6402#discussion_r894966774
##
sched/mqueue/mq_send.c:
##
@@ -70,19 +70,17 @@
int file_mq_send(FAR struct file *mq, FAR const char *msg, size_t msglen,
unsigned int prio)
anchao commented on code in PR #6403:
URL: https://github.com/apache/incubator-nuttx/pull/6403#discussion_r894967135
##
include/nuttx/mqueue.h:
##
@@ -97,7 +97,9 @@ struct mqueue_inode_s
#else
uint16_t maxmsgsize;/* Max size of message in message queue */
#endif
+#i
xiaoxiang781216 merged PR #6403:
URL: https://github.com/apache/incubator-nuttx/pull/6403
--
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-unsubs
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 59da1bc86a risc-v/esp32c3: Disable region protection on IDFboot for
Flat build
add 8da798926d sched/
xiaoxiang781216 merged PR #6402:
URL: https://github.com/apache/incubator-nuttx/pull/6402
--
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-unsubs
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 be33d66c05 sched/mqueue: minor code
54 matches
Mail list logo