Lliujinyeserial:gdbstub need enable irq
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cmake(bugfix):add missing cmux source for cmake from rel-4.0 Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 11 个月前 | |
gdbstub:add GDBSTUB_WAIT_CONNECT to debug boot code Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 11 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 11 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 11 个月前 | |
Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.3-0806 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> | 11 个月前 | |
drivers/serial: simplify 16550_PCI_UARTx_CLOCK config Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com> | 11 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 11 个月前 | |
We have ported NuttX on Renesas RX65N Micro-controller. This port includes following interfaces 1. Serial (UART) driver (13 ports) 2. Ethernet driver This port is provided on two boards 1. RSK RX65N-2MB 2. GR-Rose The port is built on Cygwin environment. As part of this port, we have created two documents 1. Readme.txt for each board 2. User manual to provide information about development environment setup Both these documents are placed under 1. /boards/renesas/rx65n/rx65n-grrose 2. /boards/renesas/rx65n/rx65n-rsk2mb We have run 'nxstyle' for coding guidelines and 'ostest' for testing NuttX features on test platform. We have shared the log with no errors as confirmation of valid port. | 11 个月前 | |
drivers/serial/Kconfig: Split serial Rx/Tx DMA. | 11 个月前 | |
drivers/serial/Kconfig: Split serial Rx/Tx DMA. | 11 个月前 | |
serial: add cmux (channel multiplexing) protocol (gsm0710) The CMUX protocol supports mapping one physical serial port to multiple physical serial ports, and each serial port is used to transmit different data. ./nuttx/tools/cmux /dev/ttyUSB0 0 Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 11 个月前 | |
ptmx: When alloc minor, skip the start addr if it has been used The alloctab can be looped, if the first check the corresponding bit is set, it will not continue to loop Signed-off-by: yangsong8 <yangsong8@xiaomi.com> | 11 个月前 | |
pty: fix memory leak when pty_destroy 1. ptmx_open -> pty_register2 -> master register i_crefs 1 -> salve register i_crefs 1 2. ptmx_open -> master unregister i_crefs 0 3. master open i_crefs 1 salve open i_crefs 2 4. in pty_close() master close with i_crefs 1 salve close with i_crefs 2 So, if correct the i_crefs judgement in pty_close() Signed-off-by: ligd <liguiding1@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers/serial: extend open_count to uint16_t type in uart_dev_s Fix file duplicaion failure(-24) for /dev/console, when may tasks(more than 85) exist. ap> cu -l /dev/ttyCP [01/19 06:48:44] [13] [ap] files_duplist: Dup fd 0 [01/19 06:48:44] [13] [ap] 13 0 3 1 0 /dev/console [01/19 06:48:44] [13] [ap] files_duplist: Dup fd 1 [01/19 06:48:44] [13] [ap] 13 0 3 1 0 /dev/console [01/19 06:48:44] [13] [ap] files_duplist: file_dup2 failed ret -24 line 765 [01/19 06:48:44] [13] [ap] files_duplist: file_dup2 failed line 769 [01/19 06:48:44] [1036] [ap] PID FD FLAGS TYPE POS PATH [01/19 06:48:44] [1036] [ap] 10360 3 1 0 /dev/console [01/19 06:48:44] [1036] [ap] PID FD FLAGS TYPE POS PATH [01/19 06:48:44] [1036] [ap] 10360 3 1 0 /dev/console [01/19 06:48:44] [1036] [ap] 10361 3 1 0 /dev/ttyCP Signed-off-by: fangpeina <fangpeina@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
serial:gdbstub need enable irq Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
serial: add cmux (channel multiplexing) protocol (gsm0710) The CMUX protocol supports mapping one physical serial port to multiple physical serial ports, and each serial port is used to transmit different data. ./nuttx/tools/cmux /dev/ttyUSB0 0 Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
serial/pci: Remove the product specific config since the driver could detect them automatically Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
uart_rpmsg: change recv lock to cirtical_section when recv msg nsh thread: nxsem_wait_slow // wait ipc done uart_putxmitchar uart_read // hold dev->recv.lock file_readv_compat nx_readv read readline_common readline_fd nsh_session nsh_consolemain nsh_main rptun thread: nxsem_wait_slow // rptun can't do the ipc done nxmutex_lock // wait dev->recv.lock deadlock uart_rpmsg_ept_cb rpmsg_virtio_rx_callback virtqueue_notification rproc_virtio_notified remoteproc_get_notification rptun_worker Signed-off-by: ligd <liguiding1@xiaomi.com> | 11 个月前 |