Michael du Breuil
|
039e146dec
|
AP_HAL_PX4: Remove GPIO::analogPinToDigitalPin()
|
7 years ago |
Andrew Tridgell
|
fe07a73935
|
HAL_PX4: don't clear buffers if no baudrate change
|
7 years ago |
Andrew Tridgell
|
66ee202e24
|
HAL_PX4: backup storage to microSD if possible
very useful for diagnostics
|
7 years ago |
Andrew Tridgell
|
7beb8b4872
|
HAL_PX4: ensure system_id is nul terminated
|
7 years ago |
Andrew Tridgell
|
cb77cc772c
|
HAL_PX4: implement I2C bus masks
|
7 years ago |
Andrew Tridgell
|
c317cc3fa4
|
HAL_PX4: removed restriction on delay in threads
threads other than the main thread should be able to sleep, but not
call the delay callback
|
7 years ago |
Andrew Tridgell
|
3dfa1f2879
|
HAL_PX4: implement thread_create() API
|
7 years ago |
Andrew Tridgell
|
12a53ed662
|
HAL_PX4: fixed link on aerofc-v1
it does not have bl_update
|
7 years ago |
Andrew Tridgell
|
b4d527a9f8
|
HAL_PX4: support flashing bootloader with MAVLink command
|
7 years ago |
Andrew Tridgell
|
3fe04e941f
|
HAL_PX4: support uartG
|
7 years ago |
Michael du Breuil
|
512939a839
|
AP_HAL_PX4: Clear UART buffers when opening a port
|
7 years ago |
Peter Barker
|
3bdbe3b63c
|
AP_HAL_PX4: use common methods for setting time
|
7 years ago |
Eugene Shamaev
|
05c8d4cc36
|
AP_HAL_PX4: helper func
|
7 years ago |
Eugene Shamaev
|
2a6387fd3b
|
AP_HAL_PX4: reducing indenting by linearizing the logic
|
7 years ago |
Michael du Breuil
|
a833e93708
|
AP_HAL_PX4: Remove timer process suspension interface
|
7 years ago |
Michael du Breuil
|
4d83644bd6
|
AP_HAL_PX4: Remove RC overrides
|
7 years ago |
Eugene Shamaev
|
94f8c81d84
|
AP_HAL_PX4: UAVCAN servo removal
|
7 years ago |
Eugene Shamaev
|
80859a9137
|
AP_HAL_PX4: HAL_RCINPUT_WITH_AP_RADIO definition
|
7 years ago |
Andrew Tridgell
|
95df35f102
|
HAL_PX4: fixed build warnings
|
7 years ago |
Andrew Tridgell
|
36ebb14b2e
|
HAL_PX4: take account of available bytes in receive_time_constraint_us
|
7 years ago |
Andrew Tridgell
|
93cdb15aca
|
HAL_PX4: implement uart timestamp API
|
7 years ago |
Andrew Tridgell
|
219d429929
|
HAL_PX4: fixed oneshot125 on non-alt outputs
|
7 years ago |
Michael du Breuil
|
f9d1574f73
|
AP_HAL_PX4: Remove set_overrides() method
|
7 years ago |
Peter Barker
|
83bb6e4a9a
|
AP_HAL_PX4: move delay callback handling to base HAL Scheduler class
|
7 years ago |
Andrew Tridgell
|
7ecdabe52c
|
HAL_PX4: fixup
|
7 years ago |
Andrew Tridgell
|
fae0e7befa
|
HAL_PX4: implement BRD_SAFETYOPTION
|
7 years ago |
Andrew Tridgell
|
c3f0418333
|
HAL_PX4: handle oneshot125 separately
|
7 years ago |
Andrew Tridgell
|
503bd9ce65
|
HAL_PX4: implement get_esc_scaling()
|
7 years ago |
Andrew Tridgell
|
9942934f0d
|
AP_HAL_PX4: added IRQ save/restore to hal.scheduler
these are used by RPM driver
|
7 years ago |
Andrew Tridgell
|
2933d4dd35
|
HAL_PX4: handle MODE_PWM_NONE enum
|
7 years ago |
Andrew Tridgell
|
a9b4d37bd2
|
HAL_PX4: fixed build with DShot
|
7 years ago |
Andrew Tridgell
|
25cc73c1e7
|
AP_HAL_PX4: added mask to set_output_mode()
this allows for some groups using dshot and some not
|
7 years ago |
Peter Barker
|
6c7c916c78
|
AP_HAL: eliminate AP_HAL::Print and AP_HAL::Stream
Just *way* too many layers involved here
|
7 years ago |
Holger Steinhaus
|
8b8a99e1aa
|
AP_HAL_PX4: fix possible overflow/truncation issue
bus_id is declared to be a 5 bit value, so 2 digits are necessary for
string representation.
|
7 years ago |
Andrew Tridgell
|
fba962f7ff
|
HAL_PX4: allow for different LED pins
and fixed build
|
7 years ago |
Andrew Tridgell
|
eb0389caf2
|
HAL_PX4: used cypress bus defines
|
7 years ago |
Andrew Tridgell
|
a8af1974d2
|
HAL_PX4: hook into AP_Radio for RC input
|
7 years ago |
Peter Barker
|
ddb2f4b5ad
|
HAL_PX4: define cypress SPI bus
|
7 years ago |
Siddharth Purohit
|
17fef4b630
|
HAL_PX4: add support for api change in AP_HAL::CANManager
|
7 years ago |
Andrew Tridgell
|
0f079deebf
|
HAL_PX4: Storage::_timer_tick is an override
|
7 years ago |
Andrew Tridgell
|
25ea60da69
|
HAL_PX4: implement _timer_tick in UARTDriver
|
7 years ago |
murata
|
cdfca9d9ea
|
AP_HAL_PX4: delete \n from the log using gcs().send_text
|
7 years ago |
Andrew Tridgell
|
a99b690d49
|
HAL_PX4: use calloc for malloc_type()
this ensures that EKF memory is zero on start
|
7 years ago |
bugobliterator
|
e591265329
|
HAL_PX4: change dma_allocate api to malloc_type
|
7 years ago |
Andrew Tridgell
|
ded22a6766
|
HAL_PX4: fixed I2C get_device() interface
just stubs for now
|
7 years ago |
Andrew Tridgell
|
c62dbcdb62
|
HAL_PX4: allow for printf from multiple threads
this is useful for hal.console
|
7 years ago |
Andrew Tridgell
|
979ee67c19
|
HAL_PX4: cope with failed flash writes
we need to recover from possible bad flash
|
7 years ago |
Randy Mackay
|
9b81c133f6
|
AP_HAL_PX4: fix compiler warning in UARTDriver
|
7 years ago |
Andrew Tridgell
|
4289190654
|
HAL_PX4: added LIS3MDL on FMUv4
|
7 years ago |
Mark Whitehorn
|
b1b1c0218f
|
AP_HAL_PX4: clean whitespace
|
7 years ago |