11 Commits (d6f7156f4efd595b1c60dd1f6f7bc8c8c5ef148d)

Author SHA1 Message Date
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi e9d92c446c AP_HAL_VRBRAIN: 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 f714540d8b AP_HAL_VRBRAIN: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 3a9d7363ea HAL_VRBRain: fixed functor comparison 10 years ago
Emile Castelnuovo 92e0bc3a2f AP_HAL_VRBRAIN: updates to libraries for new boards 10 years ago
Andrew Tridgell e143acd8bf HAL_VRBRAIN: minimise use of hrt_absolute_time() 11 years ago
Andrew Tridgell 071323a736 HAL_VRBRAIN: added millis64() and micros64() 11 years ago
LukeMike dd1cab3ab8 HAL_VRBRAIN: updated analog drivers and scheduler driver to latest official version 11 years ago
Emile Castelnuovo 201332caef AP_HAL: New VRBRAIN board definition and libraries 11 years ago
Andrew Tridgell bf2dd141e9 HAL_PX4: support uartE for 2nd GPS 11 years ago
Andrew Tridgell 0b25ff0a16 HAL_PX4: added uartD 11 years ago
Andrew Tridgell 8dc6b758f3 HAL_PX4: switch to delay_microseconds_semaphore() for UART timer 11 years ago
Andrew Tridgell 5800c2a2c8 HAL_PX4: prevent excessive writes on startup from blocking 11 years ago
Andrew Tridgell 622f0dcc1d HAL_PX4: prevent threads running before subsystems are initialised 11 years ago
Andrew Tridgell 1c091cbca5 HAL_PX4: fixed a scheduler bug that affects UART IO 11 years ago
Andrew Tridgell d973730b88 HAL_PX4: use hrt timer and semaphores to improve timing 11 years ago
Andrew Tridgell 63bee0b2d8 HAL_PX4: disable checks for in_timerprocess 11 years ago
Andrew Tridgell 67db1cedaa HAL_PX4: fixed delay_microseconds() on PX4 12 years ago
Andrew Tridgell 942ae70651 HAL_PX4: updates for AP_HAL::MemberProc 12 years ago
Andrew Tridgell 7ec242146d HAL_PX4: update for new scheduler API 12 years ago
Andrew Tridgell fb56feb6b2 HAL_PX4: support all analog input pins, with scaling 12 years ago
Andrew Tridgell fa107bdb58 PX4: moved UART handling to its own thread 12 years ago
Andrew Tridgell 7082e0f8aa AP_HAL: added hold_in_bootloader parameter to scheduler->reboot() 12 years ago
Andrew Tridgell e5f19e314d PX4: systemreset() now takes a boolean argument 12 years ago
Julian Oes 56e94d70e9 PX4: Adaptations to latest build changes 12 years ago
Andrew Tridgell af7381e9e0 AP_HAL: added register_io_process() 12 years ago
Andrew Tridgell 8e2a20bea8 HAL_PX4: enable ttyACM0 as main console, ttyS1 as telemetry port 12 years ago
Andrew Tridgell 02b4ecc273 HAL_PX4: get RC input from PX4IO board 12 years ago
Andrew Tridgell 8f2f4b1bc5 HAL_PX4: use write() to /dev/pwm_output for servo output 12 years ago
Andrew Tridgell 70227d5d93 HAL_PX4: added scheduler performance counters 12 years ago
Andrew Tridgell 966b9b9b9c HAL_PX4: format panic messages with a newline 12 years ago
Andrew Tridgell 952df2fced HAL_PX4: new buffered storeage driver for microsd cards 12 years ago
Andrew Tridgell 2a10727902 HAL_PX4: run timer thread as SCHED_FIFO 12 years ago
Andrew Tridgell 6ffa18fa61 HAL_PX4: rewrite UART driver to be much more efficient 12 years ago
Andrew Tridgell 39e28d48c2 HAL_PX4: switched scheduler to use a pthread 12 years ago
Andrew Tridgell 7c7a215934 HAL_PX4: fixes for new Scheduler API 12 years ago
Andrew Tridgell 5829d44a22 HAL_PX4: disable failsafe handler 12 years ago
Andrew Tridgell 9f423a24ad HAL_PX4: yield CPU in delay() 12 years ago
Andrew Tridgell 1e69b88261 HAL_PX4: use write() in panic() 12 years ago
Andrew Tridgell b30fa6535b HAL_PX4: support reboot 12 years ago
Andrew Tridgell c6305b5876 HAL_PX4: rework Scheduler using hrt calls 12 years ago
Andrew Tridgell 5053fb8acc HAL_PX4: implement atomic operations 12 years ago
Andrew Tridgell 5a70f3becf HAL_PX4: added a scheduler implementation 12 years ago
Andrew Tridgell 93040e5725 AP_HAL: removed the defer_timer_process() function 12 years ago
Andrew Tridgell 60d3df50ae AP_HAL: changed delay() to take a uint16_t 12 years ago
Pat Hickey 4c715bfd04 AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 12 years ago
Andrew Tridgell dcc17dad94 SITL: added panic() method in scheduler 12 years ago
Andrew Tridgell 8916b280fd SITL: filled in more of the HAL SITL backend 12 years ago