提交历史

作者 SHA1 备注 提交日期
  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 9535c909d3 Rename CONFIG_SYSTEM_INIFILE to CONFIG_FSUTILS_INIFILE 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 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 d74b28befd MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configuration 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 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 7050b91155 Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file 10 年之前
  Gregory Nutt 1ce1444443 All mbed configurations have been converted to used the kconfig-frontends tools (unverifeid) 10 年之前
  Gregory Nutt b517ccdb99 Misc changes from Richard Cochran 10 年之前
  Gregory Nutt 6c78acdd84 A consequence of previous change: Configurations that select a PHY also need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration 11 年之前
  Gregory Nutt c233db1327 Add prefex ETH0 to all PHY configurations to support multiple NICs 11 年之前
  Gregory Nutt efded598fd Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 11 年之前