Andrew Tridgell
|
33fe27a104
|
AP_HAL_AVR: implement betterstream functions in AP_HAL
this gives more consistancy between ports
|
2013-09-22 12:21:11 +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
|
76092eb590
|
AP_HAL: remove unused peek() interface from UART drivers
this is a bit tricky to implement on some platforms, and is unused
anyway
|
2013-01-16 14:43:18 +11:00 |
Andrew Tridgell
|
cf04935438
|
HAL_AVR: make Console a direct wrapper of uartA
this saves a bunch of memory, and we don't really need separate
console support on AVR
|
2013-01-11 10:23:51 +11:00 |
Andrew Tridgell
|
8d901b3f5a
|
HAL_AVR: fixed a warning
|
2013-01-02 10:19:28 +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
|
dfdc14f583
|
AP_HAL_AVR: Console uses only sized int types
|
2012-12-20 14:51:34 +11:00 |
Andrew Tridgell
|
ecd67ad79b
|
HAL_AVR: added more build examples
|
2012-12-20 14:51:27 +11:00 |
Pat Hickey
|
40734bc2f2
|
AP_HAL_AVR Console: bugfix on buffer bytes free vs used
* had them reversed. doh
|
2012-12-20 14:51:25 +11:00 |
Pat Hickey
|
52adb462a9
|
AP_HAL_AVR: Finished implementation of AVRConsoleDriver
|
2012-12-20 14:51:24 +11:00 |
Pat Hickey
|
98f86d0288
|
AP_HAL_AVR: Console more complete, but still not 100%
|
2012-12-20 14:51:24 +11:00 |
Pat Hickey
|
f889d5ac13
|
AP_HAL_AVR: trivial ConsoleDriver implementation
* user backend unimplemented. will do that next.
|
2012-12-20 14:51:24 +11:00 |