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
|
12 years ago |
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
|
12 years ago |
Andrew Tridgell
|
8d901b3f5a
|
HAL_AVR: fixed a warning
|
12 years ago |
Andrew Tridgell
|
24a291cf66
|
HAL_AVR: only build on APM boards
|
12 years ago |
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.
|
12 years ago |
Pat Hickey
|
dfdc14f583
|
AP_HAL_AVR: Console uses only sized int types
|
12 years ago |
Andrew Tridgell
|
ecd67ad79b
|
HAL_AVR: added more build examples
|
12 years ago |
Pat Hickey
|
40734bc2f2
|
AP_HAL_AVR Console: bugfix on buffer bytes free vs used
* had them reversed. doh
|
12 years ago |
Pat Hickey
|
52adb462a9
|
AP_HAL_AVR: Finished implementation of AVRConsoleDriver
|
12 years ago |
Pat Hickey
|
98f86d0288
|
AP_HAL_AVR: Console more complete, but still not 100%
|
12 years ago |
Pat Hickey
|
f889d5ac13
|
AP_HAL_AVR: trivial ConsoleDriver implementation
* user backend unimplemented. will do that next.
|
12 years ago |