From 99c36c394b5b7cf7ff17ca5509488a6b64baff16 Mon Sep 17 00:00:00 2001 From: PX4 Build Bot Date: Mon, 11 Mar 2019 07:19:29 +0000 Subject: [PATCH] PX4/NuttX branch test: master NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - https://github.com/PX4-NuttX/nuttx/commit/db2310bd5ae2dfbd0c811454a8036f18f9d849c6 Changes from PX4/NuttX (https://github.com/PX4/NuttX/commit/1f2f6d8cbe7c85f30fd75ec53c20566e91b14f21) in current PX4/master (2773fe6a543dbdbf6c8a5fe9eb0d750c9c779f92) https://github.com/PX4/NuttX/compare/1f2f6d8cbe7c85f30fd75ec53c20566e91b14f21...db2310bd5ae2dfbd0c811454a8036f18f9d849c6 db2310b (HEAD, origin/master) lib_gethostbyaddrr.c edited online with Bitbucket f33ed3c *Merged in zhoukejun/nuttx_nucleo-f767zi (pull request #838) 20e7ee5 configs/omnibusf4/README.txt: Update README. aa4f7c9 graphics/nxmu/nxmu_start.c: Extend nxmu_start so that receives a display number as an argument. This makes it possible to have multiple instances of the NX server running on boards that support multiple displays. Also includes updates to boardctl() to accept display number paramters. f6b9fe5 tools/nxstyle.c: Add logic to detect a blank line following a left brace or a blank line preceding a right brace. 8be37f0 configs/omnibusf4/README.txt: Add README file for OmnibusFS target. c56ea62 arch/arm/src/imxrt/imxrt_clockconfig.c: If SDRAM is actived it was only running at 40MHz. This was becaus imxrt_clockconfig.c changed the SEMC clock divider after the DCD was configured. This commit corrects that. bd6b05f Update TODO and some comments. 2caf135 Merged in raiden00/nuttx_h7 (pull request #837) ffca6ba Squashed commit of the following: Apps: - https://github.com/PX4/NuttX-apps/tree/master - https://github.com/PX4/NuttX-apps/commit/e063e93f77297b829acace4b53b4e6ac1a02ccb2 Changes from PX4/NuttX-apps (https://github.com/PX4/NuttX-apps/commit/7db2a352fb19438bb966e419c61e55092056d385) in current PX4/master (2773fe6a543dbdbf6c8a5fe9eb0d750c9c779f92) https://github.com/PX4/NuttX-apps/compare/7db2a352fb19438bb966e419c61e55092056d385...e063e93f77297b829acace4b53b4e6ac1a02ccb2 e063e93 (HEAD -> master, origin/master) 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. 66af5b4 apps/Nxwidgets: Fix some recently introduced errors found in build testing. e4e00f7 apps/examples/sx127x_demo/Kconfig: Fix misplaced 'if' c019c9d apps/examples/modbusmaster/mbmaster_main.c: eMBMasterRegHoldingCB cannot be static. 53e6f4b apps/examples/nxterm, graphics/NxWidgets: Replace illegal direct calls to nxterm_redraw() and nxterm_kbdin() with new boardctl() calls. 6529a84 apps/examples/nxterm: Most configuration options were not available in the Kconfig file. c341abf graphics/NxWidgets/nxwm/src/cnxterm.cxx: Part of the last change was still in he editor. 061b433 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. 2eaf2e0 (origin/px4_firmware_nuttx-7.28+_rt) aps/system/cu/Kconfig: CU term depends on TERMIOS and should select it. e54c456 (origin/px4_firmware_nuttx-7.28++) testing/ostest/setvbuf.c: Fix several errors in the setvbuf() test. --- platforms/nuttx/NuttX/apps | 2 +- platforms/nuttx/NuttX/nuttx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/nuttx/NuttX/apps b/platforms/nuttx/NuttX/apps index 7db2a352fb19..e063e93f7729 160000 --- a/platforms/nuttx/NuttX/apps +++ b/platforms/nuttx/NuttX/apps @@ -1 +1 @@ -Subproject commit 7db2a352fb19438bb966e419c61e55092056d385 +Subproject commit e063e93f77297b829acace4b53b4e6ac1a02ccb2 diff --git a/platforms/nuttx/NuttX/nuttx b/platforms/nuttx/NuttX/nuttx index 1f2f6d8cbe7c..db2310bd5ae2 160000 --- a/platforms/nuttx/NuttX/nuttx +++ b/platforms/nuttx/NuttX/nuttx @@ -1 +1 @@ -Subproject commit 1f2f6d8cbe7c85f30fd75ec53c20566e91b14f21 +Subproject commit db2310bd5ae2dfbd0c811454a8036f18f9d849c6