From 66d080566e4a4e865e59731e9745ef72a190a7af Mon Sep 17 00:00:00 2001 From: PX4 Jenkins Date: Sun, 8 Jul 2018 18:34:29 +0000 Subject: [PATCH] PX4-NuttX/nuttx branch test: px4-master_auto_rebase NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - https://github.com/PX4-NuttX/nuttx/commit/167e1051df0c6b296629d595938f2076a55814c3 Changes from PX4-NuttX/nuttx (https://github.com/PX4-NuttX/nuttx/commit/d5c12b24fa5349791220ce44a46b96f345ec77c1) in current PX4/master (e4be8eccc9b8bf8f91f5a00638f419b39e4a3345) https://github.com/PX4-NuttX/nuttx/compare/d5c12b24fa5349791220ce44a46b96f345ec77c1...167e1051df0c6b296629d595938f2076a55814c3 167e105 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt f2dd956 [PX4: REJECTED] cstdint fix 4da8782 [PX4: REJECTED] add math.h 2fadf4a [PX4: WIP] Jenkinsfile fa56b1b (origin/master) Merged in raiden00/nuttx_h7 (pull request #671) 0e1fc1a tools/mkexport.sh: Save the System.map file in the export package so that it can be used to extract addresses. 9e63080 Merged in raiden00/nuttx/stm32h7 (pull request #670) 70dc642 The LPC54608 can only run at a maximum frequency of 180Mhz. This configuration requires uses the clk_in, external crystal clock, to drive the PLL. When that input was selected, the board bootup failed waiting for the PLL to lock. After referring the driver from NXP, we should turn on power sources for the ext clock if system pll input select clk_in. NOTE that the LPC54628 did not require this step... perhaps because the system oscillator power was already enabled. a764e4a drivers/leds/pca9635pw.c configs/stm32f4discovery/src/stm32_pca9635.c: Fix pca9635pw LED driver compilation 1450c0c arch/arm/src/stm32f7/stm32_sdmmc.c: Fix some missing right parentheses. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - https://github.com/PX4-NuttX/apps/commit/444ee161e4671eb1c7bbb7700ed3f9056ba5e847 Changes from PX4-NuttX/apps (https://github.com/PX4-NuttX/apps/commit/36806ba3d84c0fa07ed86857d4c92a997b7cd194) in current PX4/master (e4be8eccc9b8bf8f91f5a00638f419b39e4a3345) https://github.com/PX4-NuttX/apps/compare/36806ba3d84c0fa07ed86857d4c92a997b7cd194...444ee161e4671eb1c7bbb7700ed3f9056ba5e847 444ee16 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch e66470d (origin/master) Merged in raiden00/apps (pull request #143) db77b1e apps/examples/tcpblaster: Fix an error in time calculation. 19b8a52 apps/examples/tcpblaster/tcpblaster_server.c: Start time was not being initialized on the server side on the first pass through loop so the first output record had a crazy time. 749eccb Squashed commit of the following: 4d8b8fa apps/netutils/dhcpc: Activates BINDTODEVICE if available, and break up some long lines 0abe341 Merged in raiden00/apps (pull request #142) 3403b1b apps/nshlib/README.txt: Clarify arguments to the mkrd command. abcb66c Remove apps/interpreters/micropthon. There are several reasons for this. (1) the current version 1.3.8 is very old and no one is supporting it. (2) the port only includes the core micropython logic and none of the Python libraries. As such it is useless in any real application. (3) There have recently been compile failures reported. It looks like this is due to changes in newlib based toolchains that now bring in incompatible newlib header files. See issue 104 at https://bitbucket.org/nuttx/nuttx/issues/104/build-micropython-138-error. With no one dedicated to the support of micropython, it can no longer be carried in the NuttX apps/ repository. 36d6348 apps/nslib: Try to eliminate and uninitialized variable warning. --- 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 36806ba3d84c..444ee161e467 160000 --- a/platforms/nuttx/NuttX/apps +++ b/platforms/nuttx/NuttX/apps @@ -1 +1 @@ -Subproject commit 36806ba3d84c0fa07ed86857d4c92a997b7cd194 +Subproject commit 444ee161e4671eb1c7bbb7700ed3f9056ba5e847 diff --git a/platforms/nuttx/NuttX/nuttx b/platforms/nuttx/NuttX/nuttx index d5c12b24fa53..167e1051df0c 160000 --- a/platforms/nuttx/NuttX/nuttx +++ b/platforms/nuttx/NuttX/nuttx @@ -1 +1 @@ -Subproject commit d5c12b24fa5349791220ce44a46b96f345ec77c1 +Subproject commit 167e1051df0c6b296629d595938f2076a55814c3