Tobias
|
ce6529734c
|
HAL_AVR: reorder parameters to remove a warning with -Wreorder
|
2013-07-08 12:07:50 +10:00 |
tobias
|
4e7fea787b
|
HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER"
adding -I for EVERY DIRECTORY isn't desirable
http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html
|
2013-07-08 12:07:50 +10:00 |
Andrew Tridgell
|
a6b21443c4
|
HAL_AVR: fixed null termination of vsnprintf()
|
2013-03-22 11:53:24 +11:00 |
Andrew Tridgell
|
24a291cf66
|
HAL_AVR: only build on APM boards
|
2012-12-30 20:02:45 +11:00 |
Pat Hickey
|
1ed6a49a7a
|
AP_HAL_AVR: implementation for each BetterStream vprintf
* had to rename the utility vprintf function calls to print_vprintf
to make the naming work.
|
2012-12-20 14:53:22 +11:00 |
Pat Hickey
|
defc539e57
|
AP_HAL_AVR: implement string Utils in terms of existing vprintf
|
2012-12-20 14:52:37 +11:00 |
Pat Hickey
|
b3abe89989
|
AP_HAL_AVR: add Util stubs
|
2012-12-20 14:52:37 +11:00 |