1171 Commits (0d89da96a3b7ef75de80fe52ee885091cfb173a8)
 

Author SHA1 Message Date
Lorenz Meier 848c156140 Added negative float printing to test range 13 years ago
Lorenz Meier 207b077d8a Cleaned up scaling / offset handling for mag and gyro / acc 13 years ago
Lorenz Meier 6026595d83 Fixed axis assignment and raw value outputs. Scaling and offsets to be done 13 years ago
px4dev 60311a3778 We aren't using counting semaphores with multiple holders, and enabling this setting causes bad things to happen in some cases, so turn it off again. 13 years ago
px4dev 656bc9e2ce Documentation, cleanup. 13 years ago
px4dev bdfcff9bc9 Merge branch 'local/c++_sensors' into px4dev_new_driver 13 years ago
px4dev 505ebc57bd Merge branch 'master' into px4dev_new_driver 13 years ago
px4dev 234b746a73 More folder/file ignores. 13 years ago
px4dev 3df82e51b8 Defconfig tweak that might? be required. 13 years ago
px4dev efda95101f Streamline mag and baro topic advertisement now that handles are global. 13 years ago
px4dev 35009cd332 clean up an error message 13 years ago
px4dev 93f26e3c96 Factor out the ADC code. 13 years ago
px4dev 665014a3e0 Run accel/gyro at 500Hz as intended. 13 years ago
px4dev a1b17326a4 Fix sensor subscriptions. 13 years ago
px4dev 26244c43f2 make the I2C and SPI device signons distinct 13 years ago
px4dev 5c6b6038a7 turn off debug output from the mpu6000 driver 13 years ago
px4dev 544d427155 fix warn() not printing error strings. 13 years ago
px4dev 92c723d008 Fix a missing 'end' that breaks task listing. 13 years ago
px4dev e05ef2bcab Let's do the sensors in C++. It's much tidier. 13 years ago
px4dev 30e0354fd8 Add some C++ friendliness. Not enough, but some. 13 years ago
px4dev f2ab85756c This field can't be const, it's written to. 13 years ago
px4dev e51b23d309 Now that it's safe to perform SPI transfers from interrupt context, re-enable the mpu6000 auto-poller. 13 years ago
px4dev e5e2d7216c Make it non-fatal to perform SPI transfers from interrupt context. 13 years ago
Lorenz Meier 380d136483 Fixed a few readout bugs in sensors app 13 years ago
Lorenz Meier b0493e9aec Merge branch 'px4dev_new_driver' of github.com:PX4/Firmware into px4dev_new_driver 13 years ago
px4dev 23d8b69e3d Sensor drivers should run all the time, not just when their device is open. 13 years ago
Lorenz Meier 731621a309 Merge branch 'px4dev_new_driver' of github.com:PX4/Firmware into px4dev_new_driver 13 years ago
px4dev 0dc0a0539d Increase the retry count while probing for I2C sensors. This will also unwedge stuck sensors. 13 years ago
Lorenz Meier 656596896a Merge branch 'px4dev_new_driver' of github.com:PX4/Firmware into px4dev_new_driver 13 years ago
Lorenz Meier 8eeba595ee Improved param load / store text feedback, ported sensors app to new driver model, ready for merge and test 13 years ago
patacongo d6b8fcdcf0 Prep for 6.21 release 13 years ago
px4dev 4456ca8827 Sensor IOCTL reorganization. Common sensor operations are now shared across sensor drivers. 13 years ago
patacongo 20c7cf9db9 Update STM32 USB OTG FS host driver -- the driver is now marginally functional 13 years ago
px4dev f901a35bd4 Remove erroneous sensor read timing checks. 13 years ago
px4dev d55dd67d77 Remove spurious I2C clock frequency resets. 13 years ago
Lorenz Meier d12c09cc86 improvements / debugging on I2C drivers 13 years ago
Lorenz Meier 45e178eaa3 Made error message more verbose 13 years ago
Lorenz Meier a1b99a3f03 Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for reference) old HMC and MS5611 drivers. Removed driver init from up_nsh.c. Reworked fixedwing_control to be closer to up-to-date api, still more clean up needed. Fixed a bug that limited the motor thrust for multirotor control 13 years ago
Lorenz Meier a69c55f671 Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_driver 13 years ago
px4dev 0472eeae05 Add EEPROM read/write performance counters. 13 years ago
px4dev 5ef6a41012 Add a modified version of the stock AT24xx EEPROM driver tweaked for our uses. 13 years ago
px4dev bcee27c6cc Turn off the stock AT24xx EEPROM driver; we are going to use our own. 13 years ago
px4dev f28a757f92 We need to init the gyro subdevice, or there is no device node. Oops. 13 years ago
px4dev 5c6698b720 Merge branches 'px4dev_new_param' and 'px4dev_new_param' of https://github.com/PX4/Firmware into px4dev_new_param 13 years ago
Lorenz Meier 295e9da1ba Added required scalings, added gyro to MPU6000 test, changed sensors app to read from new drivers 13 years ago
patacongo 2ac3898301 Lots of defconfig changes for compatibility with the configuration tool 13 years ago
Lorenz Meier 0e44d3810e Removed old file 13 years ago
Lorenz Meier 62e07358b4 Ported almost everything to new param interface, ready for serious testing 13 years ago
patacongo 1dff49d24f STM32 OTG FS host driver: Fix some bad NAK handling 13 years ago
patacongo 73220bb854 Fixes several STM32 USB OTG FS host MSC write transfers 13 years ago