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

Fixes error that prevents the code from compiling #11

Closed
wants to merge 2 commits into from

Conversation

jemoster
Copy link

In the last merge STM32_PLLCFG_PPQ was changed to STM32_PLLCFG_PLLQ which doesn't exist. I switched it back and am now able to compile the FMU code again.

@jemoster
Copy link
Author

Nevermind, the issue is resolved by commit e352171 which added the missing define

@jemoster jemoster closed this Aug 27, 2012
@px4dev
Copy link
Contributor

px4dev commented Aug 27, 2012

Sorry about that Joe; I didn't mean to leave master broken for that long.

davidbuzz pushed a commit to davidbuzz/Firmware that referenced this pull request Aug 28, 2013
Support for external mags with different rotation
LorenzMeier added a commit that referenced this pull request Sep 6, 2014
FW: in seatbelt/althold on ground reset integrators (swissfang)
RomanBapst pushed a commit to RomanBapst/Firmware that referenced this pull request May 15, 2015
Multicopter position controller port
PX4BuildBot added a commit that referenced this pull request Nov 7, 2018
    - micro-CDR in PX4/Firmware (402cbda): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 7, 2018
    - micro-CDR in PX4/Firmware (779bc5a): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 7, 2018
    - micro-CDR in PX4/Firmware (68e9e46): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 8, 2018
    - micro-CDR in PX4/Firmware (4009991): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 8, 2018
    - micro-CDR in PX4/Firmware (a74fb68): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 8, 2018
    - micro-CDR in PX4/Firmware (749e574): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 9, 2018
    - micro-CDR in PX4/Firmware (975f1e5): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 9, 2018
    - micro-CDR in PX4/Firmware (92e9b10): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 9, 2018
    - micro-CDR in PX4/Firmware (dad496e): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 10, 2018
    - micro-CDR in PX4/Firmware (3938a41): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 10, 2018
    - micro-CDR in PX4/Firmware (d0b1ea6): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 10, 2018
    - micro-CDR in PX4/Firmware (c08e233): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 11, 2018
    - micro-CDR in PX4/Firmware (9f5accc): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 11, 2018
    - micro-CDR in PX4/Firmware (9853fd5): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 12, 2018
    - micro-CDR in PX4/Firmware (34e987e): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 12, 2018
    - micro-CDR in PX4/Firmware (faeafc0): eProsima/Micro-CDR@f325c4f
    - micro-CDR current upstream: eProsima/Micro-CDR@8b3546e
    - Changes: eProsima/Micro-CDR@f325c4f...8b3546e

    8b3546e 2018-11-06 Ricardo González - Release 1.0.1
