Gustavo Jose de Sousa
709204c01d
DataFlash: standardize inclusion of libaries headers
...
This commit changes the way libraries headers are included in source files:
- If the header is in the same directory the source belongs to, so the
notation '#include ""' is used with the path relative to the directory
containing the source.
- If the header is outside the directory containing the source, then we use
the notation '#include <>' with the path relative to libraries folder.
Some of the advantages of such approach:
- Only one search path for libraries headers.
- OSs like Windows may have a better lookup time.
10 years ago
Lucas De Marchi
3136b8916c
DataFlash: use ARRAY_SIZE macro
10 years ago
Andrew Tridgell
e734f24cc1
DataFlash: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
69f9d25cd0
DataFlash: fix for HAL_SITL rename
10 years ago
Andrew Tridgell
10ec1b8290
DataFlash: example no longer builds with APM2
10 years ago
Randy Mackay
0480828350
Dataflash: fix example sketch
10 years ago
Andrew Tridgell
940966f3e3
DataFlash: fixed example sketch build
10 years ago
Andrew Tridgell
6c19f23ace
DataFlash: fixed example build
11 years ago
Andrew Tridgell
e67c468e2d
DataFlash: fixed example build
11 years ago
Andrew Tridgell
5f85792224
DataFlash: fixed example build
11 years ago
Randy Mackay
ebf72f5beb
Dataflash: example sketch includes AP_Mission.h
11 years ago
Andrew Tridgell
0641159660
DataFlash: fixed example build
11 years ago
Andrew Tridgell
645eb711cb
DataFlash: changed to AP_Vehicle.h
12 years ago
Andrew Tridgell
b57af23933
DataFlash: fixed example build
12 years ago
Andrew Tridgell
032cc513ca
DataFlash: fixed example build
12 years ago
Andrew Tridgell
7fdf1b6f78
DataFlash: fixed example build
12 years ago
Andrew Tridgell
844e1b9ef9
DataFlash: added support for printing flight mode as a string
...
makes analysing logs easier.
Pair-Programmed-With: Randy
12 years ago
Andrew Tridgell
735d60c493
DataFlash: convert example sketch to new API
12 years ago
Andrew Tridgell
c1c967f3bf
DataFlash: fixed test sketch build and run
12 years ago
Andrew Tridgell
ba8d830754
DataFlash: start to fix example build
12 years ago
Andrew Tridgell
9ef1f8509b
DataFlash: update test code for new macros
12 years ago
Andrew Tridgell
7274d847f8
DataFlash: update for new block API
12 years ago
Andrew Tridgell
374af1cd14
build: change from Arduino.mk to apm.mk
12 years ago
Andrew Tridgell
a1187519a8
AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches
12 years ago
Pat Hickey
eb530b86e8
move Arduino.mk to /mk/Arduino.mk
12 years ago
Andrew Tridgell
7d27e420ae
AP_HAL: remove unnecessary Arduino.h includes
12 years ago
Pat Hickey
308281f252
DataFlash_test ported to AP_HAL
12 years ago
Pat Hickey
8ffec83b73
DataFlash: fixes to lib include and make the test smaller
12 years ago
Pat Hickey
aa210d7e99
AP_DataFlash_test wibble
13 years ago
rmackay9
b9963f5b5c
DataFlash: modified to use AP_Semaphore for SPI3 bus when required.
...
Also fixed test sketch which seemed broken.
13 years ago
uncrustify
15d8ba45e3
uncrustify libraries/DataFlash/examples/DataFlash_test/DataFlash_test.pde
13 years ago
Doug Weibel
756793611f
Repair dataflash test
13 years ago
rmackay9@yahoo.com
09256e12da
DataFlash library - changed to use standard arduino SPI library
...
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2928 f9c3cf11-9bcb-44bc-f272-b75c42450872
14 years ago
james.goppert@gmail.com
c1b6032e7f
Eclipse makefile support for examples.
...
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1860 f9c3cf11-9bcb-44bc-f272-b75c42450872
14 years ago
jasonshort
b6c552212e
updated formatting, baud
...
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1642 f9c3cf11-9bcb-44bc-f272-b75c42450872
14 years ago
jjulio1234
3976200f50
First version. This is the "core" of the project and libraries.
...
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2 f9c3cf11-9bcb-44bc-f272-b75c42450872
15 years ago