48 Commits (master)

Author SHA1 Message Date
Peter Barker 045960fe57 AP_HAL_SITL: catch SIGTERM and exit with zero exit status 5 years ago
Peter Barker 15308af230 AP_HAL_SITL: avoid lockstep scheduling issue with semaphores 5 years ago
Andrew Tridgell 5e5c30efe8 HAL_SITL: allow SITL to use SERIALn_PROTOCOL=23 6 years ago
Peter Hall 4492c09b3b AP_HAL_SITL: Scheduler skip set stack on Cygwin 6 years ago
Andrew Tridgell ac7a67fda0 HAL_SITL: added uartH 6 years ago
Peter Barker 848a70acd4 AP_HAL_SITL: fix rebooting while in sensor config error loop 6 years ago
Andrew Tridgell 916b3003e1 AP_HAL_SITL: removed unusued AP_Common/Semaphore.h 6 years ago
Peter Barker 556e836a66 AP_HAL_SITL: cast PTHREAD_STACK_MIN to unsigned 6 years ago
Andrew Tridgell 751dade9a8 HAL_SITL: enable optional storage in flash 6 years ago
Peter Barker d6fe9d47e0 AP_HAL_SITL: check return value from posix_memalign 7 years ago
Patrick José Pereira ab31fcb8f4 AP_HAL_SITL: Makes scheduler compile under Mac OS 7 years ago
Andrew Tridgell 836176297d HAL_SITL: added stack checking to SITL 7 years ago
Peter Barker fdd111a24d AP_HAL_SITL: move include for pthread.h 7 years ago
Andrew Tridgell 10e9182c21 HAL_SITL: fixed delay() for SITL threads 7 years ago
Andrew Tridgell 3fc6968700 HAL_SITL: allow delay from other than main thread 7 years ago
Andrew Tridgell 88842adbd5 HAL_SITL: implement thread_create() API 7 years ago
Andrew Tridgell 5862138a4b HAL_SITL: support uartG 7 years ago
Michael du Breuil 0f2482f05b AP_HAL_SITL: Remove timer process suspension interface 7 years ago
Pierre Kancir b615677223 HAL_SITL: implement reboot support 7 years ago
Peter Barker 190bd18769 AP_HAL_SITL: move delay callback handling to base HAL Scheduler class 7 years ago
Andrew Tridgell e276edbb03 HAL_SITL: implement _timer_tick in UARTDriver 7 years ago
Andrew Tridgell 7def86ae96 HAL_SITL: don't run IO at more than 100Hz 7 years ago
Lucas De Marchi 5ea1784838 global: remove AP_HAL::in_timerprocess() 8 years ago
Miguel Arroyo 4394c5145b AP_HAL_SITL: Fixes bug with uartF. 8 years ago
murata 67fdbf5c2d AP_HAL_SITL: Unify from print or println to printf. 8 years ago
Pierre Kancir ab9e88299f AP_HAL_SITL: Scheduler remove unreachable code & minor fix 8 years ago
Pierre Kancir f9c8827809 SITL: Scheduler correct misplaced parenthese && switch to do while loop 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Siddharth Bharat Purohit d65f453da1 AP_HAL_SITL:use common fenv function 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
Andrew Tridgell 655f57ad01 HAL_SITL: cleanup class names 9 years ago
Andrew Tridgell 492c733750 HAL_SITL: added RingBuffers to UART driver 9 years ago
Lucas De Marchi 4c82c535cc AP_HAL_SITL: use init() method without arguments 9 years ago
Caio Marcelo de Oliveira Filho 783db23a0f AP_HAL_SITL: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho 3ef77617fd AP_HAL_SITL: implement new AP_HAL functions 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 7ceffb1e2b Replace use of vprintf_P() with vprintf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 6027a02fe9 AP_HAL_SITL: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Gustavo Jose de Sousa 27b9d71e2c AP_HAL_SITL: standardize inclusion of libaries headers 10 years ago
tcr3dr 9d26bc6958 HAL_SITL: Adds polyfill for feenableexcept on OS X. 10 years ago
Lucas De Marchi acdcdc35fa AP_HAL_SITL: Do not compare delegate to NULL 10 years ago
Andrew Tridgell c81ad1d622 HAL_SITL: reformat HAL_SITL with astyle 10 years ago
Andrew Tridgell 40e3b422b5 HAL_SITL: rename HAL_AVR_SITL to HAL_SITL 10 years ago
Andrew Tridgell 963e5c5977 HAL_SITL: removed pthread.h as no longer needed 10 years ago
Andrew Tridgell 878549530d HAL_SITL: g_state is not needed any more 10 years ago