提交历史

作者 SHA1 备注 提交日期
  Alin Jerpelea 2ac8589a25 examples: fix relative path CI error 3 年之前
  Xiang Xiao d6d458c60b Include assert.h in necessary place 3 年之前
  Xiang Xiao e76ab9c868 Remove all fclose with stdin, stdout and stderr 4 年之前
  Gregory Nutt ad233b5a97 apps/examples/nxterm: Remove duplicated fflush() call. 4 年之前
  Xiang Xiao 9d80399bd5 nsh: Accept the command line arguments like sh 4 年之前
  Xiang Xiao b217de70e5 apps: Remove all stuff related to CONFIG_xxx_CXXINITIALIZE 4 年之前
  Gregory Nutt 724a34bd3b Run all files modified by pr45 through nxstyle. 4 年之前
  Xiang Xiao 37135e5dfe telnetd should listen both IPv4 and IPv6 for the dual stack 4 年之前
  Xiang Xiao 857158451b Unify the void cast usage 4 年之前
  Xiang Xiao e806097c70 Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard. 5 年之前
  Gregory Nutt 61eb262142 Various graphics apps: If CONFIG_VNCSERVER=y, don't vnc_default_fbinitialize() directly. That is a violation of the portable POSIX interface. Instead, call boardctl(BOARDIOC_VNC_START);. 5 年之前
  Gregory Nutt d33ce2c3ae graphics: nx_openwindow() and nxtk_openwindow() now accept an addtional 'flag' parameter. This argument is not used at present but will, eventually enable a RAM backed, per-window framebuffer. 5 年之前
  Gregory Nutt e063e93f77 apps/examples/nxterm: NxWM passed the size of the NxTK sub-window but nxterm example passed the size of the complete NxTK window. They must be made consistent. 5 年之前
  Gregory Nutt 061b4338c9 apps/examples/nxterm and graphics/NxWidgets/nxwm: Replace direct calls to nxtk_register with legal, indirect calls via boardctrl(BOARDIOC_NXTERM). Replace calls to (deleted) nxterm_unregister(). The correc way to delete a driver is by unlink'ing it. 5 年之前
  Xiang Xiao 5304ec5eec Replace all ASSERT calls to DEBUGASSERT 6 年之前
  anchao 220653f21c Squashed commit of the following: 6 年之前
  Gregory Nutt 2f982e9c77 Revert "Squashed commit of the following:" 6 年之前
  anchao 25b92edd9f Squashed commit of the following: 6 年之前
  Gregory Nutt 4bff47a80f graphics/traveler: Conver to use the framebuffer driver. 7 年之前
  Gregory Nutt 28415d662b netutils/telnetd and users of telnetd: Add support for IPv6. 7 年之前
  Gregory Nutt b08ea68a33 Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h 7 年之前
  Gregory Nutt 13911d9b17 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 年之前
  Gregory Nutt 38e3619e21 Graphics: Remove all NX server taks. Instead, call boardctl() to the the NX server kernel thread. 8 年之前
  Sebastien Lorquet 2cbad44f1d This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 8 年之前
  Gregory Nutt 0e76ca7474 Move apps/include/nsh.h to apps/include/nshlib/nshlib.h 8 年之前
  Gregory Nutt e2654d8777 VNC: Finish initializing the VNC server once we have the NX handle 8 年之前
  Gregory Nutt f10f2de2e4 Eliminate some warnings 9 年之前
  Gregory Nutt 88956111df Remove non-portable references to syslog from apps/examples 10 年之前
  Gregory Nutt 45791a6029 Rename all occurences of NxConsole to NxTerm 10 年之前