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

Monitor and report SERVO_OC_DETECT and ACC_OC_DETECT #113

Closed
px4dev opened this issue Dec 23, 2012 · 1 comment
Closed

Monitor and report SERVO_OC_DETECT and ACC_OC_DETECT #113

px4dev opened this issue Dec 23, 2012 · 1 comment

Comments

@px4dev
Copy link
Contributor

px4dev commented Dec 23, 2012

These signals can be very useful in debugging over-current cases with the servo and accessor power rails.

We should monitor them, using interrupts if possible, and report overcurrent detection to FMU so that users have an opportunity to debug their power problems.

@LorenzMeier
Copy link
Member

Implemented.

PX4BuildBot pushed a commit that referenced this issue Apr 1, 2018


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
PX4BuildBot pushed a commit that referenced this issue Apr 1, 2018
 - 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
PX4BuildBot pushed a commit that referenced this issue Apr 2, 2018
 - 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
PX4BuildBot pushed a commit that referenced this issue Apr 8, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 9, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 10, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 11, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 12, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 13, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 14, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 15, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 16, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 17, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 18, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 19, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 20, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 21, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 22, 2018
    - 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
PX4BuildBot pushed a commit that referenced this issue Apr 23, 2018
    - libuavcan in PX4/Firmware (c54580c): 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
PX4BuildBot pushed a commit that referenced this issue Apr 24, 2018
    - libuavcan in PX4/Firmware (1fce3f0): 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
PX4BuildBot pushed a commit that referenced this issue Apr 25, 2018
    - libuavcan in PX4/Firmware (31d18ae): 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
PX4BuildBot pushed a commit that referenced this issue Jun 7, 2018
    - libuavcan in PX4/Firmware (5a16120): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@1e60063
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...1e60063

    1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 8, 2018
    - libuavcan in PX4/Firmware (c38046d): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@1e60063
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...1e60063

    1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 9, 2018
    - libuavcan in PX4/Firmware (9c110d3): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@1e60063
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...1e60063

    1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 9, 2018
    - libuavcan in PX4/Firmware (27f52f4): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 9, 2018
    - libuavcan in PX4/Firmware (82dbbf1): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 10, 2018
    - libuavcan in PX4/Firmware (a4e1ca6): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 11, 2018
    - libuavcan in PX4/Firmware (d014f62): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 12, 2018
    - libuavcan in PX4/Firmware (085841b): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
PX4BuildBot pushed a commit that referenced this issue Jun 12, 2018
    - libuavcan in PX4/Firmware (22a0568): OpenCyphal-Garage/libcyphal@e1c9a4f
    - libuavcan current upstream: OpenCyphal-Garage/libcyphal@883cba9
    - Changes: OpenCyphal-Garage/libcyphal@e1c9a4f...883cba9

    883cba9 2018-06-09 Pavel Kirienko - Merge pull request #133 from thirtytwobits/master
