提交历史

作者 SHA1 备注 提交日期
  Alin Jerpelea 7ff60d7c5b tools: Author Gregory Nutt: update licenses to Apache 3 年之前
  Xiang Xiao b0797263ca libc/stdio: Allocate file_struct dynamically 4 年之前
  Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 年之前
  Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 年之前
  Gregory Nutt d1979ace8f tools/mkconfig.c: Add definitions to distinguish between tristate 'y' and 'm' options. 5 年之前
  Gregory Nutt 97c5421c0c tools/mkconfig.c: Purely cosmetic update. 7 年之前
  Gregory Nutt d35676860b tools/mkconfig.c: Purely cosmetic update. 7 年之前
  Gregory Nutt 0b4a9539be tools/mkconfig.c: Add logic to keep all of the buffering options in sync. 7 年之前
  Gregory Nutt 599c7963e8 Took too much out of tools/mkconfig.c recently. 8 年之前
  Gregory Nutt c4e6f50eac Centralize definitions associated with CONFIG_DEBUG_IRQ 8 年之前
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 年之前
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 年之前
  Gregory Nutt 5356e3d747 Since I can't (yet) get rid of the sanity checks in config.h, I suppose I should at least update the checks. 8 年之前
  Gregory Nutt b77672a049 Backout d5be40be5fe88b701c66094d38f8500a674944d3. This change is logically correct but unmasks a lot of issues. Reverted for now. 8 年之前
  Gregory Nutt cf489a6083 Fix a typo in the last commit 8 年之前
  Gregory Nutt ef6edb6094 tools/mkconfig.c: Go further... remove all autogenerated sanity checks from the config.h header file 8 年之前
  Gregory Nutt d5be40be5f Remove CONFIG_FS_READABLE/WRITABLE logic from tools/mkconfig.c. This logic has been replaced with proper logic in the Kconfig files, it is out of date and an ongoing maintenance problem, and it shoulw not be necessary. 8 年之前
  Gregory Nutt 0b12dbf95d Fix some spacing problems 9 年之前
  Gregory Nutt 366e3d3353 Eliminate warnings 9 年之前
  Gregory Nutt 9cd1e34792 Eliminate a warning 9 年之前
  Gregory Nutt 7e46e94546 Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 9 年之前
  Gregory Nutt 076d20f9c0 Fix some memeory leaks detected by cppcheck 10 年之前
  Gregory Nutt 2906ff6a4a Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start 10 年之前
  Gregory Nutt 9d393e167c A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes problems for assembly 11 年之前
  Gregory Nutt 72f00b9bb6 mkconfig: Cast RAM size to unsigned to avoid complains about integer overflow in calculatino of CONFIG_RAM_END 10 年之前
  Gregory Nutt f1671bb6a7 Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 11 年之前
  Gregory Nutt 517546bb47 tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable file systems 11 年之前
  Gregory Nutt f8b3dbaa61 Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 11 年之前
  Gregory Nutt beb58c2520 SAMA5: Fixes a bug in the way that the heap regions were being allocated 11 年之前
  Gregory Nutt 9a94a3707c SAMA5: The ostest configuration have been converted to run out of NOR flash. There is more to be done, however 11 年之前