Commit History

Author SHA1 Message Date
  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
  Gregory Nutt de5a6163d5 This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit. 5 years ago
  Gregory Nutt 5e36627366 Update TODO list and fix an error in conditional compilation that I introduced with the last commit. 5 years ago
  Gregory Nutt 5af5fc4409 net/inet/inet_close.c: Last PR remove SO_LINGER socket option. SO_LINGER was always enabled is CONFIG_NET_SOLINGER was selected. 5 years ago
  Gregory Nutt aa18720d14 Upate a README 5 years ago
  Gregory Nutt 129d4d1e3c configs: Update all configurations to account for the configuration changes resulting from the separation of network initialization logic from NSH. 5 years ago
  Gregory Nutt 10b73fde9d graphics/: Correct logic for copy of bit maps with resolution less than 8 bits from the per-window framebuffer to the device. 5 years ago
  Gregory Nutt 9a97eb0fcf This commit brings the per-framebuffer logic to code-complete. Still untested. 5 years ago
  Gregory Nutt bd6b05f5bb Update TODO and some comments. 5 years ago
  Gregory Nutt 9f4ac58054 Update README file and TODO list. 5 years ago
  Gregory Nutt 2d4ce4e047 graphics/nxterm and configs/open1788: Various fixes to get the NxTerm example working in PROTECTED mode with the Open1788 knxterm configuration. Basically works until the screen becomes full and it starts scrolling. Then characters are missing from the display. Needs more debug and test. 5 years ago
  Gregory Nutt aca114d895 configs/boardctl.c: Add boardctl() commands to replace direct calls to nxterm_redraw() and nxterm_kbdin(). 5 years ago
  Gregory Nutt 56b5b9f7ad graphics/nxterm: Remove the nxterm_unregister interface. The correct way to unregister a device is to unlink it. 5 years ago
  Gregory Nutt 5fe6981c9a Squashed commit of the following: 5 years ago
  Gregory Nutt ba4f2d7c44 Update TODO 5 years ago
  Gregory Nutt ebdc96e4e6 Update TODO 5 years ago
  Gregory Nutt f914ec6e2b tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 5 years ago