3 Commits (d84c1cd3e47bda3141397487c229c1d67332a2a0)

Author SHA1 Message Date
Andrew Tridgell 928e06f52c AP_HAL: use fabs() in print 12 years ago
Andrew Tridgell 0d662c52b3 AP_HAL: fixed length return from snprintf 12 years ago
Andrew Tridgell 60122f9877 AP_HAL: moved printf implementation from AP_HAL_AVR to AP_HAL 12 years ago
Andrew Tridgell 16a0dfc38c HAL_AVR: changed to C implementation of float formatting 12 years ago
Pat Hickey 1ed6a49a7a AP_HAL_AVR: implementation for each BetterStream vprintf 12 years ago
Pat Hickey 5ab4e57673 AP_HAL_AVR: rename vprintf function to print_vprintf 12 years ago
Pat Hickey 1b0bde2779 AP_HAL_AVR: rename vprintf files to print_vprintf 12 years ago
Andrew Tridgell 562b6a20c9 AP_HAL_AVR: conditionally build AVR specific helper code 12 years ago
Pat Hickey de81267bd5 AP_HAL_AVR: utility/vprintf.cpp fixed for avr-gcc 4.6 12 years ago
Pat Hickey a3a6482fd3 AP_HAL_AVR: vprintf implementation exists outside of class hierchary. 12 years ago
Pat Hickey 8eb9b39a44 AP_HAL_AVR move library classes to their own AP_HAL_AVR namespace 12 years ago
Pat Hickey 76e93e9fd7 AP_Common: PSTR def has specific version for avr-gcc 4.6 compatibility 12 years ago
Andrew Tridgell f812fc921f build: fixed more build warnings 13 years ago
Andrew Tridgell 294c812b9b desktop: use the libc printf engine 13 years ago
Andrew Tridgell 41dd8d60ba use ifdef for DESKTOP_BUILD 14 years ago
Andrew Tridgell 288aba074f fastserial: allow vprintf() to build without assembler 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
tridge60@gmail.com 860998d337 implemented typesafe PSTR() 14 years ago
DrZiplok@gmail.com 70baf31139 Resurrect lf -> crlf translation that was lost when I dropped the stdio support. 14 years ago
DrZiplok@gmail.com aa2bbe9131 A better workaround for the PSTR warning bug. This seems to work correctly. 14 years ago
DrZiplok c473af0082 Back out the "workaround" for PSTR() warnings; it doesn't. 14 years ago
DrZiplok@gmail.com f30bf9cab7 Add format attributes to printf and printf_P. The latter is a bit wishful as gcc isn't smart enough to deal with what PSTR does, but with some other hackery this can be used to generate useful warnings. 14 years ago
DrZiplok@gmail.com 43262a573f Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation. 14 years ago