提交历史

作者 SHA1 备注 提交日期
  Masayuki Ishikawa a5501cf853 Merged in masayuki2009/nuttx.nuttx/riscv-updates (pull request #1080) 4 年之前
  Guillherme Amaral 74883ddd97 arch/arm/src/stm32f0l0g0/stm32_pwm.c: Add missing logic for PWM stop for TIM14-15. 4 年之前
  Guillherme Amaral d022b56b84 arch/arm/src/stm32f0l0g0/Kconfig: Select STM32F0L0G0_PWM when TIM{14-17}_PWM enabled. 4 年之前
  Gregory Nutt 80a56e9f3d sched/signal/sig_dispatch.c: Extend some comments. 4 年之前
  Gregory Nutt 4465916c5e drivers/mmcsd/mmcsd_sdio.c: Correct typo noted in Issue 180 4 年之前
  Gregory Nutt 108ffe7044 Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前
  Gregory Nutt 4f1d891067 arch/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前
  Gregory Nutt 03e41c6806 boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前
  Gregory Nutt 244437257b drivers/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前
  David Sidrane 43a6e43a0f arch/arm/src/stm32f7/stm32_ethernet.c: Add some delays so that ifup() does not hog the CPU. 4 年之前
  Dave Marples f410d9711a boards/arm/imxrt/imxrt10x0-evk/include/board.h: Set up TRACE clocking correctly. This also reverts 7dcd57aa4a2110166801d13c72365de1dc2f7192. 4 年之前
  Gregory Nutt 4e277a7f62 sched/signal/sig_dispatch.c: Trivial update to a comment. 4 年之前
  Gregory Nutt 81790f2ca8 sched/signal/sig_dispatch.c: Clarify some logic. It is not necessary to test the TCB's TCB_FLAG_SYSCALL if syscalls are not enabled. 4 年之前
  Gregory Nutt 16b1c276bd net/netlink/netlink_conn.c: Fix some really basic errors in the redesign of the asynchronous Netlink response logic. 4 年之前
  Gregory Nutt c4d10de565 Fix a warning found in build testing. 4 年之前
  Gregory Nutt 6b66ac0e04 Some minor changes from review of last PR. 4 年之前
  Masayuki Ishikawa 7a8e9581ca Merged in masayuki2009/nuttx.nuttx/hifive1-qemu (pull request #1078) 4 年之前
  Gregory Nutt 4ae09a3b80 net/netlink: Redesign the logic that handles notifications of when response data is available. Signal handlers are sub-optimal inside the OS (especially after the preceding change which forces the hand). Instead, use the work queue notifiers as is done with all other network notifiers. 4 年之前
  Gregory Nutt 69318b1024 Re-implements reverted commit 344f7bc9f61d139b932bf6c6a5001e7a8e54409d in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 4 年之前
  Gregory Nutt cbdd590c82 Revert "include/nuttx/sched.h: Add storage for a previous signal mask. arch/: In all syscall implementations, block all signals before dispatching a system call; resotre signal mask when the system call returns." 4 年之前
  Gregory Nutt 7dcd57aa4a boars/arm/imxrt/imxrt10x0-evk/include/board.h: Define IMXRT_TRACE_CLK_SELECT with arbitrary value just to get through build testing. 4 年之前
  Gregory Nutt 344f7bc9f6 include/nuttx/sched.h: Add storage for a previous signal mask. arch/: In all syscall implemenations, block all signals before dispatching a system call; resotre signal mask when the system call returnes. 4 年之前
  Beat Küng fe49dcf622 Merged in bkueng/nuttx/fix_h7_dmamux_defines (pull request #1079) 4 年之前
  Gregory Nutt d1593bb336 Squashed commit of the following: 4 年之前
  Gregory Nutt a8f3c3651a net/netlink/netlink_conn.c: Use nxsig_queue() instead of nxsig_kill() so that we can pass a reference to the connection structure with the signal. 4 年之前
  Xiang Xiao e1e192fc33 net/: icmp[v6] fix ping[6] complain 'WARNING: Received after timeout'. The root cause is that icmp[v6]_pollsetup monitors ICMP[v6]_NEWDATA, but icmp[v6]_input reports ICMP[v6]_ECHOREPLY. This change lets icmp[v6]_input report report ICMP[v6]_NEWDATA to fix this issue and remove ICMP[v6]_ECHOREPLY to avoid the wrong usage in the future. 4 年之前
  Xiang Xiao 250bde034d net/: icmp[v6]_pollsetup should always return POLLWRNORM if the caller requests it since ICMP[v6] doesn't utilize IOB buffer for sending and always needs to wait for an ICMP[v6]_POLL. 4 年之前
  Xiang Xiao ea666877f2 net/devif/devif_callback.c: Restore cf9f2c56cb00f0e879eed9c95bff824ba1499656. That restored change plus the following additional commits reolves the issue raised by Valmantas Palikša. 4 年之前
  Xiang Xiao b7b85251cf fs/mmap/fs_munmap.c: Fix 'warning: variable 'newaddr' set but not used' 4 年之前
  kyChu 01cda09aba Merged in kyChuGit/nuttx (pull request #1077) 4 年之前