146 Commits (master)

Author SHA1 Message Date
Andrew Tridgell 367a87591a AP_Param: fixed build of eedump_apparam 10 years ago
Andrew Tridgell 8454246fae AP_Param: make it safe to change the type of a parameter 10 years ago
Andrew Tridgell fb97c16a84 AP_Param: make data pointer const 10 years ago
Andrew Tridgell 88fb7ddff8 AP_Param: fixed PSTR() usage 10 years ago
Andrew Tridgell bcc6c7d380 AP_Param: revert AP_Math class change 10 years ago
Tom Pittenger bfd1b2b11a AP_Param: compile warnings: format not a string literal, argument types not checked 10 years ago
Tom Pittenger b9771ca37c AP_Param: compile warnings: float to double. print statements require doubles 10 years ago
Tom Pittenger 440438fdda AP_Param: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger 66ddfdeae6 AP_Param: fix compile warnings re float constants 10 years ago
Andrew Tridgell 5a755c0400 AP_Param: allow a HAL_PARAM_DEFAULTS_PATH to override defaults 10 years ago
Andrew Tridgell 5ca38e3d75 AP_Param: added set_param_by_name() 10 years ago
Andrew Tridgell fb5e53e1e4 AP_Param: cope with older gcc versions 10 years ago
Andrew Tridgell 9ae0dd05f8 AP_Param: avoid build warning due to %S format 10 years ago
Andrew Tridgell ec17c5806e AP_Param: check parameter tables for bad suffix lengths 10 years ago
Andrew Tridgell f133f45c3c AP_Param: convert to using StorageManager 11 years ago
Daniel Frenzel dd705e3fdb AP_Param: signed/unsigned conversion 11 years ago
Andrew Tridgell 3474da6c97 AP_Param: added a method for example programs to set parameters in objects 11 years ago
Kevin Hester 72e97cbf5c AP_Param: fixup line endings 11 years ago
Andrew Tridgell 688f61c087 AP_Param: expose check_var_info() as a public symbol 11 years ago
Mike McCauley 2e061fc507 AP_Param: Fix compiler warning on Flymaple 12 years ago
Andrew Tridgell 16a7faa223 AP_Param: use %f not %.6f for param show 12 years ago
Randy Mackay 3f84e0adf6 AP_Param: explicitly print floats to 6 dec places 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 7fa1fe8590 AP_Param: use 0xFFFF not __UINT16_MAX__ 12 years ago
Tobias 4a75351bd3 AP_Param: fixed a compiler warning with -Wsign-conversion 12 years ago
Tobias 27a5c28851 AP_Param: fixed some compiler warnings 12 years ago
Andrew Tridgell f44f7308e8 AP_Param: we don't need to avoid writes in AP_Param now 12 years ago
Andrew Tridgell 26b7de668a AP_Param: fixed parameter save bug 12 years ago
Andrew Tridgell ad2f6e1217 AP_Param: add support for converting between old and new parameters 12 years ago
Andrew Tridgell 416fef73a8 AP_Param: use PACKED attribute in examples 12 years ago
Andrew Tridgell 813e767efb AP_Param: use const refs in a few more places 12 years ago
Andrew Tridgell 01a4fabf9e AP_Param: make things a bit more efficient 12 years ago
Andrew Tridgell 9171d5587d AP_Param: make it easier to show the value of a parameter 12 years ago
Andrew Tridgell fa493a0fb3 AP_Param: added ops needed for ArduCopter build 12 years ago
tobias fbe7daa477 AP_Param: fixed assignment handling and const 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 7be1335b3a AP_Param: removed copy_name() and add token to find_by_index() 12 years ago
Andrew Tridgell c8ae665ac3 AP_Param: added copy_name_token() 12 years ago
Andrew Tridgell 4764a03aaa AP_Param: fixed ARM PX4 build 12 years ago
Andrew Tridgell 3a762f891e AP_Param: fixup for ARM compiler 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 12 years ago
Andrew Tridgell af12c18dea AP_Param: setup var_info and num_vars earlier 12 years ago
Andrew Tridgell 95d4cc2ce9 AP_Param: change method of loading defaults 12 years ago
Pat Hickey ec53515648 AP_Param: eeprom translated to use AP_HAL. No unit tests available! 12 years ago
Pat Hickey f2b21ecc41 AP_Param: Port to work with AP_HAL class instead of FastSerial 12 years ago
Pat Hickey c4dbe8c627 AP_Param: move from AP_Common to its own library 12 years ago