提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 86b5f3b9ed boardctl: Add new command to start the NX server as a kernel thread. Also refresh more configurations. 8 年之前
  Gregory Nutt 6dda185e8a NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 8c1534e3ed VNC: Finish initializing the VNC server once we have the NX handle 8 年之前
  Gregory Nutt 46846c0c24 Framebuffer driver: Add a display number to each interface in order to support multiple displays 8 年之前
  Gregory Nutt bee0eda68c Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt 02beb0d449 More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize 9 年之前
  Gregory Nutt ded2001121 Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl(). 9 年之前
  Gregory Nutt 23147c40a5 Remove final traces of the 8015 from the NuttX source tree 10 年之前
  Gregory Nutt 91b002a043 Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 10 年之前
  Gregory Nutt 118c4b1d67 STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread; needs its on initialization kernel thread 10 年之前
  Gregory Nutt 43e47f8e78 NX server needs to be on a kernel thread for the kernel build 10 年之前
  Gregory Nutt 5c7a4896cc Add nx_start() to simplify starting the NX server from within the RTOS 10 年之前