17 Commits (a629bb7f2f49ee56c285f26d9cad879d9b47fc4f)

Author SHA1 Message Date
Lucas De Marchi 0e502d89a3 AP_HAL: use FALLTHROUGH define 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Andrew Tridgell c90d7dd86e AP_HAL: fixed vprintf segfault 9 years ago
Lucas De Marchi 520b0384fd AP_HAL: remove unused in_progmem flag to print_vprintf 9 years ago
Lucas De Marchi 8e0c125f56 AP_HAL: print_vprintf: follow coding style 9 years ago
Lucas De Marchi c35730058a AP_HAL: print_vprintf: stop using Progmem.h 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 0aa117f65d Replace use of strnlen_P() with strnlen() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Gustavo Jose de Sousa 0456eccca8 AP_HAL: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 4705be97bf AP_HAL: support %lld and %llu in internal printf 10 years ago
Tom Pittenger 4b6d0d8e24 AP_HAL: replace fabs() with fabsf() 10 years ago
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