提交历史

作者 SHA1 备注 提交日期
  Brennan Ashton 4cb193d530 Docs: Update links to old website and wiki 4 年之前
  Gregory Nutt deb3b13759 Udate TODO List 4 年之前
  Gregory Nutt 82debdc213 Make task_init() and task_activate() internal OS functions. 4 年之前
  Xiang Xiao bd656888f2 build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig 4 年之前
  Gregory Nutt f92dba212d sched/sched/sched.h: Make naming of all internal names consistent: 4 年之前
  Gregory Nutt 3dca5eba15 Completes the Implementation of the TLS-based errno 4 年之前
  Gregory Nutt c2244a2382 Remove CONFIG_TLS 4 年之前
  Gregory Nutt 87dbd7d52d TODO: Remove simulator SMP bug 4 年之前
  Nathan Hartman a5e643b0cd Fix typos in comments and documentation. 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  Xiang Xiao dcaaf2d912 ramlog: Remove all ramlog_consoleinit related code 4 年之前
  Xiang Xiao e7d9260014 arch: Customize the typedef of size_t instead of intptr_t 4 年之前
  Gregory Nutt ebce5fb7ca Squashed commit of the following: 4 年之前
  Gregory Nutt 677b0bf47e Remove all support for the ancient Pascal compiler and pcode interpreter. 4 年之前
  Gregory Nutt 118d611a8b Squashed commit of the following: 5 年之前
  Gregory Nutt 07edaa088c drivers/Kconfig: Add an option, CONFIG_DRVR_MKRD, to control whether or not the mkrd() implementation is build. Otherwise, if mkrd() is built unconditionally, it will be drawn into every build whether it is used or not and will increase the build size. 5 年之前
  Gregory Nutt 03bf18d097 drivers/mkrd.c: Forgot to add file in last commit. 5 年之前
  Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 年之前
  Juha Niskanen ebc6f51641 Fix some typos 5 年之前
  Gregory Nutt e2949d0dcf boards/arm/stm32/axoloti, omnibusf4, and stm32f4discovery: If CONFIG_SCHED_CRITMONITOR is selected, then make sure that ITM and DWT resources are enabled before accessing ITM and DWT registers. By default, these registers are disabled. Suggested by Juha Niskanen. 5 年之前
  Gregory Nutt 254a906409 libs/libc/builtin/: builtint_isavail() should not set the errno variable because this functions may be used by internal OS logic for which setting the rrno variable would be inappropriate. 5 年之前
  Gregory Nutt 13fd8e27b6 Update TODO list 5 年之前
  Gregory Nutt a2d8e108a6 libs/libc/Kconfig: Correct a typo in Kconfig file. 5 年之前
  Gregory Nutt ac36b1de3b Update TODO list 5 年之前
  Gregory Nutt 240926c995 Beginning to update comments to reflect new organization of the boards/ sub-directory. 5 年之前
  Gregory Nutt e12c133a53 Change references to boards/<board>/<config> to boards/<board>/configs/<config> in comments, Documentation, URLs. 5 年之前
  Gregory Nutt 615c0ea7ee Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go. 5 年之前
  Gregory Nutt de5a6163d5 This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit. 5 年之前
  Gregory Nutt 5e36627366 Update TODO list and fix an error in conditional compilation that I introduced with the last commit. 5 年之前