Commit Graph

4345 Commits

Author SHA1 Message Date
Lorenz Meier 0025e9ca90 Hotfix: Copy a current version of the log conversion tools to each log directory 2013-08-13 07:57:39 +02:00
Lorenz Meier da9d9781f9 Final version of log conversion script, runs with Python 2 or 3 on Windows, Linux and MacOS. Tested on Mac with 2 and 3 2013-08-13 07:33:32 +02:00
Lorenz Meier b3d2efc90a WIP 2013-08-13 07:26:05 +02:00
px4dev 60275e1ae6 Clean the FMUv1 config through menuconfig. 2013-08-12 21:59:10 -07:00
px4dev 5e2d676173 Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h> 2013-08-12 21:57:11 -07:00
px4dev c4498ce9a3 Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig tool on the PX4 config files. 2013-08-12 21:56:20 -07:00
unknown f32c55974b Merge remote-tracking branch 'upstream/master' 2013-08-12 22:14:26 -04:00
Lorenz Meier 487497d66e Added Python 2 / 3 Windows / Linux / Mac OS converter script. So much for cross-platform / version agnostic 2013-08-12 23:50:29 +02:00
Lorenz Meier d3d9d059c0 First stab at Python 2 and 3 compatibilty 2013-08-12 22:03:57 +02:00
Lorenz Meier 518e95ce44 Hotfix: Fixed Windows execution of sdlog2 dump script 2013-08-12 21:49:49 +02:00
Lorenz Meier 92fc6a05c3 Putting SDIO back to DMA and disabling CCM again 2013-08-12 14:07:42 +02:00
Lorenz Meier e1037e20be Fixed inconsistend defconfig - switching to menuconfig ASAP 2013-08-12 13:57:33 +02:00
Lorenz Meier 70f272bd22 Disabled SDIO DMA, enabled CCM memory 2013-08-12 13:44:11 +02:00
Jean Cyr 0b93555043 Tell mavlink about bind results 2013-08-11 21:16:55 -04:00
Jean Cyr 35ec651cee Remove unused IOCTLs 2013-08-11 18:07:25 -04:00
Lorenz Meier 828626ee01 Merge pull request #347 from jgoppert/md25_dev
Segway Controller
2013-08-11 14:23:25 -07:00
Jean Cyr 1d408b80ad Support DSM bind via QGroundControl 2013-08-11 17:19:54 -04:00
px4dev f36a2ff45a Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig tool on the PX4 config files. 2013-08-11 14:00:09 -07:00
Lorenz Meier 083cc60acb Increased logging to 200 Hz in F330 startup for v2, allowed to set up to 333 Hz update rate in IO driver for v2 link 2013-08-11 18:42:20 +02:00
Lorenz Meier 66d294b5bf Fixed to FMUv2 autostart and config 2013-08-11 17:39:10 +02:00
Lorenz Meier 42b4961781 Reduced excessive IO stack size (had 4k, is using 0.7k, has now 2k) 2013-08-11 16:54:24 +02:00
Lorenz Meier cbb5ce8f59 Fixed startup behavior for PX4 autostart 2013-08-11 16:54:00 +02:00
Lorenz Meier 79acbfb615 Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup 2013-08-11 12:17:28 +02:00
Andrew Tridgell 910cf4e5ba dot.gdbinit should not be ignored 2013-08-11 01:47:59 +02:00
Andrew Tridgell 91e54aa5be add .gdbinit as Debug/dot.gdbinit
very useful for JTAG debugging
2013-08-11 01:47:21 +02:00
Jean Cyr 36679fbb39 Some DSM satellites are fussier about bind pulse timing
These values work better
2013-08-10 11:22:08 -04:00
Lorenz Meier dccdc977d5 Made accel / gyro self tests aware of offsets and scales, added support to config command to call these 2013-08-09 17:56:32 +02:00
Lorenz Meier a0235bd507 Increased buffer sizes for telemetry, set USB PID correctly according to new scheme 2013-08-09 08:36:18 +02:00
Lorenz Meier 7861caf482 Hotfix: Cleanup / revision of log conversion scripts 2013-08-08 11:24:57 +02:00
Lorenz Meier 4b342c4a1f Hotfix: Give FMU its own interrupt stack to isolate the interrupt context from application stacks 2013-08-08 11:24:27 +02:00
Lorenz Meier e76fd42ca6 Merged public master 2013-08-08 08:32:37 +02:00
Andrew Tridgell 687273ae6f Enable the dedicated interrupt stack for both v1 and v2 boards. This will help save us from threads that are under-provisioned stack-wise. 2013-08-07 19:41:32 -07:00
Anton Babushkin 32439d748a commander: set mode using base_mode and custom_mode 2013-08-07 20:21:49 +02:00
Andrew Tridgell 547a747752 Merged commit disabling FIFO in L3GD20 2013-08-07 15:40:43 +02:00
Lorenz Meier 2c24888d6d Fixed rc mode switch PDF 2013-08-07 10:25:12 +02:00
Lorenz Meier 53d69f9e91 Added highlighting of current line to make editing and double-clicking warnings/errors faster 2013-08-07 10:24:38 +02:00
Anton Babushkin 40c56ab61e Corrected bug in px4io driver that lead to hang of FMU-IO communication 2013-08-06 21:10:41 +02:00
Lorenz Meier 0012b39b37 Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup 2013-08-06 09:54:14 +02:00
Lorenz Meier 28fa96e2db Made sure airspeed tests reset the sensors to default state 2013-08-06 09:53:52 +02:00
Lorenz Meier 629f4bfb56 Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup 2013-08-06 09:25:20 +02:00
Lorenz Meier ab90030a0b Merge branch 'mpu6k_queue' of github.com:PX4/Firmware 2013-08-06 09:25:05 +02:00
Lorenz Meier e684bc5014 Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup 2013-08-06 09:23:56 +02:00
Andrew Tridgell 46fd904b5a px4io: include board_config.h
without this we don't get the I2C interface built for PX4IO
2013-08-06 09:21:59 +02:00
Lorenz Meier c344fe5306 Merge branch 'fmuv2_bringup_mpu' of github.com:cvg/Firmware_Private into fmuv2_bringup 2013-08-06 09:16:22 +02:00
Lorenz Meier 461b2eb366 Merge branch 'mpu6k_queue' of github.com:PX4/Firmware into fmuv2_bringup 2013-08-06 09:15:24 +02:00
Andrew Tridgell 338e506a28 mpu6000: set the default DLFP filter to 42Hz
this allows for apps to ask for slightly higher filters with the
software filter and not have it completely ruined by the on-chip DLPF
2013-08-06 09:07:12 +02:00
px4dev ec2e02d50e Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerk 2013-08-05 21:09:18 -07:00
px4dev 657a6dad2c Merge branch 'fmuv2_bringup' of https://github.com/cvg/Firmware_Private into fmuv2_bringup 2013-08-05 21:08:27 -07:00
px4dev 9ca5cf3108 Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerk 2013-08-05 21:05:53 -07:00
Lorenz Meier eb40b65b00 Merge branch 'mpu6k_queue' of github.com:PX4/Firmware into fmuv2_bringup_mpu 2013-08-05 23:09:44 +02:00