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

The latest NuttX merge (in pull request #68) ruins incremental builds #117

Closed
LorenzMeier opened this issue Dec 27, 2012 · 3 comments
Closed
Assignees
Labels

Comments

@LorenzMeier
Copy link
Member

The latest NuttX merge from pull request #68 ruins incremental builds on my machine. Still investigating, but quite annoying.

@ghost ghost assigned px4dev Dec 27, 2012
@px4dev
Copy link
Contributor

px4dev commented Dec 27, 2012

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).

@LorenzMeier
Copy link
Member Author

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
LN: include/arch/board -> configs/px4fmu/include
LN: include/arch/chip -> arch/arm/include/stm32
LN: arch/arm/src/board -> configs/px4fmu/src
LN: arch/arm/src/chip -> arch/arm/src/stm32
LN: include/apps -> ../apps/include

make[2]: Nothing to be done for context'. make[2]: Nothing to be done fordepend'.
make[2]: Nothing to be done for depend'. make[2]: Nothing to be done fordepend'.
make[2]: Nothing to be done for depend'. make[2]: Nothing to be done fordepend'.
make[2]: Nothing to be done for depend'. make[2]: Nothing to be done fordepend'.
make[2]: Nothing to be done for `depend'.
CC: os_start.c
CC: os_bringup.c
CC: errno_getptr.c
CC: errno_get.c
/Users/user/src/Firmware/nuttx/sched/errno_get.c:79:5: warning: no previous prototype for 'get_errno' [-Wmissing-prototypes]
CC: errno_set.c
/Users/user/src/Firmware/nuttx/sched/errno_set.c:78:6: warning: no previous prototype for 'set_errno' [-Wmissing-prototypes]
CC: sched_garbage.c
CC: sched_setupstreams.c
/Users/user/src/Firmware/nuttx/sched/sched_setupstreams.c:73:5: warning: no previous prototype for 'sched_setupstreams' [-Wmissing-prototypes]
CC: sched_getfiles.c
CC: sched_getsockets.c
CC: sched_getstreams.c
CC: sched_setupidlefiles.c
CC: sched_setuptaskfiles.c
CC: sched_setuppthreadfiles.c
CC: sched_releasefiles.c
/Users/user/src/Firmware/nuttx/sched/sched_releasefiles.c:76:5: warning: no previous prototype for 'sched_releasefiles' [-Wmissing-prototypes]
CC: prctl.c
CC: task_create.c
CC: task_init.c
CC: task_setup.c

@px4dev
Copy link
Contributor

px4dev commented Dec 27, 2012

Ok. We should kill this request and try a re-merge with more recent NuttX.

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 added a commit that referenced this issue May 10, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 10, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 11, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 11, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 11, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 11, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 12, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 12, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 13, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 13, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 15, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 15, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 15, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 15, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 16, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 16, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 16, 2021
…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)
PX4BuildBot added a commit that referenced this issue May 16, 2021
…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)
dagar pushed a commit that referenced this issue May 16, 2021
…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)
dagar pushed a commit that referenced this issue May 16, 2021
…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)
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 failing build when socket.h adds flexible arrays to end of structures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants