92 Commits (5ccd3dfec8db7901f7e9169b6b8dce6b6a435536)

Author SHA1 Message Date
Andrew Tridgell a071fa3921 AP_Param: display defaults path on startup 9 years ago
Andrew Tridgell 1581a5e354 AP_Param: fixed forced save of constructor override parameters 9 years ago
Francisco Ferreira af6d8e3c36 AP_Param: explicitly cast to float to avoid Clang warning 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Andrew Tridgell 86416e8f05 AP_Param: added set_default_by_name() 9 years ago
Andrew Tridgell 0530af93aa AP_Param: allow top level parameters to be pointers 9 years ago
Andrew Tridgell 7d92202db9 AP_Param: save flash space for parameter strings 9 years ago
Andrew Tridgell 018c7425a4 AP_Param: added AP_PARAM_NO_SHIFT 9 years ago
Andrew Tridgell 71b6d3e33d AP_Param: add in nested group offset in load for conversion 9 years ago
Randy Mackay c15fa950c0 AP_Param: convert_old_parameter becomes public and accepts scaling 9 years ago
Andrew Tridgell 12067b27b3 AP_Param: cope with multi-level nesting and zero-idx 9 years ago
Andrew Tridgell ff04871fc5 AP_Param: fixed a reporting problem with AP_Vector3f 9 years ago
Julien Beraud c2db6bfb9d AP_Param: Fix warning 9 years ago
Andrew Tridgell b54bb757df AP_Param: fixed flymaple build 9 years ago
Andrew Tridgell 415d800957 AP_Param: use get_custom_defaults_file() 9 years ago
Andrew Tridgell 93f0707679 AP_Param: added count_parameters() API 9 years ago
Andrew Tridgell 224b2e2dda AP_Param: allow group entries as duplicates 9 years ago
Andrew Tridgell ac64effc74 AP_Param: allow group entries in any order 9 years ago
Andrew Tridgell 57f580fdfc AP_Param: enable param debug by default 9 years ago
Andrew Tridgell 1b8cf84801 AP_Param: allow for up to 512 top level vehicle parameters 9 years ago
Andrew Tridgell 29cb0dcf2c AP_Param: enable variables to be marked as enable variables 9 years ago
Andrew Tridgell 37b2e23322 AP_Param: allow objects containing parameters to be dynamically loaded 9 years ago
Andrew Tridgell 8e4586b4a2 AP_Param: allow for nested groups without subclassing 9 years ago
Lucas De Marchi 52ef8c10a5 AP_Param: stop using Progmem.h 9 years ago
Jonathan Challinger bde9a9421d AP_Param: panic on failure to load defaults file 9 years ago
Andrew Tridgell e873ff1e5f AP_Param: copter with vectors when sending parameters 9 years ago
Peter Barker 5f9b1c5f4e AP_Param: provide facility to notify GCS of param set 9 years ago
Peter Barker 046b008889 AP_Param: send saved param values to all GCS 9 years ago
Lucas De Marchi 68bef1ec64 AP_Param: fix wrong printf format for printf 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 65e719ccc3 AP_Param: replace find_P() with find() 9 years ago
Lucas De Marchi d595e41003 Replace use of strncmp_P() with strncmp() 9 years ago
Lucas De Marchi 0aa117f65d Replace use of strnlen_P() with strnlen() 9 years ago
Lucas De Marchi 1336d621be Replace use of strcpy_P() with strcpy() 9 years ago
Lucas De Marchi f8f3f5a024 Replace use of strlen_P() with strlen() 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Jonathan Challinger 39246c13ad AP_Param: add set_default, configured 9 years ago
Grant Morphett ab35ac41a5 AP_Param: Add parameter to print out all the keys/indexes 10 years ago
Lucas De Marchi fa060a6124 AP_Param: add missing header StorageManager.h 10 years ago
Gustavo Jose de Sousa 159c5b8b44 AP_Param: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 269f1fd99a AP_Param: replaced set_param_by_name with set_float 10 years ago
tcr3dr 41e4c2720d AP_Param: Explicitly casts AP_CLASSTYPE parameter. 10 years ago
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