dfe0ff7 2018-10-31 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#18)
73c531e 2018-10-26 Julián Bermúdez Ortega - Refs #3599. Added data dir to CMake config file. (#17)
342541c 2018-10-25 Julián Bermúdez Ortega - Refs #3599. Modified CMake config file installation dir. (#16)
0e4e44d 2018-10-24 Ricardo González Moreno - Merge branch 'master' into develop
f10f78b 2018-10-19 Luis Enrique Muñoz Martín - Release 1.0.0 (#15)
444a29b 2018-10-19 Ricardo González Moreno - Merge branch 'master' into develop
2f438e2 2018-10-05 Luis Enrique Muñoz Martín - #3451. Updated include path (#14)
44c0feb 2018-10-03 Luis Enrique Muñoz Martín - Feature/prefix change (#13)
da4c558 2018-09-27 Luis Enrique Muñoz Martín - Added mc prefix to MicroCDR (#11)
94d6a52 2018-09-21 Luis Enrique Muñoz Martín - Refs #3408. Modified DLL exports (#10)
9a38ba7 2018-09-21 Luis Enrique Muñoz Martín - Added native string serialization (#8)
fd96a2c 2018-09-11 Luis Enrique Muñoz Martín - Modified the project strucure and updated the README with more info about the lib. (#7)
PX4BuildBot added a commit that referenced this pull request Nov 9, 2020
    - jsbsim_bridge in PX4/Firmware (defa437): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 9, 2020
    - jsbsim_bridge in PX4/Firmware (defa437): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 10, 2020
    - jsbsim_bridge in PX4/Firmware (defa437): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 10, 2020
    - jsbsim_bridge in PX4/Firmware (d33a48e): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 12, 2020
    - jsbsim_bridge in PX4/Firmware (68f2495): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 12, 2020
    - jsbsim_bridge in PX4/Firmware (5f0c572): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 13, 2020
    - jsbsim_bridge in PX4/Firmware (66edc82): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Nov 13, 2020
    - jsbsim_bridge in PX4/Firmware (66edc82): PX4/px4-jsbsim-bridge@9f46d55
    - jsbsim_bridge current upstream: PX4/px4-jsbsim-bridge@c51a61b
    - Changes: PX4/px4-jsbsim-bridge@9f46d55...c51a61b

    c51a61b 2020-11-04 JaeyoungLim - Merge pull request #11 from PX4/pr-upstream-merge
ddd6e91 2020-11-03 JaeyoungLim - Merge branch 'master' into pr-upstream-merge
73757b1 2020-11-02 JaeyoungLim - Run code style checks (#40)
d185fab 2020-11-02 Matt Vacanti - Enable GPS publication of COG and minor format cleanup (#39)
cce6274 2020-11-02 JaeyoungLim - Add ROS support to the px4-jsbsim-bridge (#20)
72cff55 2020-10-30 Roman Bapst - updated Rascal model: use a much weaker motor (#38)
70a83e6 2020-10-29 Matt Vacanti - Improve baro drift noise and enable user XML mapping of JSBSim baro variables (#37)
610ca97 2020-10-28 Matt Vacanti - Improve Airspeed Sensor Performance and Enable User Defined XML Configuration (#30)
006cdd1 2020-10-23 JaeyoungLim - Enable faster than realtime execution (#29)
aa8997c 2020-10-20 Matt Vacanti - Enable user defined and JSBSim Magnetometer XML Input Mapping (#26)
13d557f 2020-10-19 JaeyoungLim - Change remote for flightgear rascal (#25)
d60ff80 2020-10-16 Matt Vacanti - Enable user defined IMU Parameters from JSBSim (#24)
PX4BuildBot added a commit that referenced this pull request Aug 14, 2021
    - apps in PX4/Firmware (9daa94e): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 15, 2021
    - apps in PX4/Firmware (4c44a84): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 15, 2021
    - apps in PX4/Firmware (610562f): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 16, 2021
    - apps in PX4/Firmware (4aeffa0): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 16, 2021
    - apps in PX4/Firmware (9291959): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 17, 2021
    - apps in PX4/Firmware (18cfe78): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 17, 2021
    - apps in PX4/Firmware (00e412b): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 18, 2021
    - apps in PX4/Firmware (3b7ca6d): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
PX4BuildBot added a commit that referenced this pull request Aug 19, 2021
    - apps in PX4/Firmware (d9e81d0): PX4/NuttX-apps@0d06c1c
    - apps current upstream: PX4/NuttX-apps@979e274
    - Changes: PX4/NuttX-apps@0d06c1c...979e274

    979e27408 2021-07-02 David Sidrane - [BACKPORT] dhcpc: fix potential invalid memory reads (#11)
9be72aa9c 2021-02-04 David Sidrane - [REJECTED] netinit:Network Monitor add a polled option. (#8)
dagar pushed a commit that referenced this pull request Nov 16, 2021
Added dspal_math.h for missing constants
Jaeyoung-Lim added a commit that referenced this pull request Feb 20, 2022
NicholasCL1994 pushed a commit to NicholasCL1994/PX4-Autopilot that referenced this pull request Aug 21, 2024
dagar pushed a commit that referenced this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants