-
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
The latest NuttX merge (in pull request #68) ruins incremental builds #117
Comments
Can you be more specific about "ruins"? I can prepare a newer merge (this one is old enough that it's probably a good idea). |
I haven't found the true source - make clean && make configure_px4fmu && make results in a complete re-build every time, about 30s on a SSD. I may be mistaken, but these steps occur now every time and they may be new. After them it continues with NuttX building steps. LN: include/arch -> arch/arm/include make[2]: Nothing to be done for |
Ok. We should kill this request and try a re-merge with more recent NuttX. |
Changes from libuavcan (OpenCyphal-Garage/libcyphal@e1c9a4f) in current PX4/master (9fc1755) OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (9fc1755): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (8629563): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (d6e5c3c): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (9266da6): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (3e32352): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (3b78e7b): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (4093eb1): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (3be636a): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (c7549b9): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (c5ea66c): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (49eabf6): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (54e0a3c): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (34d069c): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (60b6cd2): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@9a8b059 - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...9a8b059 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (8ea204e): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@dbd037b - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...dbd037b dbd037b 2018-04-19 Pavel Kirienko - Merge pull request #123 from UAVCAN/stm32-chibios-18 fca6224 2018-04-19 Pavel Kirienko - ChbiOS 18 support 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (d41f11c): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@dbd037b - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...dbd037b dbd037b 2018-04-19 Pavel Kirienko - Merge pull request #123 from UAVCAN/stm32-chibios-18 fca6224 2018-04-19 Pavel Kirienko - ChbiOS 18 support 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
- libuavcan in PX4/Firmware (c24e863): OpenCyphal-Garage/libcyphal@e1c9a4f - libuavcan current upstream: OpenCyphal-Garage/libcyphal@dbd037b - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...dbd037b dbd037b 2018-04-19 Pavel Kirienko - Merge pull request #123 from UAVCAN/stm32-chibios-18 fca6224 2018-04-19 Pavel Kirienko - ChbiOS 18 support 9a8b059 2018-03-26 Pavel Kirienko - Merge pull request #122 from magicrub/upstream_ch_shadow_warning f935822 2018-03-25 Tom Pittenger - rename ch to chr to avoid shadow variable in ChibiOS 1dfcaca 2018-01-04 Pavel Kirienko - README update; fixes #120 da34eae 2018-01-02 Pavel Kirienko - Added IAdHocNodeStatusUpdater 0066382 2018-01-01 Pavel Kirienko - TransferPerfCounter made noncopyable, returns counters by references eebf0bf 2018-01-01 Pavel Kirienko - Linux SocketCAN: Missing initializer warning fix 9044cd1 2017-11-29 Pavel Kirienko - Merge pull request #119 from battlesnake/master 155c721 2017-11-29 Mark K Cowan - Removed redundant path delimiter 934cc4f 2017-11-29 Mark K Cowan - Fixed unnecessary sign conversion e2c68be 2017-11-27 Pavel Kirienko - STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK 2d02258 2017-11-26 Pavel Kirienko - STM32: fixed an implicit conversion warning ba9af4c 2017-11-24 Pavel Kirienko - Merge pull request #117 from battlesnake/master e797d69 2017-11-24 Mark K Cowan - Fixed failing build when socket.h adds flexible arrays to end of structures. a1022b0 2017-11-24 Pavel Kirienko - Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix 414a2e2 2017-11-21 Pavel Kirienko - Fixed the CAN acceptance filter initialization in the STM32 driver fa6dbde 2017-11-21 Pavel Kirienko - Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags 337fdff 2017-11-20 Daniel Willenson - Don't completely overwrite the CMAKE_CXX_FLAGS d577c58 2017-10-05 Pavel Kirienko - Merge pull request #113 from partyzzzan/chibi-version 60ea60e 2017-10-03 Anton Zaytsev - Fixed. Add new CH_KERNEL_MAJOR to stm32 driver. 38702ff 2017-09-26 Pavel Kirienko - Merge pull request #112 from cvra/master 674133e 2017-09-25 Michael Spieler - Fix CAN driver for STM32F3 + ChibiOS
…39:12 UTC 2021 - public_regulated_data_types in PX4/Firmware (e211ce0): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:15 UTC 2021 - public_regulated_data_types in PX4/Firmware (2d9f857): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:16 UTC 2021 - public_regulated_data_types in PX4/Firmware (fbc2735): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:19 UTC 2021 - public_regulated_data_types in PX4/Firmware (600d159): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:20 UTC 2021 - public_regulated_data_types in PX4/Firmware (0d94c6d): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:16 UTC 2021 - public_regulated_data_types in PX4/Firmware (60efcb2): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…38:31 UTC 2021 - public_regulated_data_types in PX4/Firmware (fd76c97): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…38:34 UTC 2021 - public_regulated_data_types in PX4/Firmware (da56ff9): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:21 UTC 2021 - public_regulated_data_types in PX4/Firmware (06c8f96): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:24 UTC 2021 - public_regulated_data_types in PX4/Firmware (e5818fc): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:49 UTC 2021 - public_regulated_data_types in PX4/Firmware (caed0b4): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:52 UTC 2021 - public_regulated_data_types in PX4/Firmware (0fd8c0a): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:18 UTC 2021 - public_regulated_data_types in PX4/Firmware (f59679c): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:21 UTC 2021 - public_regulated_data_types in PX4/Firmware (081ed25): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:19 UTC 2021 - public_regulated_data_types in PX4/Firmware (ddf922a): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:22 UTC 2021 - public_regulated_data_types in PX4/Firmware (79d5bf9): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:14 UTC 2021 - public_regulated_data_types in PX4/Firmware (b00f416): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:17 UTC 2021 - public_regulated_data_types in PX4/Firmware (b0b8120): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:14 UTC 2021 - public_regulated_data_types in PX4/Firmware (b00f416): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
…39:17 UTC 2021 - public_regulated_data_types in PX4/Firmware (b0b8120): OpenCyphal/public_regulated_data_types@1337b1c - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@0a773b9 - Changes: OpenCyphal/public_regulated_data_types@1337b1c...0a773b9 0a773b9 2021-05-10 Kalyan Sriram - reg/drone: remove redundant timestamp in Velocity3Var (#117)
Fixed failing build when socket.h adds flexible arrays to end of structures
The latest NuttX merge from pull request #68 ruins incremental builds on my machine. Still investigating, but quite annoying.
The text was updated successfully, but these errors were encountered: