Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fw att control: manual setpoint: fix comment and trim sign #931

Merged
merged 1 commit into from
May 13, 2014

Conversation

thomasgubler
Copy link
Contributor

As discussed in #922 :

The sign change is on line 721

LorenzMeier added a commit that referenced this pull request May 13, 2014
fw att control: manual setpoint: fix comment and trim sign
@LorenzMeier LorenzMeier merged commit 80ecaf7 into master May 13, 2014
@LorenzMeier LorenzMeier deleted the fwtrim branch May 13, 2014 07:04
PX4BuildBot added a commit that referenced this pull request Jul 4, 2019
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@48760b2

Changes from PX4/NuttX (PX4/NuttX@423371c) in current PX4/master (72a4494)
PX4/NuttX@423371c...48760b2

48760b2 (HEAD, origin/master) Merged in masayuki2009/nuttx.nuttx/improve_gs2200m_performance (pull request #931)
55026f2 arch/arm/src/am335x:  Add clock module registers definition.  Switch to DMTIMER1 for systick.
03fe07c Merged in bkueng/nuttx/uart_invert_ioctl_continued (pull request #930)
093f98c arch/arm/src/imxrt/imxrt_usdhc.c:  Implements SDIO and Multi-card support for i.MX RT.
1395938 arch/arm/src/stm32f7/stm32_serial.c:  This adds the ability to invert and swap RX/TX on STM32F7 UARTs.  I added the TIOCGINVERT as well to reserve the IOCTL number, but did not implement it. This is the same as for TIOCGSINGLEWIRE.
118d0f8 Trivial updates to last PR for minor issues reported by tools/nxstyle.
55a4029 Merged in alinjerpelea/nuttx (pull request #928)
7815c3a Merged in masayuki2009/nuttx.nuttx/tiva_with_qemu (pull request #927)
b6e7812 Merged in masayuki2009/nuttx.nuttx/fix_gs2200m (pull request #926)
1346f29 net/: Fix alignment and spacing problems found by tools/nxstyle.

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@c131733

Changes from PX4/NuttX-apps (PX4/NuttX-apps@7db2a35) in current PX4/master (72a4494)
PX4/NuttX-apps@7db2a35...c131733

c131733 (HEAD -> master, origin/master) Merged in masayuki2009/nuttx.apps/mp3_on_webserver (pull request #180)
b12b61d Merged in masayuki2009/nuttx.apps/fix_webserver (pull request #179)
ee8af2a Fix warnings found in build testing.
334b450 wireless/gs2200m/gs2200m_main.c:  Fix a warning about an uninitialized return value found in build testing.
18a8032 examples/vl53l1x:  Remove.  The driver does not compile.
94ac7dc examples/vl53l1x:  Add VL53L1X example demo.
27766d7 Merged in masayuki2009/nuttx.apps/fix_apps_industry (pull request #178)
d2f3ad9 Merged in masayuki2009/nuttx.apps/wireless_gs2200m (pull request #177)
2c8e349 Merged in masayuki2009/nuttx.apps/add_system_gs2200m (pull request #176)
6561573 industry/abnt_codi, include/industry/abnt_code.h, examples.abntcodi:  Adds support for ABNT CODI library.  This is an energy meter protocol used in Brazil.
PX4BuildBot added a commit that referenced this pull request Jul 4, 2019
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@9b8c4a3

Changes from PX4/NuttX (PX4/NuttX@423371c) in current PX4/master (72a4494)
PX4/NuttX@423371c...9b8c4a3

9b8c4a3 (HEAD, origin/master) Merged in alinjerpelea/nuttx (pull request #935)
128c1f1 Merged in alinjerpelea/nuttx (pull request #934)
d9767b7 tools/mkexport.sh:  The mcu sub-directory chip/ was renamed to hardware/ in late May of 2019.  The mkexport.sh script that copies these files was not updated, however, until now.  Noted by Alin Jerpelea.
37a24c0 arch/arm/src/cxd56xx:  Cleaning up header files to match project layout.
48760b2 Merged in masayuki2009/nuttx.nuttx/improve_gs2200m_performance (pull request #931)
55026f2 arch/arm/src/am335x:  Add clock module registers definition.  Switch to DMTIMER1 for systick.
03fe07c Merged in bkueng/nuttx/uart_invert_ioctl_continued (pull request #930)
093f98c arch/arm/src/imxrt/imxrt_usdhc.c:  Implements SDIO and Multi-card support for i.MX RT.
1395938 arch/arm/src/stm32f7/stm32_serial.c:  This adds the ability to invert and swap RX/TX on STM32F7 UARTs.  I added the TIOCGINVERT as well to reserve the IOCTL number, but did not implement it. This is the same as for TIOCGSINGLEWIRE.
118d0f8 Trivial updates to last PR for minor issues reported by tools/nxstyle.

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@c131733

Changes from PX4/NuttX-apps (PX4/NuttX-apps@7db2a35) in current PX4/master (72a4494)
PX4/NuttX-apps@7db2a35...c131733

c131733 (HEAD -> master, origin/master) Merged in masayuki2009/nuttx.apps/mp3_on_webserver (pull request #180)
b12b61d Merged in masayuki2009/nuttx.apps/fix_webserver (pull request #179)
ee8af2a Fix warnings found in build testing.
334b450 wireless/gs2200m/gs2200m_main.c:  Fix a warning about an uninitialized return value found in build testing.
18a8032 examples/vl53l1x:  Remove.  The driver does not compile.
94ac7dc examples/vl53l1x:  Add VL53L1X example demo.
27766d7 Merged in masayuki2009/nuttx.apps/fix_apps_industry (pull request #178)
d2f3ad9 Merged in masayuki2009/nuttx.apps/wireless_gs2200m (pull request #177)
2c8e349 Merged in masayuki2009/nuttx.apps/add_system_gs2200m (pull request #176)
6561573 industry/abnt_codi, include/industry/abnt_code.h, examples.abntcodi:  Adds support for ABNT CODI library.  This is an energy meter protocol used in Brazil.
PX4BuildBot added a commit that referenced this pull request Dec 15, 2022
    - sitl_gazebo in PX4/Firmware (f3fe10f): PX4/PX4-SITL_gazebo-classic@0c8b6fd
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@891089a
    - Changes: PX4/PX4-SITL_gazebo-classic@0c8b6fd...891089a

    891089a 2022-12-14 Frederic Taillandier - adding gazebo sniffer log error handling for bad configuration (#931)
PX4BuildBot added a commit that referenced this pull request Dec 16, 2022
    - sitl_gazebo in PX4/Firmware (52c0cba): PX4/PX4-SITL_gazebo-classic@0c8b6fd
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@049b667
    - Changes: PX4/PX4-SITL_gazebo-classic@0c8b6fd...049b667

    049b667 2022-12-15 Frederic Taillandier - removing neotic catkin test (#934)
891089a 2022-12-14 Frederic Taillandier - adding gazebo sniffer log error handling for bad configuration (#931)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants