-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
new err.h breaks px4io build #6
Comments
Thanks for the warning; I have not been test-building IO lately as it's lagging a bit. |
Thanks; fix will be in shortly. Are you tinkering with PX4IO? If so, feel free to chime in with suggestions; it's still in a pretty rough way. = Mike On Aug 18, 2012, at 7:24 PM, jemoster wrote:
|
Fixed in fcad5b5 |
geeksville
pushed a commit
to geeksville/PX4Firmware
that referenced
this issue
Aug 10, 2013
Added l3gd20h detection
RomanBapst
pushed a commit
to RomanBapst/Firmware
that referenced
this issue
May 11, 2015
implemented bidirectional udp communication with simulator
vilhjalmur89
pushed a commit
to vilhjalmur89/Firmware
that referenced
this issue
Jul 12, 2017
vilhjalmur89
pushed a commit
to vilhjalmur89/Firmware
that referenced
this issue
Jul 18, 2017
TSC21
pushed a commit
to TSC21/Firmware
that referenced
this issue
Feb 15, 2019
Added hexagon support
17 tasks
sfuhrer
pushed a commit
to sfuhrer/Firmware
that referenced
this issue
Mar 18, 2019
Update bootloader from FW on STM32F7
sfuhrer
pushed a commit
to sfuhrer/Firmware
that referenced
this issue
Mar 18, 2019
Devel - lower rates mavlink onboard
msamogh
pushed a commit
to msamogh/Firmware
that referenced
this issue
Jun 7, 2019
corrected .gitignore file to contain proper name of build folder
msamogh
pushed a commit
to msamogh/Firmware
that referenced
this issue
Jun 7, 2019
Added dependency for ubuntu
PX4BuildBot
added a commit
that referenced
this issue
Jan 8, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@f459d55 Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (f3cd5b1) PX4/NuttX@9331fda...f459d55 f459d55808 (HEAD, origin/master) Merge branch 'master' of github.com:apache/incubator-nuttx 44dcda9 boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Fix typo noted in last PR by João Matos. e298ccef36 Merge branch 'master' of github.com:apache/incubator-nuttx 208463e boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Eliminate a warning found in build testing. afc2bff net/icmpv6/icmpv6_netpoll.c: Fix two warnings found in build testing d1bec5a6b5 Merge branch 'master' of github.com:apache/incubator-nuttx 15eddd2 cxd56xx improvements (#48) and various other fixes (#49) 973938dc1a Merge branch 'master' of bitbucket.org:nuttx/nuttx c5e25dc259 Merge branch 'master' of github.com:apache/incubator-nuttx 9d5d60f Run all .c and .h files in last PR49 through nxstyle. Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@5c936ce Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (f3cd5b1) PX4/NuttX-apps@91b6ad6...5c936ce 5c936ce0 (HEAD -> master, origin/master) Various fixes (#6) 74ba8ff2 Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1)
PX4BuildBot
added a commit
that referenced
this issue
Jan 14, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@9babc64 Changes from PX4/NuttX (PX4/NuttX@c6ba2c1) in current PX4/master (4f362f5) PX4/NuttX@c6ba2c1...9babc64 9babc64438 (HEAD, origin/master) Merge branch 'master' of github.com:apache/incubator-nuttx 21ea255 net/devif/devif_poll.c: Correct a new warning found in build testing. devif/devif_poll.c:768:7: warning: unused variable 'hsec' [-Wunused-variable] (#97) aa6efbd800 Merge branch 'master' of bitbucket.org:nuttx/nuttx 81651f1357 Merge branch 'master' of github.com:apache/incubator-nuttx f005698 Fix a few errors concerning use of section block comments in .c files: (#95) 3a8241ecd0 Merge branch 'master' of github.com:apache/incubator-nuttx f8bcd58 Fix format warn (#96) 84153ad arch/mips/src/pic32mz/pic32mz-timer.c: Eliminate a warning found during testing. 4224038c6e Merge branch 'master' of github.com:apache/incubator-nuttx e507ca4 imxrt1050-evk/include/board.h: Add missing definitions. Recent i.MXRT changes added the definition IMXRT_USB1_PLL_DIV_SELECT to the imxrt1020-evk and imxrt1060-evk board.h header files but NOT to the imxrt10%0-evk. As a result EVERY i.MXR 1050 board configuration with USB enabled failed to compile during build testing. Another day without a successfull build test 8( (#93) Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@561fc02 Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (4f362f5) PX4/NuttX-apps@91b6ad6...561fc02 561fc02a (HEAD -> master, origin/master) netutils/ftpd/ftpd.c: Fix an error introduced in PR10. In error clean-up, it was trying to free memory on an error where we failed allocated memory. Not good. e6785097 apps/netutils/ftpd/ftpd.c: Fixes several problems: 573f07f3 fix passwd.h:103:30: warning: passwd_verify with no effect [-Wunused-value] 7fd1b906 delete all characters from char to EOL 967e7e29 system: readline: Improve security 01e2b117 system: zmodem: Improve zmodem send performance 221a4587 system: zmodem: Fix compile error in zmodem host tool 437dba33 system: zmodem: Fix debug assert condition 5c936ce0 Various fixes (#6) 74ba8ff2 Merge pull request #5 from xiaoxiang781216/fix-void-cast
BazookaJoe1900
added a commit
that referenced
this issue
Feb 22, 2020
PX4BuildBot
added a commit
that referenced
this issue
Sep 21, 2020
- jsbsim_bridge in PX4/Firmware (09af5e0): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 22, 2020
- jsbsim_bridge in PX4/Firmware (8b26b84): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 23, 2020
- jsbsim_bridge in PX4/Firmware (d5295ef): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 23, 2020
- jsbsim_bridge in PX4/Firmware (d5295ef): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 24, 2020
- jsbsim_bridge in PX4/Firmware (0a607bd): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 24, 2020
- jsbsim_bridge in PX4/Firmware (0a607bd): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 25, 2020
- jsbsim_bridge in PX4/Firmware (60252dd): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 25, 2020
- jsbsim_bridge in PX4/Firmware (1dbd7df): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 26, 2020
- jsbsim_bridge in PX4/Firmware (f37d0a8): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 26, 2020
- jsbsim_bridge in PX4/Firmware (a244883): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 27, 2020
- jsbsim_bridge in PX4/Firmware (6a08e16): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c5346be - Changes: PX4/px4-jsbsim-bridge@efe19db...c5346be c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 28, 2020
- jsbsim_bridge in PX4/Firmware (6a08e16): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@d2cc31d - Changes: PX4/px4-jsbsim-bridge@efe19db...d2cc31d d2cc31d 2020-09-27 JaeyoungLim - Merge pull request #5 from mvacanti/pr-update-mag-latitude 9c76d93 2020-09-27 Matt Vacanti - JSBSim latitude type change to align with GPS inputs. c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 28, 2020
- jsbsim_bridge in PX4/Firmware (bb77f55): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@d2cc31d - Changes: PX4/px4-jsbsim-bridge@efe19db...d2cc31d d2cc31d 2020-09-27 JaeyoungLim - Merge pull request #5 from mvacanti/pr-update-mag-latitude 9c76d93 2020-09-27 Matt Vacanti - JSBSim latitude type change to align with GPS inputs. c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
dagar
pushed a commit
that referenced
this issue
Nov 16, 2021
scalar multiplication; std::cout support
Jaeyoung-Lim
added a commit
that referenced
this issue
Feb 20, 2022
Sync master branch with upstream using github actions
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a heads up, Commit 99d5ec7 breaks the px4io build.
The text was updated successfully, but these errors were encountered: