提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 651bd9e8ad Rename CONFIG_LOOP to CONFIG_DEV_LOOP 9 年之前
  Gregory Nutt f7ba1b1eeb Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files 9 年之前
  Gregory Nutt add36cc3de Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis 9 年之前
  Gregory Nutt 8dc26a0dd9 Fix a case in mq_timedsend() where the return errno value was being overwritten 9 年之前
  Gregory Nutt 32238fa2bc A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used 9 年之前
  Gregory Nutt d25a3ec157 Update configuration 10 年之前
  Gregory Nutt f31dca368b Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs 10 年之前
  Gregory Nutt 857d0b8e76 Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask() 10 年之前
  Gregory Nutt 5507210dac Refresh sim/ostest configuration 10 年之前
  Gregory Nutt 5cd7f93173 Refresh configuration 10 年之前
  Gregory Nutt 4aa785a503 Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 10 年之前
  Gregory Nutt 3dd8c08714 Remove final traces of the 8015 from the NuttX source tree 10 年之前
  Gregory Nutt f15246ec6c Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported 10 年之前
  Gregory Nutt 1161e96319 Update some sim/ defconfig files. This now automatically switches them to x86_64 builds 10 年之前
  Gregory Nutt 1b2a96c965 Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support 10 年之前
  Gregory Nutt 49deb059d4 Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems 10 年之前
  Gregory Nutt 7edc6a5666 Remove CONFIG_DISABLE_CLOCK 10 年之前
  Gregory Nutt cbe4d3573d Rename apps/examples/uip to apps/examples/webserver 10 年之前
  Gregory Nutt 285f66a2c1 NET: Rename uiplib/UIPLIB to netlib/NETLIB 10 年之前
  Gregory Nutt b0c49a71a0 Refresh configuration files 10 年之前
  Gregory Nutt 7050b91155 Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file 10 年之前
  Gregory Nutt 33e3bbefd5 Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested 11 年之前
  Gregory Nutt 024cb72187 Move apps/examples/usbmsc to apps/system/usbmsc 11 年之前
  Gregory Nutt efded598fd Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 11 年之前
  Gregory Nutt 9ab85d01ef Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup 11 年之前
  patacongo 45758cc6c2 Fix some ARMv7-M syscall logic 11 年之前
  patacongo 88e549ad63 Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio buffers 11 年之前
  patacongo 45dc56b0af Add syslog.h; rename lib_rawprintf() to syslog() 11 年之前
  patacongo 415cbaf5da Add logic to retain child task exit status if so configured 11 年之前
  patacongo 42304f45ed Use SIGCHLD with waitpid(); implemented wait() and waitid() 11 年之前