Commit History

Author SHA1 Message Date
  Xiang Xiao eb4121ce38 Change all 'Nuttx' to 'NuttX' 4 years ago
  Xiang Xiao bf7399a982 arch: Initialize idle thread stack information 4 years ago
  Brennan Ashton 4cb193d530 Docs: Update links to old website and wiki 4 years ago
  Gregory Nutt deb3b13759 Udate TODO List 4 years ago
  Gregory Nutt 82debdc213 Make task_init() and task_activate() internal OS functions. 4 years ago
  Xiang Xiao bd656888f2 build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig 4 years ago
  Gregory Nutt f92dba212d sched/sched/sched.h: Make naming of all internal names consistent: 4 years ago
  Gregory Nutt 3dca5eba15 Completes the Implementation of the TLS-based errno 4 years ago
  Gregory Nutt c2244a2382 Remove CONFIG_TLS 4 years ago
  Gregory Nutt 87dbd7d52d TODO: Remove simulator SMP bug 4 years ago
  Nathan Hartman a5e643b0cd Fix typos in comments and documentation. 4 years ago
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 years ago
  Xiang Xiao dcaaf2d912 ramlog: Remove all ramlog_consoleinit related code 4 years ago
  Xiang Xiao e7d9260014 arch: Customize the typedef of size_t instead of intptr_t 4 years ago
  Gregory Nutt ebce5fb7ca Squashed commit of the following: 4 years ago
  Gregory Nutt 677b0bf47e Remove all support for the ancient Pascal compiler and pcode interpreter. 4 years ago
  Gregory Nutt 118d611a8b Squashed commit of the following: 5 years ago
  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 years ago
  Gregory Nutt 03bf18d097 drivers/mkrd.c: Forgot to add file in last commit. 5 years ago
  Nathan Hartman 46aaec7ba0 Fix minor typos in docs and comments. 5 years ago
  Juha Niskanen ebc6f51641 Fix some typos 5 years ago
  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 years ago
  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 years ago
  Gregory Nutt 13fd8e27b6 Update TODO list 5 years ago
  Gregory Nutt a2d8e108a6 libs/libc/Kconfig: Correct a typo in Kconfig file. 5 years ago
  Gregory Nutt ac36b1de3b Update TODO list 5 years ago
  Gregory Nutt 240926c995 Beginning to update comments to reflect new organization of the boards/ sub-directory. 5 years ago
  Gregory Nutt e12c133a53 Change references to boards/<board>/<config> to boards/<board>/configs/<config> in comments, Documentation, URLs. 5 years ago
  Gregory Nutt 615c0ea7ee Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go. 5 years ago