53 Commits (ac1c0bba154f0613cfaa3fbd5e743c9da73f4ffd)

Author SHA1 Message Date
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi a65c98485c AP_HAL: UARTDriver: remove _P() variants 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 2556fc8dbe BetterStream: use common macro for printf formatting 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 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
Lucas De Marchi ca17b6155e AP_HAL: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 0456eccca8 AP_HAL: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell eca0940bc7 AP_HAL: allow for broadcast packets on UDP IPv4 10 years ago
Andrew Tridgell 3e4b0b9869 AP_HAL: added pollout() function to socket API 10 years ago
Andrew Tridgell 596ecde70d AP_HAL: added listen and accept APIs to socket API 10 years ago
Andrew Tridgell b07f7e873f AP_HAL: added pollin() interface for Socket API 10 years ago
Andrew Tridgell 5067359ed7 AP_HAL: fixed socket destructor 10 years ago
Staroselskii Georgii 1a588263e4 AP_HAL: added destructor for Socket 10 years ago
Staroselskii Georgii 4411c1fed4 AP_HAL: improved constness of Socket API 10 years ago
Andrew Tridgell 4dd47ead0e AP_HAL: removed old fastdelegate code 10 years ago
Andrew Tridgell ac3fc2f373 AP_HAL: fixed build warnings 10 years ago
Andrew Tridgell 4705be97bf AP_HAL: support %lld and %llu in internal printf 10 years ago
Lucas De Marchi 83efb9280b AP_HAL: use variadic templates in FastDelegate 10 years ago
Lucas De Marchi a1e1503e1a AP_HAL: Add Functor implementation 10 years ago
Andrew Tridgell 9336914598 AP_HAL: added sendto socket method 10 years ago
Andrew Tridgell be587beedc AP_HAL: disable nagle on sockets for faster local operation 10 years ago
Andrew Tridgell 414f4125de AP_HAL: use FD_CLOEXEC to prevent sockets being inherited in SITL 10 years ago
Andrew Tridgell 692fc18698 AP_HAL: protect Socket.h from double include 10 years ago
Tom Pittenger 4b6d0d8e24 AP_HAL: replace fabs() with fabsf() 10 years ago
Andrew Tridgell 2369e06815 AP_HAL: fixed SITL build on windows 10 years ago
Andrew Tridgell 08b9ed3342 AP_HAL: added socket handling class 10 years ago
Andrew Tridgell 35d22b9d57 AP_HAL: added getopt_cpp class 10 years ago
Grant Morphett 525787078f AP_HAL: Changes to fix the warnings in rover sitl build. 10 years ago
Andrew Tridgell 6fb00f4fc3 AP_HAL: create a common utility/RingBuffer.h header 10 years ago
Andrew Tridgell 74227cd7f0 AP_HAL: prevent some FastDelegate warnings 11 years ago
Andrew Tridgell efe1e01700 AP_HAL: require a buffer write() function in all ports 12 years ago
Andrew Tridgell f2de4bb7b0 AP_HAL: implement AP_HAL::MemberProc via FastDelegate.h 12 years ago
Andrew Tridgell 0e9aef7e52 AP_HAL: changed base defines for print() 12 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 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Tobias d3ea88e8c7 AP_HAL: resolved -Woverloaded-virtual warning 12 years ago
Andrew Tridgell 76092eb590 AP_HAL: remove unused peek() interface from UART drivers 12 years ago
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell ba1a6eb073 AP_HAL: fixed SITL build 12 years ago
Pat Hickey 7681fef988 AP_HAL: BetterStream gets vprintf and vprintf_P methods 12 years ago
Pat Hickey 243590bb73 AP_HAL: UARTDriver & Stream uses only sized int types 12 years ago
Pat Hickey 3bca50f422 AP_HAL: BetterStream removes printf attribute from _printf_P 12 years ago
Pat Hickey a399851ca2 AP_HAL: Depend on AP_Progmem rather than AP_Common to provide pstr 12 years ago
Andrew Tridgell 87e300b119 AP_HAL: added double print functions 12 years ago
Pat Hickey 36154559fc AP_HAL: change txspace from a BetterStream method to a Stream method. 12 years ago