-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
WP fix contributed by James Goppert #146
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
LorenzMeier
added a commit
that referenced
this pull request
Jan 11, 2013
WP fix contributed by James Goppert
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 17, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@ff83958 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (11d4c32) PX4/NuttX@8957a02...ff83958 ff83958 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 58c0c13 [PX4: REJECTED] cstdint fix 1739ba3 [PX4: REJECTED] add math.h f3e9cef [PX4: WIP] Jenkinsfile 4c756e3 (origin/master) Update a README b1daa22 net/udp/udp_finddev.c: Fix for network byte-order issue when checking if an address is a multicast address. 1ef922f configs/nucleo-l432kc: Fix RAM size; STM31L4x2xx has only 64Kb of RAM. Remove references to I2C and SDIO: There is no I2C2 or SDIO on the STM32F4x2xx. b05f846 Merged in fvacek/nuttx/nxterm (pull request #686) f606932 Merged in fvacek/nuttx (pull request #685) 2553df7 binfmt/binfmt_execsymtab.c: Fix a recently introduced error: The size of the symbol table is now an 'int' variable; but a variable cannot be used as an initializer because it is not constant. Also updates a README file. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@99a9691 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (11d4c32) PX4/NuttX-apps@36806ba...99a9691 99a9691 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 296f583 (origin/master) apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following: aea8d94 apps/examples/nsh: The symbol table name and size variale names can now be configured. 5ecec24 There many occurences of the global variable g_exports and the opportunity for collisions. Make the global variable names unique. e778a69 Correct more improper global variable naming: All must begin with g_
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 18, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@f4ab8fd Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (3293fe4) PX4/NuttX@8957a02...f4ab8fd f4ab8fd (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 5c391fb [PX4: REJECTED] cstdint fix ba15ea5 [PX4: REJECTED] add math.h 3c8ef13 [PX4: WIP] Jenkinsfile 4bc2ba3 (origin/master) Merged in masayuki2009/nuttx.nuttx/lc823450_spi_flash (pull request #687) 4c756e3 Update a README b1daa22 net/udp/udp_finddev.c: Fix for network byte-order issue when checking if an address is a multicast address. 1ef922f configs/nucleo-l432kc: Fix RAM size; STM31L4x2xx has only 64Kb of RAM. Remove references to I2C and SDIO: There is no I2C2 or SDIO on the STM32F4x2xx. b05f846 Merged in fvacek/nuttx/nxterm (pull request #686) f606932 Merged in fvacek/nuttx (pull request #685) Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@2716a6a Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (3293fe4) PX4/NuttX-apps@36806ba...2716a6a 2716a6a (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch cb9e951 (origin/master) apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following: aea8d94 apps/examples/nsh: The symbol table name and size variale names can now be configured. 5ecec24 There many occurences of the global variable g_exports and the opportunity for collisions. Make the global variable names unique.
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 18, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@25e4cb2 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (3293fe4) PX4/NuttX@8957a02...25e4cb2 25e4cb2 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 26d1b43 [PX4: REJECTED] cstdint fix f956580 [PX4: REJECTED] add math.h 48aa979 [PX4: WIP] Jenkinsfile a1cddfb (origin/master) Update READMEs 4bc2ba3 Merged in masayuki2009/nuttx.nuttx/lc823450_spi_flash (pull request #687) 4c756e3 Update a README b1daa22 net/udp/udp_finddev.c: Fix for network byte-order issue when checking if an address is a multicast address. 1ef922f configs/nucleo-l432kc: Fix RAM size; STM31L4x2xx has only 64Kb of RAM. Remove references to I2C and SDIO: There is no I2C2 or SDIO on the STM32F4x2xx. b05f846 Merged in fvacek/nuttx/nxterm (pull request #686) Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@2716a6a Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (3293fe4) PX4/NuttX-apps@36806ba...2716a6a 2716a6a (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch cb9e951 (origin/master) apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following: aea8d94 apps/examples/nsh: The symbol table name and size variale names can now be configured. 5ecec24 There many occurences of the global variable g_exports and the opportunity for collisions. Make the global variable names unique.
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 19, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@4ca03f2 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (4f937a2) PX4/NuttX@8957a02...4ca03f2 4ca03f2 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt d2132b8 [PX4: REJECTED] cstdint fix 10c31aa [PX4: REJECTED] add math.h bcc3693 [PX4: WIP] Jenkinsfile f090bbb (origin/master) syscall/: Add support for getpeername() and get_sockname() system calls. e840038 net/ and include/nuttx/net: Add getpeername() support a1cddfb Update READMEs 4bc2ba3 Merged in masayuki2009/nuttx.nuttx/lc823450_spi_flash (pull request #687) 4c756e3 Update a README b1daa22 net/udp/udp_finddev.c: Fix for network byte-order issue when checking if an address is a multicast address. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@9318f0e Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (4f937a2) PX4/NuttX-apps@36806ba...9318f0e 9318f0e (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 1030ea7 (origin/master) Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following: aea8d94 apps/examples/nsh: The symbol table name and size variale names can now be configured.
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 19, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@79eb1fd Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (89a9025) PX4/NuttX@8957a02...79eb1fd 79eb1fd (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 2e3989e [PX4: REJECTED] cstdint fix 0d9badc [PX4: REJECTED] add math.h 52b4368 [PX4: WIP] Jenkinsfile 2ea49cd (origin/master) Fix another error found in build testing. 58bbb66 libs/libc/stdlib and include/stdlib.h: Add implementation of random() and srandom(). ac56182 Fix some errors in last commits found in build testing. d588a94 Small update to some comments. 788c5bf Forgot to add files before previous commit. f090bbb syscall/: Add support for getpeername() and get_sockname() system calls. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@01e8a92 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (89a9025) PX4/NuttX-apps@36806ba...01e8a92 01e8a92 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 3cc79be (origin/master) examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following:
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 20, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@7557b30 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (89a9025) PX4/NuttX@8957a02...7557b30 7557b30 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt d1e8245 [PX4: REJECTED] cstdint fix b028c8c [PX4: REJECTED] add math.h ffdec12 [PX4: WIP] Jenkinsfile 7d96a2b (origin/master) configs/lpcxpresso-lpc54628/lvgl: Update lvgl board config to use the new version 12d216f Fix another error found in build testing. e9cd608 Merged in david_s5/nuttx/master_kinetis_usbhang (pull request #688) 2ea49cd Fix another error found in build testing. 58bbb66 libs/libc/stdlib and include/stdlib.h: Add implementation of random() and srandom(). ac56182 Fix some errors in last commits found in build testing. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@01e8a92 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (89a9025) PX4/NuttX-apps@36806ba...01e8a92 01e8a92 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 3cc79be (origin/master) examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following:
PX4BuildBot
pushed a commit
that referenced
this pull request
Jul 20, 2018
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@477ad74 Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (345f636) PX4/NuttX@8957a02...477ad74 477ad74 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 3d3822a [PX4: REJECTED] cstdint fix 9eb8510 [PX4: REJECTED] add math.h ba35898 [PX4: WIP] Jenkinsfile d291cb8 (origin/master) Merged in masayuki2009/nuttx.nuttx/fix_syscall (pull request #690) 9ea6d9a Merged in masayuki2009/nuttx.nuttx/lc823450_protected_build (pull request #689) 7d96a2b configs/lpcxpresso-lpc54628/lvgl: Update lvgl board config to use the new version 12d216f Fix another error found in build testing. e9cd608 Merged in david_s5/nuttx/master_kinetis_usbhang (pull request #688) 2ea49cd Fix another error found in build testing. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@01e8a92 Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (345f636) PX4/NuttX-apps@36806ba...01e8a92 01e8a92 (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 3cc79be (origin/master) examples/lvgldemo/ and graphics/littlevgl/: pdate LVGL to version 5.1.1 1030ea7 Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #147) cb9e951 apps/Make.defs: Improve the symtab target. tools/mksymtab.sh: Fix a typo. 296f583 apps/tools: Forgot to include a file with last commit. 272bdc0 apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax. 9240ef5 Merged in masayuki2009/nuttx.apps/fix_symtab_related (pull request #146) 4db29bc apps/examples/elf: Correct some Kconfig coments. 2ecc94f apps/import/Makefile: Eliminate a MAKE sytax error that occurs in some (but not environments) when symtab.c has not been generated. 878fa8a Squashed commit of the following:
PX4BuildBot
added a commit
that referenced
this pull request
Feb 17, 2025
…38:55 UTC 2025 - public_regulated_data_types in PX4/Firmware (712b795): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 17, 2025
…38:57 UTC 2025 - public_regulated_data_types in PX4/Firmware (e36b8b6): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 18, 2025
…38:56 UTC 2025 - public_regulated_data_types in PX4/Firmware (da9cdb3): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 18, 2025
…38:57 UTC 2025 - public_regulated_data_types in PX4/Firmware (93e2b79): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 19, 2025
…38:58 UTC 2025 - public_regulated_data_types in PX4/Firmware (e50b594): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 19, 2025
…38:58 UTC 2025 - public_regulated_data_types in PX4/Firmware (428de49): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 20, 2025
…38:58 UTC 2025 - public_regulated_data_types in PX4/Firmware (ecbb8cc): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 20, 2025
…39:06 UTC 2025 - public_regulated_data_types in PX4/Firmware (b2b62e9): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 21, 2025
…39:29 UTC 2025 - public_regulated_data_types in PX4/Firmware (c6b1fc3): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 21, 2025
…39:02 UTC 2025 - public_regulated_data_types in PX4/Firmware (f1df0de): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 22, 2025
…39:03 UTC 2025 - public_regulated_data_types in PX4/Firmware (dc6ef43): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 22, 2025
…39:02 UTC 2025 - public_regulated_data_types in PX4/Firmware (fef36b7): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 23, 2025
…39:01 UTC 2025 - public_regulated_data_types in PX4/Firmware (bb52c5d): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 23, 2025
…38:54 UTC 2025 - public_regulated_data_types in PX4/Firmware (1cacb67): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 24, 2025
…39:01 UTC 2025 - public_regulated_data_types in PX4/Firmware (896a39a): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 24, 2025
…39:07 UTC 2025 - public_regulated_data_types in PX4/Firmware (4bcb0aa): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 25, 2025
…39:01 UTC 2025 - public_regulated_data_types in PX4/Firmware (63b9cab): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 25, 2025
…39:13 UTC 2025 - public_regulated_data_types in PX4/Firmware (9aac019): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 26, 2025
…39:09 UTC 2025 - public_regulated_data_types in PX4/Firmware (8faaa64): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 26, 2025
…38:59 UTC 2025 - public_regulated_data_types in PX4/Firmware (001765c): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 27, 2025
…39:00 UTC 2025 - public_regulated_data_types in PX4/Firmware (9226995): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 27, 2025
…40:47 UTC 2025 - public_regulated_data_types in PX4/Firmware (f0cc582): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 28, 2025
…26:44 UTC 2025 - public_regulated_data_types in PX4/Firmware (352bb11): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Feb 28, 2025
…53:02 UTC 2025 - public_regulated_data_types in PX4/Firmware (e9ec506): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 1, 2025
…9:32 UTC 2025 - public_regulated_data_types in PX4/Firmware (f52176f): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 1, 2025
…2:06 UTC 2025 - public_regulated_data_types in PX4/Firmware (ea3bfa2): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 2, 2025
…6:11 UTC 2025 - public_regulated_data_types in PX4/Firmware (3159af9): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 2, 2025
…7:23 UTC 2025 - public_regulated_data_types in PX4/Firmware (108125f): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 3, 2025
…9:31 UTC 2025 - public_regulated_data_types in PX4/Firmware (45c6a48): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
PX4BuildBot
added a commit
that referenced
this pull request
Mar 3, 2025
…8:00 UTC 2025 - public_regulated_data_types in PX4/Firmware (7b94a19): OpenCyphal/public_regulated_data_types@d0bd651 - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@f9f6790 - Changes: OpenCyphal/public_regulated_data_types@d0bd651...f9f6790 f9f6790 2024-03-19 Pavel Kirienko - Hotfix: reduce the extent of ExecuteCommand.1.3 (#147) ec27883 2024-03-19 EliotRossRob - Add output field in response (#146) bb5f918 2024-01-28 Will MacCormack - Add COMMAND_IDENTIFY (#145) 935973b 2023-02-16 Pavel Kirienko - Stabilize uavcan.node.port.List (#138) 16b4f31 2023-02-11 Pavel Kirienko - Update the magnetic quantities in the SI namespace; add luminance; fix the PORT_NAME regexp (#137) 70573cb 2022-05-06 Pavel Kirienko - Automatic extension change & Cyphalization (#127)
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.
This is a sane hotfix and obvious - tested, signing off, merging.