65 Commits (1018129ed9e74f3a0afa8811f38e231246853f14)

Author SHA1 Message Date
Lucas De Marchi 327de91b5c AP_HAL_Px4: use RCOutput_Tap for aerofc 8 years ago
Lucas De Marchi b4d0569339 AP_HAL_PX4: Use empty RCOutput driver for aerofc 8 years ago
Lucas De Marchi b17acfee12 Add aerofc support 8 years ago
Andrew Tridgell 84f93439ca HAL_PX4: delay peripheral starup 8 years ago
Andrew Tridgell c2c7284a94 HAL_PX4: implement SPIDevice code for PX4 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
Lucas De Marchi 2ef78051c1 AP_HAL_PX4: remove I2CDriver 9 years ago
Andrew Tridgell 1b8da3bce2 HAL_PX4: implement I2CDevice driver for PX4 9 years ago
Andrew Tridgell 8a7627474f Revert "AP_HAL_PX4: use new I2CDevice interface" 9 years ago
Luiz Ywata f767918e0e AP_HAL_PX4: use new I2CDevice interface 9 years ago
Andrew Tridgell 28aa4c40cc HAL_PX4: fixed order of wifi and frsky on FMUv4 9 years ago
Andrew Tridgell 4a35f8e9fc HAL_PX4: fixed comments for FMUv4 uarts 9 years ago
Andrew Tridgell 18ccaf7e2b HAL_PX4: added uartF 9 years ago
Andrew Tridgell 8695668da3 HAL_PX4: enable wifi port on FMUv4 9 years ago
Lucas De Marchi 8de329fc81 AP_HAL_PX4: use empty I2CDevice 9 years ago
Julien BERAUD c0f65ff6e1 AP_HAL_PX4: add empty optical flow 9 years ago
Lucas De Marchi 503533c6fe AP_HAL_PX4: rename AP_HAL_Empty instances 9 years ago
Lucas De Marchi 0c3733601b AP_HAL_PX4: use init() method without arguments 9 years ago
Andrew Tridgell 9835043dd5 HAL_PX4: support FMUv4 9 years ago
Caio Marcelo de Oliveira Filho cb61bdd8d1 AP_HAL_PX4: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho 0dab23c4df AP_HAL_PX4: implement HAL::run() 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Andrew Tridgell cbd43ee6ea HAL_PX4: added hal.i2c support on PX4 boards 10 years ago
Gustavo Jose de Sousa 08333f1ffe AP_HAL_PX4: standardize inclusion of libaries headers 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell 333778bac1 HAL_PX4: updates for upstream merge 10 years ago
Andrew Tridgell 18131eae13 HAL_PX4: added delay_microseconds_boost() 10 years ago
Andrew Tridgell 7f0060b881 HAL_PX4: reduce the amount of time between loop() calls 10 years ago
Andrew Tridgell f2a919c55e AP_HAL_PX4: moved size of main thread stack to Scheduler.h 10 years ago
Andrew Tridgell 849c4905fb HAL_PX4: print overtime message on stuck task 11 years ago
Andrew Tridgell 5f85e7af6a HAL_PX4: switch to new serial port for 2nd GPS 11 years ago
Andrew Tridgell bf2dd141e9 HAL_PX4: support uartE for 2nd GPS 11 years ago
Andrew Tridgell f433796435 HAL_PX4: removed an unused variable 11 years ago
Andrew Tridgell 0b25ff0a16 HAL_PX4: added uartD 11 years ago
Andrew Tridgell 5800c2a2c8 HAL_PX4: prevent excessive writes on startup from blocking 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 7cab8cb3bb HAL_PX4: removed Console driver 12 years ago
Julian Oes 56e94d70e9 PX4: Adaptations to latest build changes 12 years ago
Marco Bauer a3b216bce3 HAL_PX4: added GPIO driver 12 years ago
Andrew Tridgell 02c5c3ec4a HAL_PX4: changed scheduler priorities 12 years ago
Andrew Tridgell 8e2a20bea8 HAL_PX4: enable ttyACM0 as main console, ttyS1 as telemetry port 12 years ago
Andrew Tridgell d7409b6a25 HAL_PX4: startup in low priority to fix CLI 12 years ago
Andrew Tridgell f9d43f4c3e HAL_PX4: prevent loop() overruns using hrt 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 06e63d3167 HAL_PX4: use pthread_yield() in main loop 12 years ago
Andrew Tridgell 1188c9e335 HAL_PX4: added Util instance 12 years ago