784ec11 2018-06-06 Dixon, Scott - Issue #132 Proper googletest dependency and fixes for unitests on OSX.
1e60063 2018-06-04 Pavel Kirienko - DSDL update
8bb62cd 2018-05-26 Pavel Kirienko - Merge pull request #129 from ArduPilot/pr-usec-wait
a4754d1 2018-05-26 Andrew Tridgell - stm32: allow for less than 1ms wait time on ChibiOS
c759e54 2018-05-19 Pavel Kirienko - Merge pull request #128 from UAVCAN/integer_bit_len_check
e096e33 2018-05-19 Pavel Kirienko - Formatting fix
53e33d0 2018-05-19 Pavel Kirienko - Unit test for the previous commit
94c0374 2018-05-19 Pavel Kirienko - Fixed the union code generation: if the union contained a power of two number of items, the tag bit length was one higher than needed, causing incorrect serialization.
d036cb3 2018-05-17 Pavel Kirienko - Merge pull request #127 from magicrub/sync
32ebfce 2018-05-16 Tom Pittenger - update DSDL
cf4c735 2018-04-26 Pavel Kirienko - Merge pull request #125 from UAVCAN/stm32-test-removal
06a9943 2018-04-26 Pavel Kirienko - Typo
e650500 2018-04-26 Pavel Kirienko - STM32 example application removed
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
Jaeyoung-Lim pushed a commit that referenced this issue Oct 31, 2019
Collision Prevention: change warning
PX4BuildBot added a commit that referenced this issue Dec 6, 2019
    - matrix in PX4/Firmware (0882c41): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@5cbcf60
    - Changes: PX4/PX4-Matrix@a8009a3...5cbcf60

    5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 6, 2019
    - matrix in PX4/Firmware (3318717): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 7, 2019
    - matrix in PX4/Firmware (f6eb4fa): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 7, 2019
    - matrix in PX4/Firmware (c6a9f35): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 8, 2019
    - matrix in PX4/Firmware (1abef4b): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 8, 2019
    - matrix in PX4/Firmware (6087300): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 9, 2019
    - matrix in PX4/Firmware (52d2965): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@2f63981
    - Changes: PX4/PX4-Matrix@a8009a3...2f63981

    2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 9, 2019
    - matrix in PX4/Firmware (f2e6e81): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@4f3565d
    - Changes: PX4/PX4-Matrix@a8009a3...4f3565d

    4f3565d 2019-12-09 kritz - Add asserts (#115)
2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Dec 10, 2019
    - matrix in PX4/Firmware (478a27ee8843a9bd91a0254f6b01a6a9c01946a4): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@4f3565d
    - Changes: PX4/PX4-Matrix@a8009a3...4f3565d

    4f3565d 2019-12-09 kritz - Add asserts (#115)
2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
dagar pushed a commit that referenced this issue Dec 10, 2019
    - matrix in PX4/Firmware (478a27ee8843a9bd91a0254f6b01a6a9c01946a4): PX4/PX4-Matrix@a8009a3
    - matrix current upstream: PX4/PX4-Matrix@4f3565d
    - Changes: PX4/PX4-Matrix@a8009a3...4f3565d

    4f3565d 2019-12-09 kritz - Add asserts (#115)
2f63981 2019-12-06 kritz - Add several functions that are useful for coavriance matrices: (#114)
5cbcf60 2019-12-05 kritz - Set Matrix's col amd row to single value (#113)
ef442fa 2019-12-05 kritz - Getter function for the diag elements of slice (#112)
de6a2d3 2019-12-04 kritz - Slice assign value (#111)
PX4BuildBot added a commit that referenced this issue Apr 12, 2021
…39:13 UTC 2021

    - public_regulated_data_types in PX4/Firmware (8cfc2c9): https://github/commit/53a7dbbf85554e11517c13ad91b9efb871599ad1
    - public_regulated_data_types current upstream: https://github/commit/309b251a7e8d713d6bf428e18e28d91d5f07b73e
    - Changes: https://github/compare/53a7dbbf85554e11517c13ad91b9efb871599ad1...309b251a7e8d713d6bf428e18e28d91d5f07b73e

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
PX4BuildBot added a commit that referenced this issue Apr 12, 2021
…39:11 UTC 2021

    - public_regulated_data_types in PX4/Firmware (f2e3128): OpenCyphal/public_regulated_data_types@53a7dbb
    - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@309b251
    - Changes: OpenCyphal/public_regulated_data_types@53a7dbb...309b251

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
PX4BuildBot added a commit that referenced this issue Apr 12, 2021
…45:35 UTC 2021

    - public_regulated_data_types in PX4/Firmware (9101f57): OpenCyphal/public_regulated_data_types@53a7dbb
    - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@309b251
    - Changes: OpenCyphal/public_regulated_data_types@53a7dbb...309b251

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
PX4BuildBot added a commit that referenced this issue Apr 12, 2021
…45:37 UTC 2021

    - public_regulated_data_types in PX4/Firmware (9f25ac4): OpenCyphal/public_regulated_data_types@53a7dbb
    - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@309b251
    - Changes: OpenCyphal/public_regulated_data_types@53a7dbb...309b251

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
dagar pushed a commit that referenced this issue Apr 12, 2021
…45:37 UTC 2021

    - public_regulated_data_types in PX4/Firmware (9f25ac4): OpenCyphal/public_regulated_data_types@53a7dbb
    - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@309b251
    - Changes: OpenCyphal/public_regulated_data_types@53a7dbb...309b251

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
dagar pushed a commit that referenced this issue Apr 12, 2021
…45:35 UTC 2021

    - public_regulated_data_types in PX4/Firmware (9101f57): OpenCyphal/public_regulated_data_types@53a7dbb
    - public_regulated_data_types current upstream: OpenCyphal/public_regulated_data_types@309b251
    - Changes: OpenCyphal/public_regulated_data_types@53a7dbb...309b251

    309b251 2021-04-11 Peter van der Perk - reg.drone Battery parameters add nominal voltage (#113)
dagar pushed a commit to dagar/PX4-Firmware that referenced this issue Jul 23, 2021
dagar pushed a commit that referenced this issue Oct 16, 2024
Fixed. Add new CH_KERNEL_MAJOR to stm32 driver.
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

No branches or pull requests

2 participants