-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
'sensors_bringup' reports write failed accessing MS5611 #5
Comments
The apps is outdated and just hasn't been removed. Deleted with commit c6eff9e |
geeksville
pushed a commit
to geeksville/PX4Firmware
that referenced
this issue
Aug 10, 2013
Enable support for RAMTRON, enable support for EEPROM on FMU 1.x
thomasgubler
added a commit
that referenced
this issue
Jan 6, 2015
RomanBapst
pushed a commit
to RomanBapst/Firmware
that referenced
this issue
May 8, 2015
JMAVSim interface
This was referenced Nov 21, 2015
Merged
edersondisouza
pushed a commit
to edersondisouza/Firmware
that referenced
this issue
Apr 27, 2017
* Support for multiple topics uORB -> FastRTPS * Changed README to work with multiple topics * README fix * minor changes * Basic bidirectional communication * Merge fix * Updated instructions and added a UART node
vilhjalmur89
added a commit
to vilhjalmur89/Firmware
that referenced
this issue
Jul 12, 2017
* Support for multiple topics uORB -> FastRTPS * Changed README to work with multiple topics * README fix * minor changes * Basic bidirectional communication * Merge fix * Updated instructions and added a UART node
vilhjalmur89
added a commit
to vilhjalmur89/Firmware
that referenced
this issue
Jul 18, 2017
* Support for multiple topics uORB -> FastRTPS * Changed README to work with multiple topics * README fix * minor changes * Basic bidirectional communication * Merge fix * Updated instructions and added a UART node
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 8, 2018
- micro-CDR in PX4/Firmware (f1f72c7): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 9, 2018
- micro-CDR in PX4/Firmware (f615701): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 10, 2018
- micro-CDR in PX4/Firmware (6671279): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 11, 2018
- micro-CDR in PX4/Firmware (0350840): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 12, 2018
- micro-CDR in PX4/Firmware (93a0e21276b4237add42408c5e920133293c4912): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 13, 2018
- micro-CDR in PX4/Firmware (6fe5084): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 14, 2018
- micro-CDR in PX4/Firmware (845b121): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 15, 2018
- micro-CDR in PX4/Firmware (123f11f): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 16, 2018
- micro-CDR in PX4/Firmware (123f11f): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 17, 2018
- micro-CDR in PX4/Firmware (8ac2fd4): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 18, 2018
- micro-CDR in PX4/Firmware (734f052): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 19, 2018
- micro-CDR in PX4/Firmware (305e51e): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
PX4BuildBot
pushed a commit
that referenced
this issue
Apr 20, 2018
- micro-CDR in PX4/Firmware (5ca6e75): eProsima/Micro-CDR@50776f4 - micro-CDR current upstream: eProsima/Micro-CDR@309c5ce - Changes: eProsima/Micro-CDR@50776f4...309c5ce 309c5ce 2017-12-13 Borja Outerelo - Refs #2393. Adds missing line on deserialization c3eef39 2017-12-07 julianbermudez - Refs #2383. Added client.h to header file. fbecfae 2017-12-05 Vicente Monge - Refs #2381. .stg cleanning for c types f401638 2017-12-05 Vicente Monge - Refs #2381. Avoid double \nin auto generated lines 9767808 2017-12-05 Borja Outerelo - Refs #2381. Adds simple IDL C types 6e65c09 2017-12-05 julianbermudez - Refs #2381. Added C Bacics Types. edcddfc 2017-12-05 Vicente Monge - Refs #2381. Change stg file from FastCdrCommon.stg to MicroCdrCommon.stg 922ea32 2017-12-05 Borja Outerelo - Creates branch for micrortpsgen related code cf0fd98 2017-12-01 Borja Outerelo - Refs #2375. Adds licenses afc70df 2017-11-30 Borja Outerelo - Removes extern warning a4a754f 2017-11-29 Borja Outerelo - Refs 2362. Extern Endianness check result e56a5cb 2017-11-20 Borja Outerelo - Fixes Nuttx compilation. Fixeds endianness detection 04cc754 2017-11-03 Luis Enrique Muñoz Martín - [fix bug]: serialization arrays with units with bytes 2,4,8 count their size bad e41b726 2017-11-02 Luis Enrique Muñoz Martín - [fix bug]: alignment after arrays doesnt work fda82f0 2017-10-30 Luis Enrique Muñoz Martín - MACHINNE_ENDIANNESS definition is public now e65c0db 2017-10-26 Luis Enrique Muñoz Martín - fix deserialize limit buffer bug 69f059f 2017-10-26 Luis Enrique Muñoz Martín - fix bug at array with elements higher than a byte 014b4ca 2017-10-25 Luis Enrique Muñoz Martín - fix endianness bug 5fe50b9 2017-10-24 Luis Enrique Muñoz Martín - sequences removed 213736f 2017-10-23 Luis Enrique Muñoz Martín - fix endianness setup bbe0322 2017-10-19 Luis Enrique Muñoz Martín - removed some code comments d8a95f6 2017-10-19 Luis Enrique Muñoz Martín - added MicroState 1a34ba0 2017-10-13 Luis Enrique Muñoz Martín - minor changes bdacfaf 2017-10-09 Luis Enrique Muñoz Martín - Remove examples/performance_cmp_versions 4a91c2a 2017-10-09 Luis Enrique Muñoz Martín - add to .gitignore 3986ff6 2017-10-09 Luis Enrique Muñoz Martín - Actualizacion de README.rst 06ba6bd 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 3e57dab 2017-10-09 Luis Enrique Muñoz Martín - Release version 2.0.0 e92a78e 2017-10-06 Luis Enrique Muñoz Martín - add basics tests b19d6a8 2017-10-06 Luis Enrique Muñoz Martín - performance test. dynamic buffers. doc 8005b76 2017-10-05 Luis Enrique Muñoz Martín - New API (definition and implementation) done (no tested). 334ad53 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 2ea6a1c 2017-10-04 Luis Enrique Muñoz Martín - initial structure for the new changes 4872048 2017-08-28 VicenteEprosima - Merge pull request #5 from dagar/pr-cmake_typo 54c5fec 2017-08-26 Daniel Agar - cmake fix message typo
sfuhrer
pushed a commit
to sfuhrer/Firmware
that referenced
this issue
Mar 18, 2019
Pr vel smoothing fix auterion
msamogh
pushed a commit
to msamogh/Firmware
that referenced
this issue
Jun 7, 2019
mavlink_interface: fix GPS not initializing
PX4BuildBot
added a commit
that referenced
this issue
Jan 5, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@534640e Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (ce1e976) PX4/NuttX@9331fda...534640e 534640e561 (HEAD, origin/master) Merge branch 'master' of bitbucket.org:nuttx/nuttx 828c650aee Merge branch 'master' of github.com:apache/incubator-nuttx 5d5897c Merge pull request #41 from wingunder/wingunder_fix_compilation_bug_irq_f7_h7 00df2f0 Fixed a compilation error, with irq debugging for stm32f7 and stm32h7 archs. c9893dc989 Merge branch 'master' of github.com:apache/incubator-nuttx 7179f29 Merge pull request #40 from xiaoxiang781216/fix-shell-script-format 3b9efc9 Format all shell scripts in tools folder 519ed4b383 Merge branch 'master' of github.com:apache/incubator-nuttx 390ebd5 arch/arm/src/stm32h7: Port QSPI driver from STM32F7 to STM32H7 db9b969c50 Merge branch 'master' of bitbucket.org:nuttx/nuttx Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@74ba8ff Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (ce1e976) PX4/NuttX-apps@91b6ad6...74ba8ff 74ba8ff2 (HEAD -> master, origin/master) Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1) 0536c5b5 apps/nshlib/nsh_parse.c: Correct an error found in build testing. Commit 2a462c78aa5f4ea6dc374eedd86bc85f9f79a0c4 was insufficient. It was a mistake to revert Xiang's change of commit 9defae8af641752506d92b72ea68c8f94d24d580. But we are on a different vector now.
PX4BuildBot
added a commit
that referenced
this issue
Jan 6, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@0360bb8 Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (1484dfe) PX4/NuttX@9331fda...0360bb8 0360bb830d (HEAD, origin/master) Merge branch 'master' of bitbucket.org:nuttx/nuttx 9202df8a27 Merge branch 'master' of github.com:apache/incubator-nuttx 981d700 Remove inet_setipid since nobody use it 534640e561 Merge branch 'master' of bitbucket.org:nuttx/nuttx 828c650aee Merge branch 'master' of github.com:apache/incubator-nuttx 5d5897c Merge pull request #41 from wingunder/wingunder_fix_compilation_bug_irq_f7_h7 00df2f0 Fixed a compilation error, with irq debugging for stm32f7 and stm32h7 archs. c9893dc989 Merge branch 'master' of github.com:apache/incubator-nuttx 7179f29 Merge pull request #40 from xiaoxiang781216/fix-shell-script-format 3b9efc9 Format all shell scripts in tools folder Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@74ba8ff Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (1484dfe) PX4/NuttX-apps@91b6ad6...74ba8ff 74ba8ff2 (HEAD -> master, origin/master) Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1) 0536c5b5 apps/nshlib/nsh_parse.c: Correct an error found in build testing. Commit 2a462c78aa5f4ea6dc374eedd86bc85f9f79a0c4 was insufficient. It was a mistake to revert Xiang's change of commit 9defae8af641752506d92b72ea68c8f94d24d580. But we are on a different vector now.
PX4BuildBot
added a commit
that referenced
this issue
Jan 7, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@65f8cab Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (fc9df31) PX4/NuttX@9331fda...65f8cab 65f8cab623 (HEAD, origin/master) Merge branch 'master' of github.com:apache/incubator-nuttx 0b3dac2 Author: Gregory Nutt <gnutt@nuttx.org> 0360bb830d Merge branch 'master' of bitbucket.org:nuttx/nuttx 9202df8a27 Merge branch 'master' of github.com:apache/incubator-nuttx 981d700 Remove inet_setipid since nobody use it 534640e561 Merge branch 'master' of bitbucket.org:nuttx/nuttx 828c650aee Merge branch 'master' of github.com:apache/incubator-nuttx 5d5897c Merge pull request #41 from wingunder/wingunder_fix_compilation_bug_irq_f7_h7 00df2f0 Fixed a compilation error, with irq debugging for stm32f7 and stm32h7 archs. c9893dc989 Merge branch 'master' of github.com:apache/incubator-nuttx Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@74ba8ff Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (fc9df31) PX4/NuttX-apps@91b6ad6...74ba8ff 74ba8ff2 (HEAD -> master, origin/master) Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1) 0536c5b5 apps/nshlib/nsh_parse.c: Correct an error found in build testing. Commit 2a462c78aa5f4ea6dc374eedd86bc85f9f79a0c4 was insufficient. It was a mistake to revert Xiang's change of commit 9defae8af641752506d92b72ea68c8f94d24d580. But we are on a different vector now.
PX4BuildBot
added a commit
that referenced
this issue
Jan 7, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@973938d Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (fc9df31) PX4/NuttX@9331fda...973938d 973938dc1a (HEAD, origin/master) Merge branch 'master' of bitbucket.org:nuttx/nuttx c5e25dc259 Merge branch 'master' of github.com:apache/incubator-nuttx 9d5d60f Run all .c and .h files in last PR49 through nxstyle. a8d63c0 various fixes (#49) 077ef70 cxd56xx improvements (#48) c5090d3 Merge branch 'master' of github.com:apache/incubator-nuttx 1c53d2b Nxstyle checkpatch support (#47) 4ea49c5 Fix issues on fe310 including interrupt handling (#46) 926a41f bcm43xxx: correct typo error to fix build break in photon board (#45) aad99a5 Fix typo in the file_read description (#44) Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@74ba8ff Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (fc9df31) PX4/NuttX-apps@91b6ad6...74ba8ff 74ba8ff2 (HEAD -> master, origin/master) Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1) 0536c5b5 apps/nshlib/nsh_parse.c: Correct an error found in build testing. Commit 2a462c78aa5f4ea6dc374eedd86bc85f9f79a0c4 was insufficient. It was a mistake to revert Xiang's change of commit 9defae8af641752506d92b72ea68c8f94d24d580. But we are on a different vector now.
PX4BuildBot
added a commit
that referenced
this issue
Jan 8, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@f459d55 Changes from PX4/NuttX (PX4/NuttX@9331fda) in current PX4/master (f3cd5b1) PX4/NuttX@9331fda...f459d55 f459d55808 (HEAD, origin/master) Merge branch 'master' of github.com:apache/incubator-nuttx 44dcda9 boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Fix typo noted in last PR by João Matos. e298ccef36 Merge branch 'master' of github.com:apache/incubator-nuttx 208463e boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c: Eliminate a warning found in build testing. afc2bff net/icmpv6/icmpv6_netpoll.c: Fix two warnings found in build testing d1bec5a6b5 Merge branch 'master' of github.com:apache/incubator-nuttx 15eddd2 cxd56xx improvements (#48) and various other fixes (#49) 973938dc1a Merge branch 'master' of bitbucket.org:nuttx/nuttx c5e25dc259 Merge branch 'master' of github.com:apache/incubator-nuttx 9d5d60f Run all .c and .h files in last PR49 through nxstyle. Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@5c936ce Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (f3cd5b1) PX4/NuttX-apps@91b6ad6...5c936ce 5c936ce0 (HEAD -> master, origin/master) Various fixes (#6) 74ba8ff2 Merge pull request #5 from xiaoxiang781216/fix-void-cast f00b4e6f Merge pull request #4 from xiaoxiang781216/fix-suffix 85715845 Unify the void cast usage 6a65664c Application.mk remove _main suffix from REGLIST 73e1696e Merge pull request #3 from xiaoxiang781216/builtin 7a645baa Add .updated target to handle the no builtin app case correctly 8c8c4813 fix builtin_list.c:58:10: fatal error: builtin_proto.h: No such file or directory (#2) 64bc8f5b Run all .c and .h files modified in last PR through nxstyle. 49c99750 Wapi simplify (#1)
PX4BuildBot
added a commit
that referenced
this issue
Jan 14, 2020
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/master - PX4/NuttX@9babc64 Changes from PX4/NuttX (PX4/NuttX@c6ba2c1) in current PX4/master (4f362f5) PX4/NuttX@c6ba2c1...9babc64 9babc64438 (HEAD, origin/master) Merge branch 'master' of github.com:apache/incubator-nuttx 21ea255 net/devif/devif_poll.c: Correct a new warning found in build testing. devif/devif_poll.c:768:7: warning: unused variable 'hsec' [-Wunused-variable] (#97) aa6efbd800 Merge branch 'master' of bitbucket.org:nuttx/nuttx 81651f1357 Merge branch 'master' of github.com:apache/incubator-nuttx f005698 Fix a few errors concerning use of section block comments in .c files: (#95) 3a8241ecd0 Merge branch 'master' of github.com:apache/incubator-nuttx f8bcd58 Fix format warn (#96) 84153ad arch/mips/src/pic32mz/pic32mz-timer.c: Eliminate a warning found during testing. 4224038c6e Merge branch 'master' of github.com:apache/incubator-nuttx e507ca4 imxrt1050-evk/include/board.h: Add missing definitions. Recent i.MXRT changes added the definition IMXRT_USB1_PLL_DIV_SELECT to the imxrt1020-evk and imxrt1060-evk board.h header files but NOT to the imxrt10%0-evk. As a result EVERY i.MXR 1050 board configuration with USB enabled failed to compile during build testing. Another day without a successfull build test 8( (#93) Apps: - https://github.com/PX4/NuttX-apps/tree/master - PX4/NuttX-apps@561fc02 Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (4f362f5) PX4/NuttX-apps@91b6ad6...561fc02 561fc02a (HEAD -> master, origin/master) netutils/ftpd/ftpd.c: Fix an error introduced in PR10. In error clean-up, it was trying to free memory on an error where we failed allocated memory. Not good. e6785097 apps/netutils/ftpd/ftpd.c: Fixes several problems: 573f07f3 fix passwd.h:103:30: warning: passwd_verify with no effect [-Wunused-value] 7fd1b906 delete all characters from char to EOL 967e7e29 system: readline: Improve security 01e2b117 system: zmodem: Improve zmodem send performance 221a4587 system: zmodem: Fix compile error in zmodem host tool 437dba33 system: zmodem: Fix debug assert condition 5c936ce0 Various fixes (#6) 74ba8ff2 Merge pull request #5 from xiaoxiang781216/fix-void-cast
BazookaJoe1900
added a commit
that referenced
this issue
Feb 22, 2020
PX4BuildBot
added a commit
that referenced
this issue
Sep 28, 2020
- jsbsim_bridge in PX4/Firmware (6a08e16): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@d2cc31d - Changes: PX4/px4-jsbsim-bridge@efe19db...d2cc31d d2cc31d 2020-09-27 JaeyoungLim - Merge pull request #5 from mvacanti/pr-update-mag-latitude 9c76d93 2020-09-27 Matt Vacanti - JSBSim latitude type change to align with GPS inputs. c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Sep 28, 2020
- jsbsim_bridge in PX4/Firmware (bb77f55): PX4/px4-jsbsim-bridge@efe19db - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@d2cc31d - Changes: PX4/px4-jsbsim-bridge@efe19db...d2cc31d d2cc31d 2020-09-27 JaeyoungLim - Merge pull request #5 from mvacanti/pr-update-mag-latitude 9c76d93 2020-09-27 Matt Vacanti - JSBSim latitude type change to align with GPS inputs. c5346be 2020-09-21 jaeyoung - Merge remote-tracking branch 'Auterion/master' 2d08df9 2020-09-18 JaeyoungLim - Merge pull request #7 from Auterion/pr-fix-gps-plugin b791b45 2020-09-17 Matt Vacanti - Update LSZH.xml 1e7db59 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp 51524e2 2020-09-18 JaeyoungLim - Merge pull request #2 from mvacanti/master 8f330d8 2020-09-18 Matt Vacanti - Update sensor_gps_plugin.cpp a5d4f69 2020-09-18 JaeyoungLim - Merge pull request #6 from Auterion/override_jsbsim_root 1b42b26 2020-09-18 Beat Küng - CMakeLists.txt: allow to override JSBSIM_ROOT_DIR via env variable 08770e4 2020-09-17 Matt Vacanti - Update LSZH.xml
PX4BuildBot
added a commit
that referenced
this issue
Jan 7, 2021
- flightgear_bridge in PX4/Firmware (6c90727): PX4/PX4-FlightGear-Bridge@44b51d5 - flightgear_bridge current upstream: PX4/PX4-FlightGear-Bridge@7c2c623 - Changes: PX4/PX4-FlightGear-Bridge@44b51d5...7c2c623 7c2c623 2021-01-06 slimonslimon - Switch Ign-math to Eigen3 (#5)
PX4BuildBot
added a commit
that referenced
this issue
Jan 7, 2021
- flightgear_bridge in PX4/Firmware (537ee5b): PX4/PX4-FlightGear-Bridge@44b51d5 - flightgear_bridge current upstream: PX4/PX4-FlightGear-Bridge@7c2c623 - Changes: PX4/PX4-FlightGear-Bridge@44b51d5...7c2c623 7c2c623 2021-01-06 slimonslimon - Switch Ign-math to Eigen3 (#5)
PX4BuildBot
added a commit
that referenced
this issue
Jan 8, 2021
- flightgear_bridge in PX4/Firmware (168468c): PX4/PX4-FlightGear-Bridge@44b51d5 - flightgear_bridge current upstream: PX4/PX4-FlightGear-Bridge@7c2c623 - Changes: PX4/PX4-FlightGear-Bridge@44b51d5...7c2c623 7c2c623 2021-01-06 slimonslimon - Switch Ign-math to Eigen3 (#5)
dagar
pushed a commit
that referenced
this issue
Jan 8, 2021
- flightgear_bridge in PX4/Firmware (168468c): PX4/PX4-FlightGear-Bridge@44b51d5 - flightgear_bridge current upstream: PX4/PX4-FlightGear-Bridge@7c2c623 - Changes: PX4/PX4-FlightGear-Bridge@44b51d5...7c2c623 7c2c623 2021-01-06 slimonslimon - Switch Ign-math to Eigen3 (#5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
key part that is a problem:
MS5611 #1 WRITE SUCCEEDED: 0
MS5611 #2 WRITE failed: -6
FAIL ACCESSING PROM OF MS5611
full output of sensors_bringup:
nsh> sensors_bringup
HMC5883L identified, device status: 17
Wrote 120 into register 0x00 of HMC, result: 0 (0 = success)
Wrote 0 into register 0x01 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x01 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
HMC5883L READ SUCCEEDED: 0, val: 1790 3329 253
status: 3
Wrote 0x01 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
HMC5883L READ SUCCEEDED: 0, val: 2046 2561 509
status: 3
Wrote 0x01 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
HMC5883L READ SUCCEEDED: 0, val: 2302 3073 253
status: 3
Wrote 0x01 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
HMC5883L READ SUCCEEDED: 0, val: 2302 2305 765
status: 3
Wrote 0x01 into register 0x02 of HMC, result: 0 (0 = success)
Wrote 0x00 into register 0x02 of HMC, result: 0 (0 = success)
HMC5883L READ SUCCEEDED: 0, val: 1790 3585 3837
status: 3
MS5611 #1 WRITE SUCCEEDED: 0
MS5611 #2 WRITE failed: -6
FAIL ACCESSING PROM OF MS5611
SUCCESS READING EEPROM: 0, value: 2
SUCCESS WRITING EEPROM: 0
SUCCESS READING WRITE RESULT EEPROM: 0, value: 3
L3GD20 SUCCESS: 0xd4
Init-read: gyro: x: 11 y: -32 z: -10
BMA180 SUCCESS: 0x03, version: 20
bwtcs: 72
olsb1: 228
ctrl0: 0
gyro: x: 1 y: -48 z: 0
ACC: x: -73 y: -28 z: 2092 temp: 9 new: 3
#1 of 10
gyro: x: -6 y: -39 z: -1
ACC: x: -82 y: -21 z: 2086 temp: 9 new: 3
#2 of 10
gyro: x: -5 y: -36 z: 2
ACC: x: -77 y: -29 z: 2095 temp: 9 new: 3
#3 of 10
nsh>
The text was updated successfully, but these errors were encountered: