567 Commits (6ad5357d1afa35337a41626f06ae0265f56bc716)

Author SHA1 Message Date
Beat Küng 6ad5357d1a SPI+I2C: remove unused defines and printf's 5 years ago
JaeyoungLim 2ef37cd065 Spawn models separately from gazebo models 5 years ago
Daniel Agar 8738c26426
boards: enable NuttX SPI DMA buffers 5 years ago
Daniel Agar b73ec18abb
boards: add px4_fmu-v4 and px4_fmu-v5 optimized (-O3) build variants 5 years ago
SalimTerryLi dc8e775d8f
ADC: replace ioctl with uorb message (#14087) 5 years ago
Beat Küng d6bb5b3b9e i2c spi buses: enforce drivers to set default SPI/I2C bus frequency 5 years ago
Beat Küng a6ddf0e4b9 refactor sf1xx: use driver base class 5 years ago
Beat Küng dbb53044ce refactor ms5611: use driver base class 5 years ago
Beat Küng 83b6f6456b refactor I2CSPIInstance: store running instances in a global linked list 5 years ago
Beat Küng e7f04109d9 i2c spi init + custom methods: use WorkItemSingleShot 5 years ago
Beat Küng 8c41025565 px4_work_queue: add WorkItemSingleShot 5 years ago
Beat Küng 134413233a i2c spi: extend BusCLIArguments to handle common driver arguments 5 years ago
Beat Küng d1f5b23a5a module docs: add PRINT_MODULE_USAGE_PARAMS_I2C_{SPI_DRIVER,ADDRESS} 5 years ago
Beat Küng f851f65f8d i2c spi: add type to I2CSPIInstance 5 years ago
SalimTerryLi b70289c536 move __PX4_LINUX out of px4_impl_os.cmake 5 years ago
PX4 BuildBot 20a8a0231b Update submodule nuttx to latest Sun Mar 15 12:39:29 UTC 2020 5 years ago
Lorenz Meier 8a6d444467 Enable Gazebo mock optical flow 5 years ago
Lorenz Meier 76b3c18625 Add dedicated survey camera plane model 5 years ago
Matthias Grob 2dccc0dcfc posix.h: remove duplicate stdint.h include 5 years ago
Daniel Agar f9794e99f8
move hover_thrust_estimator to new module (mc_hover_thrust_estimator) 5 years ago
David Sidrane 82ab1413fc px4_fmu-v5:Add Manifest Entries for UAVCAN interfaces 5 years ago
Daniel Agar 9cd8bb4f88
sensors: move to WQ 5 years ago
PX4 BuildBot 249ad0ced1 Update submodule nuttx to latest Wed Mar 11 12:38:18 UTC 2020 5 years ago
Daniel Agar 9585055e9e
uORB: add bitset for faster orb_exists check and remove uORB::Subscription lazy subscribe hack/optimization 5 years ago
Beat Küng 335623e11d SPI config: use enum to specify bus 5 years ago
Beat Küng 1851665fab boards: add new spi+i2c config 5 years ago
Beat Küng 06712450a7 i2c+spi: add module base class and bus iterators 5 years ago
Beat Küng af15c7d945 i2c+spi: extend hw_description for I2C + SPI 5 years ago
Beat Küng 18bc6cf872 ScheduledWorkItem::ScheduleClear: remove item from runnable queue 5 years ago
Daniel Agar fca7700746
Update submodule nuttx to latest Wed Mar 4 01:36:16 UTC 2020 5 years ago
David Sidrane ee220a5086 px4_fmuv5x:Update manifest for USB not present 5 years ago
David Sidrane 431f7c16c8 NuttX with PX4 Contrib backported imxrt:Call out to board to set up FlexRAM 5 years ago
David Sidrane cad3a811d2 nxp_fmurt1062-v1:Run from OCRAM 5 years ago
David Sidrane e12bce3a20 px4_add_board:Add Optional LINKER_PREFIX 5 years ago
TSC21 993755b24b bitmask.h: compile only if in POSIX/LINUX platforms 5 years ago
TSC21 f5000a9691 px4_platform_common: add bitmask.h for templated type safe bitmask operations 5 years ago
SalimTerryLi 77a9135036
ADC driver report back vref alone with sample count (#14136) 5 years ago
JaeyoungLim e0d6f94318 Add boat(usv) sitl target 5 years ago
Daniel Agar 22499effb9 invensense icm20602 improvements 5 years ago
Julian Oes cf47c2155f
platforms: prevent stackoverflow for ekf2 sideslip 5 years ago
Daniel Agar d7c3e1066a
uavcannode updates and px4_fmu-v4_cannode example 5 years ago
Beat Küng 6b1ee7bbe2 io_timer_init.h: avoid using timer_channel, as imxrt does not have it 5 years ago
Beat Küng ef36d70cb4 px4_arch imxrt: add hw description constexpr util methods 5 years ago
Beat Küng 8cd9afc19a imxrt io_timer: remove some fields from io_timers_t and split out channel indexes 5 years ago
Beat Küng d74d094940 nuttx configs: disable nuttx timers which are used for PWM output 5 years ago
Beat Küng 6cdf368776 stm32 io_timer: add support for 16 PWM outputs 5 years ago
Beat Küng 3217b539c6 px4_arch: add hw description constexpr util methods 5 years ago
Beat Küng 418262a131 px4_micro_hal: add PX4_MAKE_GPIO_INPUT and PX4_MAKE_GPIO_OUTPUT 5 years ago
Beat Küng 685be9b3d1 io pins: avoid using GPIO_GPIOx_OUTPUT, use timer_io_channels instead 5 years ago
Beat Küng 62b4f3487a io timer: remove some fields from io_timers_t and split out channel indexes 5 years ago