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

blinm_systemstate #147

Closed
wants to merge 3 commits into from
Closed

blinm_systemstate #147

wants to merge 3 commits into from

Conversation

NosDE
Copy link
Contributor

@NosDE NosDE commented Jan 11, 2013

Use a BlinkM as a indicator of the Systemstate (Flightmodes, GPS Sats etc.)

@LorenzMeier
Copy link
Member

This looks in general good, but also redundant with the blinkm driver. Could you please add a commandline argument to enable system monitoring mode? E.g:

blinkm start
blinkm systemstate

That would avoid redundant code, the system state could just be run from within the regular blinkm app.

@NosDE NosDE closed this Jan 12, 2013
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 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@d783f7a

Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (345f636)
PX4/NuttX@8957a02...d783f7a

d783f7a (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt
20a0f23 [PX4: REJECTED] cstdint fix
cf14c43 [PX4: REJECTED] add math.h
25f8388 [PX4: WIP] Jenkinsfile
9289055 (origin/master) drivrs/mmcsd:  Partial reversion of commit 17b6c7b.  Backed out all block callback logic controlled CONFIG_SDIO_BLK_CALLBACK.  Usage of this feature by applications is a blatant violation of the POSIX interface standard.
17b6c7b drivers/mmcsd/mmcsd_sdio.c:  Fix an error that was causing SDIO multiple block transfers from achieving full performance.  Also adds a feature controlled by  CONFIG_SDIO_BLK_CALLBACK that bypasses the normal mechanism for obtaining sector data for transfer.
f9f56aa  arch/arm/src/stm32f7/:  Fix data timeout errors with multiblock transfers.
4e92314 Update some comments
5a89459 libs/libc/unistd/:  Add a crippled version of daemon().
d291cb8 Merged in masayuki2009/nuttx.nuttx/fix_syscall (pull request #690)

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 pushed a commit that referenced this pull request Jul 22, 2018
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase
 - PX4/NuttX@d783f7a

Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (a37580c)
PX4/NuttX@8957a02...d783f7a

d783f7a (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt
20a0f23 [PX4: REJECTED] cstdint fix
cf14c43 [PX4: REJECTED] add math.h
25f8388 [PX4: WIP] Jenkinsfile
9289055 drivrs/mmcsd:  Partial reversion of commit 17b6c7b.  Backed out all block callback logic controlled CONFIG_SDIO_BLK_CALLBACK.  Usage of this feature by applications is a blatant violation of the POSIX interface standard.
17b6c7b drivers/mmcsd/mmcsd_sdio.c:  Fix an error that was causing SDIO multiple block transfers from achieving full performance.  Also adds a feature controlled by  CONFIG_SDIO_BLK_CALLBACK that bypasses the normal mechanism for obtaining sector data for transfer.
f9f56aa  arch/arm/src/stm32f7/:  Fix data timeout errors with multiblock transfers.
4e92314 Update some comments
5a89459 libs/libc/unistd/:  Add a crippled version of daemon().
d291cb8 Merged in masayuki2009/nuttx.nuttx/fix_syscall (pull request #690)

Apps:
 - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase
 - PX4/NuttX-apps@ef32b6c

Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (a37580c)
PX4/NuttX-apps@36806ba...ef32b6c

ef32b6c (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch
f0b4f14 (origin/master) Eliminate some new warnings reported in build testing.
3cc79be 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.
PX4BuildBot pushed a commit that referenced this pull request Jul 22, 2018
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase
 - PX4/NuttX@dd15f53

Changes from PX4-NuttX/nuttx (PX4/NuttX@8957a02) in current PX4/master (afe82ff)
PX4/NuttX@8957a02...dd15f53

dd15f53 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt
12de1a7 [PX4: REJECTED] cstdint fix
9539993 [PX4: REJECTED] add math.h
551d3bc [PX4: WIP] Jenkinsfile
d77df92 (origin/master) Trivial FATFS cleanup
b75103e Update some comments.
9289055 drivrs/mmcsd:  Partial reversion of commit 17b6c7b.  Backed out all block callback logic controlled CONFIG_SDIO_BLK_CALLBACK.  Usage of this feature by applications is a blatant violation of the POSIX interface standard.
17b6c7b drivers/mmcsd/mmcsd_sdio.c:  Fix an error that was causing SDIO multiple block transfers from achieving full performance.  Also adds a feature controlled by  CONFIG_SDIO_BLK_CALLBACK that bypasses the normal mechanism for obtaining sector data for transfer.
f9f56aa  arch/arm/src/stm32f7/:  Fix data timeout errors with multiblock transfers.
4e92314 Update some comments

Apps:
 - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase
 - PX4/NuttX-apps@ef32b6c

Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (afe82ff)
PX4/NuttX-apps@36806ba...ef32b6c

ef32b6c (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch
f0b4f14 (origin/master) Eliminate some new warnings reported in build testing.
3cc79be 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.
PX4BuildBot added a commit that referenced this pull request Jan 31, 2025
…39:08 UTC 2025

    - public_regulated_data_types in PX4/Firmware (a7fb915): 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 Jan 31, 2025
…38:58 UTC 2025

    - public_regulated_data_types in PX4/Firmware (3bac7c5): 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 1, 2025
…9:04 UTC 2025

    - public_regulated_data_types in PX4/Firmware (2ca2a31): 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 1, 2025
…9:04 UTC 2025

    - public_regulated_data_types in PX4/Firmware (d4839a4): 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 2, 2025
…8:58 UTC 2025

    - public_regulated_data_types in PX4/Firmware (9817954): 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 2, 2025
…9:00 UTC 2025

    - public_regulated_data_types in PX4/Firmware (f9e8e4e): 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 3, 2025
…8:59 UTC 2025

    - public_regulated_data_types in PX4/Firmware (d431679): 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 3, 2025
…9:01 UTC 2025

    - public_regulated_data_types in PX4/Firmware (eb37930): 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 4, 2025
…9:09 UTC 2025

    - public_regulated_data_types in PX4/Firmware (99d5ade): 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 4, 2025
…8:30 UTC 2025

    - public_regulated_data_types in PX4/Firmware (642e095): 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 5, 2025
…9:15 UTC 2025

    - public_regulated_data_types in PX4/Firmware (0689c16): 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 5, 2025
…8:30 UTC 2025

    - public_regulated_data_types in PX4/Firmware (8e9884b): 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 6, 2025
…9:02 UTC 2025

    - public_regulated_data_types in PX4/Firmware (902fdf0): 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 6, 2025
…9:48 UTC 2025

    - public_regulated_data_types in PX4/Firmware (b999bb3): 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 7, 2025
…9:02 UTC 2025

    - public_regulated_data_types in PX4/Firmware (f1dcede): 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 7, 2025
…8:22 UTC 2025

    - public_regulated_data_types in PX4/Firmware (4a24b45): 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 8, 2025
…9:03 UTC 2025

    - public_regulated_data_types in PX4/Firmware (605f949): 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 8, 2025
…8:22 UTC 2025

    - public_regulated_data_types in PX4/Firmware (7b75958): 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 9, 2025
…9:00 UTC 2025

    - public_regulated_data_types in PX4/Firmware (34d675c): 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 9, 2025
…8:57 UTC 2025

    - public_regulated_data_types in PX4/Firmware (8e74f39): 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 10, 2025
…38:55 UTC 2025

    - public_regulated_data_types in PX4/Firmware (b979008): 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 10, 2025
…38:57 UTC 2025

    - public_regulated_data_types in PX4/Firmware (eeb145c): 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 11, 2025
…39:08 UTC 2025

    - public_regulated_data_types in PX4/Firmware (10410be): 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 11, 2025
…39:05 UTC 2025

    - public_regulated_data_types in PX4/Firmware (ec9c8fe): 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 12, 2025
…39:00 UTC 2025

    - public_regulated_data_types in PX4/Firmware (fe6eb65): 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 12, 2025
…38:58 UTC 2025

    - public_regulated_data_types in PX4/Firmware (e3f831f): 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 13, 2025
…38:22 UTC 2025

    - public_regulated_data_types in PX4/Firmware (d6515f5): 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 13, 2025
…38:58 UTC 2025

    - public_regulated_data_types in PX4/Firmware (7fee0da): 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 14, 2025
…39:01 UTC 2025

    - public_regulated_data_types in PX4/Firmware (f26a51a): 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 14, 2025
…38:58 UTC 2025

    - public_regulated_data_types in PX4/Firmware (d1713cc): 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants