448 Commits (b7a7ba8cfccbbea72be797ed3ce2536038870f90)

Author SHA1 Message Date
Beat Küng 4b290c4903 voltage & current scaling: use px4_arch_adc_dn_fullcount() instead of 4096 5 years ago
Daniel Agar 84fe64b1c2
create new multicopter rate controller module (mc_rate_control) split out of mc_att_control 5 years ago
Daniel Agar 1c4a8e7c11 cmake NuttX fix generated launch.json (vscode debug) 5 years ago
Daniel Agar 82fac4a0a7 cmake NuttX linker print memory usage 5 years ago
David Sidrane 67f27eb26c NuttX @ Offical release of 8.2 5 years ago
Daniel Agar 8ce2f30aa6
NuttX cmake improve dependencies between configure and runtime 5 years ago
Daniel Agar df73a6667d NuttX cmake improvements 5 years ago
David Sidrane 850821f47f [REVISIT] Support upstream DSHOT Revist! 5 years ago
Daniel Agar 2af262ed1d NuttX cmake build wrapper thorough dependencies 5 years ago
Daniel Agar 99aae8b891 NuttX use toolchain math.h and avoid empty drivers/Kconfig 5 years ago
David Sidrane b2f28c977d durandal-v1 Nuttx Based PX4 bootloader 5 years ago
David Sidrane 65a26ec060 nxp_fmuk66-v1:Port to NuttX 8.1+ 5 years ago
David Sidrane e847698c9f PX4 System changes Supporting STM32H7 5 years ago
David Sidrane 36a75b79a4 uavcan:Changes to support Nuttx 7.31+ 5 years ago
David Sidrane 522ed2d99b NuttX based PX4 bootloader 5 years ago
Beat Küng 78944a70c3 Upgrade NuttX to 8.2 5 years ago
TSC21 d4ddabdf52 SITL: adds 'iris_rtps' target 5 years ago
Daniel Agar c5520cbaca mpu9250: start building "NuttX" driver for Linux and QuRT 5 years ago
Daniel Agar 1c4e854f93 cmake don't build param "c" files and remove param defines 5 years ago
Beat Küng 5dff065ec5 uavcan: move to work queue and use MixingOutput 5 years ago
Beat Küng a203475489 BlockingList: fix unsafe getLockGuard() API 5 years ago
Daniel Agar 7f930f875e Jenkins store SITL unit test results 5 years ago
Daniel Agar 69bec3ee62
defines.h delete obsolete PRIu64, PRId64, and offsetof 5 years ago
Daniel Agar 7bf9700426
NuttX: math.h drop extra math defines carried in PX4 defines.h 5 years ago
FlavioTonelli 7984c0c910 px4_work_queue: stack size rounded to page size on posix 5 years ago
Matthias Grob 933ff8d480 Remove duplicate EOF trailing newlines 5 years ago
David Sidrane a3e2777208 NuttX/nuttx with SDIO fixes (#13311) 5 years ago
Beat Küng 1dd6b6a505 stm32f3: add libs and stubs for F3 build (thiemar_s2740vc-v1) 5 years ago
Beat Küng 3b7c1b4ff1 src/drivers/boards: move to platforms/nuttx/src/px4/common 5 years ago
Beat Küng be7ed5e388 src/drivers/boards/common/{stm32,kinetis}: move under platforms/nuttx/src/px4 5 years ago
Beat Küng 58e161347b board_mcu_version: move to platforms/nuttx/src/px4 5 years ago
Beat Küng e7519c9fa0 board_identity: move to platforms/nuttx/src 5 years ago
Beat Küng b30171ba8d board_common.h: move under platforms/common 5 years ago
Beat Küng 3198610f85 src/platforms: move all headers to platforms/common/include/px4_platform_common 5 years ago
Daniel Agar 6f1f5e0325 clang-tidy: partially fix readability-redundant-declaration 5 years ago
Daniel Agar a7f330075a clang-tidy: enable hicpp-braces-around-statements and fix 5 years ago
Daniel Agar 4192414576 clang-tidy: partially fix cppcoreguidelines-pro-type-reinterpret-cast 5 years ago
Daniel Agar 967446af4c clang-tidy: enable readability-simplify-boolean-expr and fix 5 years ago
Daniel Agar 279df3b1b8 clang-tidy: partially fix hicpp-use-equals-delete 5 years ago
Daniel Agar ae27dd60a6
Jenkins re-enable clang-tidy and update .clang-tidy 5 years ago
Igor Mišić f4ee9141cb DShot: updated driver to use NuttX DMA functions (#13233) 5 years ago
Matthias Grob d60e1e2774 ControlMath: switch to gtest for unit tessting 5 years ago
Julian Oes 8e625285fc platforms: initialize strings 5 years ago
Beat Küng 25aded36ec WorkQueue: avoid potential semaphore counter overflow 5 years ago
Beat Küng 17551a99f8 io_timer: fix potential invalid memory access 5 years ago
Matthias Grob e843090383 Replace a lot of memset with {} initializers 5 years ago
Beat Küng 8a9744d05a dshot: allow boards to enable dshot only on a subset of the timers 5 years ago
Beat Küng d0a7490222 dshot: update timer generation before DMA request 5 years ago
Beat Küng 7445c25fcc dshot: check if DMA still in progress 5 years ago
Beat Küng 182efaa757 dshot: reduce static buffer size 5 years ago