Pavel Kirienko
|
9044cd17c4
|
Merge pull request #119 from battlesnake/master
Minor fixes: unnecessary sign conversion, redundant path delimiter.
|
2017-11-29 19:25:59 +02:00 |
|
Mark K Cowan
|
155c721324
|
Removed redundant path delimiter
|
2017-11-29 16:56:02 +00:00 |
|
Mark K Cowan
|
934cc4f2d2
|
Fixed unnecessary sign conversion
|
2017-11-29 16:56:02 +00:00 |
|
Pavel Kirienko
|
e2c68bea6a
|
STM32: new config parameter UAVCAN_STM32_TIMX_INPUT_CLOCK
|
2017-11-27 13:48:33 +02:00 |
|
Pavel Kirienko
|
2d0225886d
|
STM32: fixed an implicit conversion warning
|
2017-11-26 19:00:38 +02:00 |
|
Pavel Kirienko
|
ba9af4ce93
|
Merge pull request #117 from battlesnake/master
Fixed failing build when socket.h adds flexible arrays to end of structures
|
2017-11-24 21:36:56 +02:00 |
|
Mark K Cowan
|
e797d69cb7
|
Fixed failing build when socket.h adds flexible arrays to end of structures.
|
2017-11-24 19:24:06 +00:00 |
|
Pavel Kirienko
|
a1022b0f0c
|
Merge pull request #115 from UAVCAN/stm32-acceptance-filter-fix
Fixed the CAN acceptance filter initialization in the STM32 driver
|
2017-11-24 19:57:49 +02:00 |
|
Pavel Kirienko
|
414a2e2bef
|
Fixed the CAN acceptance filter initialization in the STM32 driver
|
2017-11-21 21:49:36 +02:00 |
|
Pavel Kirienko
|
fa6dbde51d
|
Merge pull request #114 from daniel-formlabs/dont-overwrite-cmake-cxx-flags
Don't completely overwrite the CMAKE_CXX_FLAGS
|
2017-11-21 17:29:26 +02:00 |
|
Daniel Willenson
|
337fdff08e
|
Don't completely overwrite the CMAKE_CXX_FLAGS
|
2017-11-21 10:07:27 -05:00 |
|
Pavel Kirienko
|
d577c5871c
|
Merge pull request #113 from partyzzzan/chibi-version
Fixed. Add new CH_KERNEL_MAJOR to stm32 driver.
|
2017-10-05 14:02:50 +02:00 |
|
Anton Zaytsev
|
60ea60e9de
|
Fixed. Add new CH_KERNEL_MAJOR to stm32 driver.
|
2017-10-03 15:35:16 +03:00 |
|
Pavel Kirienko
|
38702ff85a
|
Merge pull request #112 from cvra/master
Fix redefined IRQ handler in CAN driver for STM32F3 + ChibiOS
|
2017-09-26 10:56:16 +02:00 |
|
Michael Spieler
|
674133e290
|
Fix CAN driver for STM32F3 + ChibiOS
|
2017-09-25 21:29:26 +02:00 |
|
Pavel Kirienko
|
f45be6fe58
|
New link to coding conventions
|
2017-07-21 15:35:04 +03:00 |
|
Pavel Kirienko
|
9d75eba870
|
Merge pull request #110 from frizensami/pr-update-dsdl
DSDL update
|
2017-07-07 14:36:51 +03:00 |
|
Sriram Sami
|
0a01036890
|
DSDL update
|
2017-07-07 10:31:09 +08:00 |
|
Pavel Kirienko
|
215117df72
|
Merge pull request #109 from jlecoeur/jl/arm-none-eabi-gcc7
Fix -Wexpansion-to-defined
|
2017-07-04 23:31:16 +03:00 |
|
Julien Lecoeur
|
648860248e
|
Fix -Wexpansion-to-defined
|
2017-07-04 21:54:18 +02:00 |
|
Pavel Kirienko
|
5805438d92
|
DSDL update
|
2017-06-17 08:37:17 +03:00 |
|
Pavel Kirienko
|
a15ba77214
|
Merge pull request #107 from larics/master
fixed usage of atomic operation lib for armcc compiler, added conditi…
|
2017-05-28 18:17:01 +03:00 |
|
Marko Car
|
fab231d5db
|
changed tabs into spaces, added error if compiler is not supported
|
2017-05-24 17:01:49 +02:00 |
|
Marko Car
|
da46a8fab2
|
fixed usage of atomic operation lib for armcc compiler, added conditional compilation
|
2017-05-24 13:36:16 +02:00 |
|
Pavel Kirienko
|
f7ea240b80
|
Merge pull request #106 from EShamaev/stm32_filtering_support
stm32 driver configuration of filters
|
2017-05-06 12:43:00 +03:00 |
|
Eugene Shamaev
|
89221efe21
|
stm32 driver configuration of filters
|
2017-05-06 12:40:01 +03:00 |
|
Pavel Kirienko
|
648c471f63
|
More test fixes
|
2017-04-07 01:28:00 +03:00 |
|
Pavel Kirienko
|
b6ecfb33d4
|
Fixed failing unit test dynamic_node_id_server_NodeDiscoverer.Basic
|
2017-04-07 01:09:04 +03:00 |
|
Pavel Kirienko
|
a1c0948f19
|
Merge branch 'default_service_timeout_update'
|
2017-04-06 18:35:17 +03:00 |
|
Pavel Kirienko
|
e5a0746443
|
Syncing unit tests with spec changes
|
2017-04-06 18:34:17 +03:00 |
|
Pavel Kirienko
|
bf3648ddff
|
Default timeout update
|
2017-04-06 18:05:32 +03:00 |
|
Pavel Kirienko
|
4a9da04407
|
Merge pull request #104 from MonashUAS/master
STM32F303 support for baremetal driver
|
2017-04-02 14:55:46 +03:00 |
|
James Stewart
|
797f459289
|
Added docs reference for chip.h in STM32 driver
|
2017-04-02 20:34:57 +10:00 |
|
James Stewart
|
60ce5e07f9
|
Added support for STM32F303 using bare metal driver
|
2017-04-02 20:34:22 +10:00 |
|
Pavel Kirienko
|
e97164d953
|
DSDL update
|
2017-04-02 11:38:39 +03:00 |
|
Pavel Kirienko
|
3a000b90ab
|
DSDL update
|
2017-04-02 10:10:34 +03:00 |
|
Pavel Kirienko
|
8d2a667ef5
|
DSDL update
|
2017-03-23 14:53:11 +03:00 |
|
Pavel Kirienko
|
a22fdebeed
|
DSDL update
|
2017-03-20 00:03:45 +03:00 |
|
Pavel Kirienko
|
aaa6840933
|
Multiset test compatibility fix
|
2017-03-16 17:37:31 +03:00 |
|
Pavel Kirienko
|
c914f98772
|
Updated the unit tests for compatibility with GCC 5.4
|
2017-03-16 17:16:21 +03:00 |
|
Pavel Kirienko
|
182c30490f
|
STM32 driver: removed SCE IRQ definitions, because SCE IRQ is no longer used
|
2017-01-23 04:10:21 +03:00 |
|
Pavel Kirienko
|
f1fc72ef7a
|
Added proper support for ChibiOS 4; added compile-time check that fails if IRQ vectors are not properly defined
|
2017-01-23 04:09:00 +03:00 |
|
Pavel Kirienko
|
dcbb573972
|
Merge pull request #98 from UAVCAN/for_upstream_nuttx_changes_4
For upstream nuttx changes 4 fixed CI
|
2017-01-12 22:30:12 +03:00 |
|
David Sidrane
|
ed47da5b2a
|
Back out upstream changes from test_stm32f107/src/board/board.cpp
|
2017-01-12 06:05:45 -10:00 |
|
Pavel Kirienko
|
4f363685a6
|
Merge pull request #92 from UAVCAN/for_upstream_nuttx_changes_2
Do Not merge - This is needed to work with the latest upstream nuttx
|
2017-01-09 23:55:38 +03:00 |
|
Pavel Kirienko
|
773104ed4e
|
STM32 driver: supporting ChibiOS RT kernel v4
|
2016-11-29 13:48:54 +03:00 |
|
Pavel Kirienko
|
7dbd763ae6
|
README updated with the input from Mateusz Sadowski
|
2016-11-17 13:56:19 +03:00 |
|
Pavel Kirienko
|
89e68cfa47
|
Merge pull request #96 from guludo/fix-windows-build
Fix build on Windows
|
2016-08-24 22:36:41 +03:00 |
|
Gustavo Jose de Sousa
|
1e04e6b70d
|
Fix build on Windows
Windows native shell doesn't understand shebangs. Also, make sure the Python
scripts are run by the same interpreter.
|
2016-08-24 16:13:37 -03:00 |
|
Pavel Kirienko
|
919a794ccb
|
Merge branch 'warnings'
|
2016-08-15 11:11:56 +03:00 |
|