Andrew Tridgell
c72372722e
AP_HAL: fixed example builds
10 years ago
Gustavo Jose de Sousa
0456eccca8
AP_HAL: 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
b83708f77f
AP_HAL: use ARRAY_SIZE macro
10 years ago
Andrew Tridgell
979a571d68
AP_HAL: fixed example build
10 years ago
Eugene Shamaev
ca482cf44a
StorageManager: added example sketch
10 years ago
Andrew Tridgell
5c86005160
AP_HAL: removed spurious delay example
10 years ago
Andrew Tridgell
36b19b26ce
AP_HAL: convert example from .pde to .cpp
10 years ago
Randy Mackay
0d72f3ac29
AP_HAL: fix example sketches
10 years ago
Andrew Tridgell
40e3b422b5
HAL_SITL: rename HAL_AVR_SITL to HAL_SITL
...
it is nothing to do with the original AVR emulation now
10 years ago
mirkix
4f1dd85e47
AP_HAL: Add test sketch for RC input to RC output pass through
10 years ago
Randy Mackay
f84d31b838
HAL: fix example sketch
10 years ago
mirkix
7ceb93befa
AP_HAL: make the examples usable with Linux
10 years ago
Andrew Tridgell
5aabfd4dc4
AP_HAL: added RCInput example sketch
10 years ago
Andrew Tridgell
8e36c1cd60
AP_HAL: fixed RCOutput example
10 years ago
Andrew Tridgell
4ec6a74829
AP_HAL: addex UART_test example sketch
10 years ago
Andrew Tridgell
9e0a7e6631
AP_HAL: fixed printf example build
10 years ago
Andrew Tridgell
b61ecb47af
AP_HAL: fixed example build
11 years ago
Andrew Tridgell
5cca163b1f
AP_HAL: fixed example build
11 years ago
Andrew Tridgell
02dec5634f
AP_HAL: fixed example builds
11 years ago
Andrew Tridgell
d36989f6a1
AP_HAL: fixed example build
11 years ago
Andrew Tridgell
9cf70fe3f7
AP_HAL: another broken example build
...
this one an internal compiler error
11 years ago
Andrew Tridgell
830afefcef
AP_HAL: fixed example build
11 years ago
Andrew Tridgell
e321ad65f4
AP_HAL: fixed example build
11 years ago
Andrew Tridgell
0d662c52b3
AP_HAL: fixed length return from snprintf
12 years ago
Andrew Tridgell
85b3f0d18d
AP_HAL: expanded printf test suite
12 years ago
Andrew Tridgell
4ad4b60fbc
HAL: added Printf test sketch
...
for testing new non-asm printf code
12 years ago
Andrew Tridgell
ef5a42fabc
AP_HAL: added RCOutput example sketch
...
useful for testing all 14 channels via APM API
12 years ago
Andrew Tridgell
500497f5fa
AP_HAL: update AnalogIn test to show the first 16 pins
12 years ago
Andrew Tridgell
7681f3b639
AP_HAL: update AnalogIn example to show voltages not raw values
12 years ago
Andrew Tridgell
8ed2f7d21c
AnalogIn: run the example sketch a bit slower
...
5Hz is plenty
12 years ago
Andrew Tridgell
a3ef58ac92
AP_HAL: moved AnalogIn example to generic examples
...
it is not AVR specific anymore
12 years ago