提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 55407013ea Fix a few issues related to new USB device boardctl() commands 8 年之前
  Gregory Nutt 4b1c510f6f Refresh all STM32 configurations 8 年之前
  Gregory Nutt f5c987a627 Change name IMX to IMX1 in configuration variable names to make room for i.MX6 8 年之前
  Gregory Nutt 12c14ee718 Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS 8 年之前
  Gregory Nutt 656e730f8f apps/system/ramtron has been removed. 8 年之前
  Gregory Nutt de50bc82a7 Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 8 年之前
  Gregory Nutt c41449b12a Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU 8 年之前
  Gregory Nutt 651bd9e8ad Rename CONFIG_LOOP to CONFIG_DEV_LOOP 9 年之前
  Gregory Nutt 42f69ba42f Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb 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 15b90de919 NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation 9 年之前
  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 4aa785a503 Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 10 年之前
  Gregory Nutt e09923cd8e Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE 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 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 bb5f545173 STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent 10 年之前
  Gregory Nutt 2dbaed4779 The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name 10 年之前
  Gregory Nutt 51950d7850 Undefine IRQPRIO in all configurations it should not be set 10 年之前
  Gregory Nutt 069ea487ae Long needed clean up of DNS resolver for coding style and naming conventions 10 年之前
  Gregory Nutt 6cf9895b95 configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB 10 年之前
  Gregory Nutt 7050b91155 Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file 10 年之前
  Gregory Nutt de80fe2e04 configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured 10 年之前