提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 5a9eebe270 More conversions of defconfig files to compressed format. All but Windows native configurati9ons. 7 年之前
  Gregory Nutt 47be509d79 Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x 7 年之前
  Gregory Nutt cd54a0340f Fix a typo. And typo in Kconfig file is reflect in all defconfig files. 7 年之前
  Gregory Nutt 78281ef8e0 configs/stm32f103-minimum/mcp2515/defconfig: Enable CONFIG_CAN_TXREADY=y to eliminate a warning. 7 年之前
  Gregory Nutt 38ae28e978 MCP2515: Changes from review of last PR 7 年之前
  Alan Carvalho de Assis 607b9b5a8c Add board support to test Microchip MCP2515 driver 7 年之前
  Gregory Nutt a031fc1a88 Remove submodules 8 年之前
  Gregory Nutt 8b848504c3 Fix all URLs to the NuttX repository 8 年之前
  Gregory Nutt 4fbd79d1a8 rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts 8 年之前
  Gregory Nutt 1767b21d3c Update submodules 8 年之前
  Gregory Nutt ab3f9b764e Update ChangeLog 8 年之前
  Gregory Nutt a6fff34ec6 Update TODO list 8 年之前
  Gregory Nutt af027f2a18 Update submodules 8 年之前
  Gregory Nutt bbbb615c31 Remove references to VSN from README; update ChangeLog 8 年之前
  Gregory Nutt 35ab1697cd CONFIG_DEV_RANDOM depends on CONFIG_ARCH_HAVE_RNG which is selected with MCU-specific RNG H/W is enabled. So correct default is y; you almost certainly want /dev/random as well. 8 年之前
  Gregory Nutt 751e85eade tools/: Scripts should use /bin/bash vs. /bin/sh 8 年之前
  Gregory Nutt fbaee9db34 PM: Some cosmetic updates 8 年之前
  Gregory Nutt 54dbec248e PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 8 年之前
  Gregory Nutt dea4fe5d90 PM: Add activity domain to all PM callbacks 8 年之前
  Gregory Nutt 970822b351 Add missing PM configuratin options to Kconfig file 8 年之前
  Gregory Nutt d580b70a71 Minor updates to TODO list 8 年之前
  Gregory Nutt 8523e17f52 Prep for 7.15 release 8 年之前
  Gregory Nutt cc5a678a9e Extend boardctl() USB device control to include PL2303 serial 8 年之前
  Gregory Nutt e2b16e0cb6 Update README 8 年之前
  Gregory Nutt 3e4ae24387 Fix a few issues related to new USB device boardctl() commands 8 年之前
  Gregory Nutt 9b9c374a83 Add basic definitions for control of USB devices via boardctl() 8 年之前
  Gregory Nutt 53a721cdd7 Fix a cloned error in both sq_cat() and dq_cat() 8 年之前
  Gregory Nutt 03a77c1d18 Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts. 8 年之前
  Gregory Nutt 4639cdd894 TCP timeouts: Fix some logic when there are multiple network interfaces. In this case, TCP timeout events can really only being processed when the poll from the correct device is received. 8 年之前
  Gregory Nutt 242f8ff25f drivers/syslog/note_driver.c: Add a driver that will allow an application to read buffered scheduler instrumentation data 8 年之前