51 Commits (master)

Author SHA1 Message Date
Jaaaky 6cae738ab8 StorageManager: fix write_block() comment 3 years ago
bugobliterator 6d07a512e9 StorageManager: fix storage manager counts and merge common areas 3 years ago
Andy Piper 50b90c2d2a StorageManager: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI 3 years ago
Gone4Dirt 0038b8edd7 StorageManager: Add APM_BUILD_Heli 3 years ago
Peter Barker e644a9dda8 StorageManager: add read_float and write_float 4 years ago
James Harton be3cc1b679 Docs: Change all references from dev.ardupilot.org to the appropriate documentation URLs. 4 years ago
Patrick José Pereira 45a819c98e StorageManager: Add missing const in member functions 4 years ago
Andrew Tridgell 03a033c5c4 StorageManager: added support for 32k storage with param backup 4 years ago
Andrew Tridgell 69d3264e55 StorageManager: allow for CANDNA storage on F405 boards 4 years ago
Peter Barker 4647c6ef62 StorageManager: use pragmas to set storage layout rather than call 5 years ago
Andrew Tridgell a733690f80 StorageManager: use hal.storage->erase() 5 years ago
Peter Barker 8469efc5aa StorageManager: use https:// scheme for ardupilot URLs 5 years ago
Siddharth Purohit 4034af6ef1 StorageManager: add storage aread for CAN Dynamic Node Alloc 5 years ago
Peter Barker f1e5c72ee9 StorageManager: add write_uint8 alias for write_byte 5 years ago
Andrew Tridgell d005f066a9 StorageManager: enable use of a single storage region 6 years ago
Andrew Tridgell b983caa97e StorageManager: allow for 15k storage 7 years ago
Andrew Tridgell 7cff648f8a StorageManager: fixed build warning 7 years ago
Andrew Tridgell ba32b06c59 StorageManager: fixed header order 7 years ago
Andrew Tridgell 9cce1e0733 StorageManager: expanded bind info to 56 bytes 7 years ago
Andrew Tridgell ac324a3760 StorageManager: added bind info storage area 7 years ago
Pierre Kancir a6fe6024c1 StorageManager: example fix travis warning 8 years ago
murata 37a55c38a1 StorageManager: Unify from print or println to printf. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Andrew Tridgell ca39ece6cb StorageManager: added storage region for signing keys 9 years ago
Luis Vale Gonçalves bbbb3047fa Revising ardupilot.com to .org 9 years ago
Luis Vale Gonçalves 4e70665f17 Revising ardupilot.com to .org 9 years ago
Lucas De Marchi bf9cf74c38 StorageManager: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Jonathan Challinger 65915bbe71 StorageManager: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi 360855f109 StorageManager: stop using Progmem.h 9 years ago
Lucas De Marchi cee770f5f7 StorageManager: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi bdf92e8c79 StorageManager: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Caio Marcelo de Oliveira Filho 03b0c76553 StorageManager: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Gustavo Jose de Sousa ce0cb248ce StorageManager: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 0d1d960899 StorageManager: remove unnecessary calculations on addr for next area 10 years ago
Andrew Tridgell 81e6d88560 StorageManager: fixed hang in erase() 10 years ago
Andrew Tridgell 421c7e02ae StorageManager: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 212e0ec002 StorageManager: fix for HAL_SITL rename 10 years ago
Randy Mackay c78068b8b8 StorageManager: fix example sketch 10 years ago
Andrew Tridgell 52cdd6394f StorageManager: cope with a wider range of storage sizes 11 years ago
Andrew Tridgell e53c872e1f StorageManager: added example sketch 11 years ago