commits
Thread
Date
Earlier messages
Messages by Thread
[I] [BUG] PTY: pty master pipes are leaked [nuttx]
via GitHub
[I] [BUG] UDP/userfs: userfs operations do not complete [nuttx]
via GitHub
(nuttx-apps) branch master updated (3467f9b82 -> 157ecb091)
xiaoxiang
(nuttx-apps) branch master updated (150c5756a -> 3467f9b82)
xiaoxiang
(nuttx-apps) branch master updated: examples/capture: support monitor edge change by signal
xiaoxiang
[PR] Convert this repository into a test case collection for NTFC [nuttx-testing]
via GitHub
[PR] esp32s3: Remove redundant I2S include directive [nuttx]
via GitHub
Re: [PR] esp32s3: Remove redundant I2S include directive [nuttx]
via GitHub
Re: [I] [WWW/DOC] NuttX RTOS Website and Documentation [nuttx-website]
via GitHub
Re: [I] Master branch is not protected against accidental pushes. [nuttx-website]
via GitHub
(nuttx-website) branch asf-site updated: Publishing web: 69840fc9188cc51981d84311f139c9989c5b3f18 docs: 12079a213dc6e4cd6a6b027269eb108e70410013
github-bot
[PR] Added state machine framework example documentation [nuttx]
via GitHub
Re: [PR] docs/applications/smf: added state machine framework example documentation [nuttx]
via GitHub
Re: [PR] docs/applications/smf: added state machine framework example documentation [nuttx]
via GitHub
[PR] Port SMF .c/.h files to NuttX [nuttx-apps]
via GitHub
Re: [PR] Port SMF .c/.h files to NuttX [nuttx-apps]
via GitHub
Re: [PR] Port SMF .c/.h files to NuttX [nuttx-apps]
via GitHub
Re: [PR] Port SMF .c/.h files to NuttX [nuttx-apps]
via GitHub
(nuttx-apps) branch master updated: dhcpd: Supports kernel mode compilation
acassis
(nuttx-apps) branch master updated: netutils/dhcpc.h: fix the compilation error caused by undefined CONFIG_NETDB_DNSSERVER_NAMESERVERS
raiden00
(nuttx) branch master updated (8f416133746 -> 12079a213dc)
acassis
(nuttx) 02/03: fs/inode: Fix fd_tag_san/fd_tag_fdcheck loss during parent-to-child inheritance
acassis
(nuttx) 01/03: fs/inode: Fix fd allocation succeeding when exceeding OPEN_MAX
acassis
(nuttx) 03/03: fs/eventfd/timerfd: update sem next to avoid busy loop
acassis
(nuttx) branch master updated (5ca6581353c -> 8f416133746)
acassis
(nuttx) 01/06: conn_lock: inline conn_lock/conn_dev_lock
acassis
(nuttx) 03/06: net/bluetooth: replace net_lock with conn_lock and conn_lock_dev
acassis
(nuttx) 06/06: net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic
acassis
(nuttx) 04/06: net/ieee802154: replace net_lock with conn_lock and conn_lock_dev
acassis
(nuttx) 02/06: utils.h: add conn_dev_sem_timedwait interface to simplify code logic
acassis
(nuttx) 05/06: net/utils: conn_dev_sem_timedwait supports the input parameter sconn being NULL
acassis
(nuttx) branch master updated (2f3b8255e02 -> 5ca6581353c)
acassis
[PR] utils.h: add conn_dev_sem_timedwait interface to simplify code logic [nuttx]
via GitHub
Re: [PR] utils.h: add conn_dev_sem_timedwait interface to simplify code logic [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
Re: [PR] arch: Remove default value for BOARD_LOOPSPERMSEC [nuttx]
via GitHub
(nuttx) branch master updated (eb5c8f4e9c5 -> 2f3b8255e02)
xiaoxiang
(nuttx) 01/04: net: use netdev_lock to protect netdev_txnotify_dev
xiaoxiang
(nuttx) 04/04: devif_poll.c: inline the small or single caller function
xiaoxiang
(nuttx) 02/04: net/devif_callback: change flags type from uint16_t to uint32_t
xiaoxiang
(nuttx) 03/04: devif_poll: only call the corresponding xxx_poll when there is data to be sent
xiaoxiang
(nuttx) branch master updated (f27a9bbc277 -> eb5c8f4e9c5)
xiaoxiang
(nuttx) 02/02: net/netlink: replace net_lock with netlink_lock
xiaoxiang
(nuttx) 01/02: netdev_foreach.c: add lock protection during the traversal process
xiaoxiang
[PR] devif_poll: only call the corresponding xxx_poll when there is data to be sent [nuttx]
via GitHub
Re: [PR] devif_poll: only call the corresponding xxx_poll when there is data to be sent [nuttx]
via GitHub
(nuttx) branch master updated (3a0ab848554 -> f27a9bbc277)
acassis
(nuttx) 01/03: net/socket: replace net_lock with conn_lock
acassis
(nuttx) 03/03: net/usrsock: replace net_lock with usrsock_lock
acassis
(nuttx) 02/03: net_lock: add net_sem_timedwait2, passing in rmutex that needs to be break
acassis
(nuttx) branch master updated: xtensa/esp32s3: fix dcache flush error in up_flush_dcache
acassis
(nuttx) branch master updated: sched/task: fix Redundant memory allocation.
acassis
(nuttx) branch master updated (cd8e3e18a8f -> db0b8c59ac0)
xiaoxiang
(nuttx) 02/02: Documentation: Add I2C bit-bang IO expander driver documentation
xiaoxiang
(nuttx) 01/02: drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang
xiaoxiang
(nuttx) branch master updated: fs/file: add reference count protection for stack-allocated file structures
xiaoxiang
(nuttx) branch master updated (9bcd640c493 -> ef875f335b9)
xiaoxiang
(nuttx) 02/02: net_sockif.c: add ip level s|getsockopt support in SOCK_CTRL
xiaoxiang
(nuttx) 01/02: net_sockif.c: add rmutex init to SOCK_CTRL
xiaoxiang
(nuttx) branch master updated: libc/syslograwstream: Use memrchr to locate the newline character
xiaoxiang
(nuttx) branch master updated (a8cec9a034c -> d6bd89ff144)
xiaoxiang
(nuttx) 04/04: Revert "net/arp: reducing unnecessary ARP requests can mitigate"
xiaoxiang
(nuttx) 02/04: arp: the manually configured arp table should not have a timeout period
xiaoxiang
(nuttx) 01/04: mm/iob:support iob queue concat to another iob queue
xiaoxiang
(nuttx) 03/04: net/arp: support queue iob when arp_out failed
xiaoxiang
(nuttx) branch master updated (559c6855f34 -> a8cec9a034c)
xiaoxiang
(nuttx) 01/03: boards/risc-v/esp32c6: Add coremark defconfig
xiaoxiang
(nuttx) 03/03: Docs/platforms/esp32s3: Add ostest docs
xiaoxiang
(nuttx) 02/03: boards/xtensa/esp32s3: Add ostest defconfig
xiaoxiang
(nuttx) branch master updated: net/ipv4: Drop ipv4 packet total length bigger than the actual transmitted data
xiaoxiang
[PR] system/iptables: avoid trap when run "iptables -L" if configured CONF… [nuttx-apps]
via GitHub
Re: [PR] system/iptables: avoid trap when run "iptables -L" if configured CONF… [nuttx-apps]
via GitHub
Re: [PR] system/iptables: avoid trap when run "iptables -L" if configured CONF… [nuttx-apps]
via GitHub
[I] [BUG] trap when run "iptables -L" if configured CONFIG_NET_NAT while not configure CONFIG_NET_IPFILTER [nuttx-apps]
via GitHub
(nuttx-website) branch asf-site updated: Publishing web: 69840fc9188cc51981d84311f139c9989c5b3f18 docs: 291199f833f7f22ec0082f7c8dada3fae600cb4e
github-bot
(nuttx-apps) branch master updated: github/ci: add support for NTFC
acassis
(nuttx-apps) branch master updated: nshlib/ls_handler: eliminate floating-point operations for human-readable sizes
acassis
[PR] xtensa/esp32s3: fix dcache flush error in up_flush_dcache [nuttx]
via GitHub
Re: [PR] xtensa/esp32s3: fix dcache flush error in up_flush_dcache [nuttx]
via GitHub
Re: [PR] xtensa/esp32s3: fix dcache flush error in up_flush_dcache [nuttx]
via GitHub
Re: [PR] xtensa/esp32s3: fix dcache flush error in up_flush_dcache [nuttx]
via GitHub
(nuttx) branch master updated (8c0850b0bd5 -> 291199f833f)
acassis
(nuttx) branch master updated (56dbfe7bb3b -> 8c0850b0bd5)
acassis
(nuttx) 02/02: toos/scipts: add script to find symbol caller
acassis
(nuttx) 01/02: board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to avoid 64bit caluclar
acassis
(nuttx-website) branch master updated: Add NuttX 12.12.0 release
lupyuen
[PR] Add NuttX 12.12.0 release [nuttx-website]
via GitHub
Re: [PR] Add NuttX 12.12.0 release [nuttx-website]
via GitHub
Re: [PR] Add NuttX 12.12.0 release [nuttx-website]
via GitHub
[PR] nshlib/ls_handler: eliminate floating-point operations for human-readable sizes [nuttx-apps]
via GitHub
Re: [PR] nshlib/ls_handler: eliminate floating-point operations for human-readable sizes [nuttx-apps]
via GitHub
Re: [PR] nshlib/ls_handler: eliminate floating-point operations for human-readable sizes [nuttx-apps]
via GitHub
svn commit: r81578 - release/nuttx/12.12.0
jerpelea
(nuttx) annotated tag nuttx-12.12.0 updated (54b5a8f2c3e -> 3b91a6d84df)
jerpelea
(nuttx-apps) annotated tag nuttx-12.12.0 updated (f000ed733 -> c432313e1)
jerpelea
[PR] dirvers/sensors: add a dynamic sensor debugging tool sensor_monitor [nuttx]
via GitHub
Re: [PR] dirvers/sensors: add a dynamic sensor debugging tool sensor_monitor [nuttx]
via GitHub
Re: [PR] dirvers/sensors: add a dynamic sensor debugging tool sensor_monitor [nuttx]
via GitHub
Re: [PR] dirvers/sensors: add a dynamic sensor debugging tool sensor_monitor [nuttx]
via GitHub
[PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable some nsh feature to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to fix ci bb [nuttx]
via GitHub
Re: [PR] board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to fix ci bb [nuttx]
via GitHub
(nuttx) branch master updated (9a9a93c9e4f -> 56dbfe7bb3b)
xiaoxiang
[PR] Documentation: add pages for supported MTD devices [nuttx]
via GitHub
Re: [PR] Documentation: add pages for supported MTD devices [nuttx]
via GitHub
(nuttx) branch master updated (711c58767a6 -> 9a9a93c9e4f)
xiaoxiang
(nuttx) branch master updated (0a381a3ff73 -> 711c58767a6)
xiaoxiang
(nuttx) branch master updated: driver/cfi: fix write failed issue for unalign length with bankwidth
xiaoxiang
(nuttx) branch master updated (d1bc2800e3c -> b8585b9b0c3)
xiaoxiang
(nuttx) branch master updated (1b6733c0564 -> d1bc2800e3c)
xiaoxiang
(nuttx) branch master updated: fs/mqueue: fix inverted 'created' flag in file_mq_vopen
xiaoxiang
[PR] change to macro or guard with CONFIG_USERSOCK in usersock.h [nuttx]
via GitHub
Re: [PR] ARP table improvement [nuttx]
via GitHub
Re: [PR] ARP table improvement [nuttx]
via GitHub
[PR] fs/file: add reference count protection for stack-allocated file structures [nuttx]
via GitHub
Re: [PR] fs/file: add reference count protection for stack-allocated file structures [nuttx]
via GitHub
Re: [PR] fs/file: add reference count protection for stack-allocated file structures [nuttx]
via GitHub
[PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
Re: [PR] drivers/capture: add signal notification support and fake capture driver [nuttx]
via GitHub
(nuttx) branch master updated: boards/{nrf53|stm32h7}: mark shmem region as NOLOAD
xiaoxiang
[PR] examples/capture: support monitor edge change by signal [nuttx-apps]
via GitHub
Re: [PR] examples/capture: support monitor edge change by signal [nuttx-apps]
via GitHub
Re: [PR] examples/capture: support monitor edge change by signal [nuttx-apps]
via GitHub
Re: [PR] examples/capture: support monitor edge change by signal [nuttx-apps]
via GitHub
(nuttx) branch master updated (0625b7a760c -> 7a6b9e94078)
xiaoxiang
[PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
Re: [PR] drivers/i2c: add ioexpander-based lower-half implementation for I2C bit-bang [nuttx]
via GitHub
(nuttx) branch master updated (72989778940 -> 0625b7a760c)
acassis
[PR] net/local: simplify file descriptor passing using shared filep references [nuttx]
via GitHub
Re: [PR] net/local: simplify file descriptor passing using shared filep references [nuttx]
via GitHub
(nuttx) branch master updated (1f5cd930a41 -> 72989778940)
acassis
(nuttx) branch master updated (dfaed9b855d -> 1f5cd930a41)
archer
(nuttx) branch master updated (d2887ef15fd -> dfaed9b855d)
archer
(nuttx) branch master updated (ee5009295c1 -> d2887ef15fd)
archer
[PR] net/can: fix poll setup to properly find and use free pollfd slots [nuttx]
via GitHub
Re: [PR] net/can: fix poll setup to properly find and use free pollfd slots [nuttx]
via GitHub
[PR] driver/cfi: fix write failed issue for unalign length with bankwidth [nuttx]
via GitHub
Re: [PR] driver/cfi: fix write failed issue for unalign length with bankwidth [nuttx]
via GitHub
Re: [PR] driver/cfi: fix write failed issue for unalign length with bankwidth [nuttx]
via GitHub
[PR] libc/syslograwstream: Use memrchr to locate the newline character for… [nuttx]
via GitHub
Re: [PR] libc/syslograwstream: Use memrchr to locate the newline character for… [nuttx]
via GitHub
[PR] fs/epoll: release refs count and add TLS cleanup handler to release epoll fd reference on thread exit [nuttx]
via GitHub
Re: [PR] fs/epoll: release refs count and add TLS cleanup handler to release epoll fd reference on thread exit [nuttx]
via GitHub
[PR] fs/mqueue: fix inverted 'created' flag in file_mq_vopen [nuttx]
via GitHub
Re: [PR] fs/mqueue: fix inverted 'created' flag in file_mq_vopen [nuttx]
via GitHub
Re: [PR] fs/mqueue: fix inverted 'created' flag in file_mq_vopen [nuttx]
via GitHub
Re: [PR] fs/mqueue: fix inverted 'created' flag in file_mq_vopen [nuttx]
via GitHub
Re: [PR] fs/mqueue: fix inverted 'created' flag in file_mq_vopen [nuttx]
via GitHub
[PR] sched/task: fix Redundant memory allocation. [nuttx]
via GitHub
Re: [PR] sched/task: fix Redundant memory allocation. [nuttx]
via GitHub
Re: [PR] sched/task: fix Redundant memory allocation. [nuttx]
via GitHub
Re: [PR] sched/task: fix Redundant memory allocation. [nuttx]
via GitHub
[PR] boards/{nrf53|stm32h7}: mark shmem region as NOLOAD [nuttx]
via GitHub
Re: [PR] boards/{nrf53|stm32h7}: mark shmem region as NOLOAD [nuttx]
via GitHub
(nuttx-apps) branch master updated (e5c85d1ca -> 710aef6bd)
xiaoxiang
(nuttx-apps) branch master updated (40c798281 -> e5c85d1ca)
acassis
[PR] Feature/add asked defconfigs [nuttx]
via GitHub
Re: [PR] Add esp32c6 coremark and esp32s3 ostest defconfig [nuttx]
via GitHub
Re: [PR] Add esp32c6 coremark and esp32s3 ostest defconfig [nuttx]
via GitHub
Re: [PR] Add esp32c6 coremark and esp32s3 ostest defconfig [nuttx]
via GitHub
[I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Re: [I] [BUG] esp32-devkitc:wifi seems not working correctly [nuttx]
via GitHub
Earlier messages