-
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
Autostart scripts #96
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It is not clear to me if we need to start "fmu" in a similar way to what seems to be done with the FMU and IOAR boards. |
Looks good. |
sjwilks
added a commit
that referenced
this pull request
Jan 6, 2013
Updated PX4IO autostart script.
msamogh
pushed a commit
to msamogh/Firmware
that referenced
this pull request
Jun 7, 2019
PX4BuildBot
added a commit
that referenced
this pull request
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While setting up the PX4IO for the first time I noticed there are several versions for at least the PX4IO startup script.
Is anything missing or wrong with this? I have already updated the wiki page (https://pixhawk.ethz.ch/px4/users/apps/auto_starting_apps?&#fixed_wing_autostart_default) to reflect this change.