patacongo
f3bd549392
Ooops.. mksymtab needs to check for zero-length header file names
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5076 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
b2db45bee3
Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to create symbol tables from CSV files
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5075 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
d1764ac57e
Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5074 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
0eb58dfb72
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5073 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
1cebdf6fb2
Merge branch 'master' of github.com:PX4/Firmware
13 years ago
Lorenz Meier
c28c65a814
Adding led app
13 years ago
patacongo
ee6cba7a01
Add lib.csv that may be used to generate C library symbol tables
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5072 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
035e89e554
Fix some places in library where semaphore is not released on error conditions
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5071 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
39fd8b9cda
Fixed minor compile warnings (just warnings, no effect on execution) in BMA180
13 years ago
Lorenz Meier
4ba8036d80
minor typo in comment
13 years ago
Lorenz Meier
5f131e8c11
Checkpoint: Operational BMA180 driver
13 years ago
px4dev
63485b91b2
Kick the BMA180 driver mostly into shape. Still not reading data correctly.
13 years ago
px4dev
116306ae3e
units in comments
13 years ago
px4dev
1e80bd544b
Make the buffer ring work.
...
Avoid reading from the misaligned structure more than once.
Discard some redundant whitespace / prototype.
13 years ago
patacongo
b121fbbb00
Add configurable application entry point
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5070 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
6ab6c46f2f
Add USB host support for the STM3240G-EVAL board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5069 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
px4dev
2e4424f405
Revert "Reboot board on critical sensor failure"
...
This reverts commit e92db089ce
.
13 years ago
patacongo
ea82ad4344
Remove documentation from defconfig files so that they are more maintainable
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5068 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
e92db089ce
Reboot board on critical sensor failure
13 years ago
px4dev
45885f15dc
Fix the readout transfer size.
13 years ago
px4dev
da3cd24352
Be a bit more careful with which bits we stuff into the l3gd20 registers.
13 years ago
px4dev
d0898cb947
Something approximating a driver for the L3GD20
13 years ago
px4dev
55fe5088be
enable the bma180 and l3gd20 drivers
13 years ago
px4dev
d0f10a3550
driver work in progress
13 years ago
px4dev
732e23a883
Add some documentation for the warn/err functions.
13 years ago
Lorenz Meier
c816cca816
fixed a param save bug
13 years ago
Lorenz Meier
676daf7c46
minor changes for default options, closing properly all subscriptions in multirotor att control now on exit
13 years ago
patacongo
0abce6171e
The USB host driver has been verified on the STM32F4Discovery
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5067 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
24a61a9c47
Add USB host support to the STM32F4Discovery board
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5066 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
7cd89520cc
More black magic put into the attitude estimation - works nicely now
13 years ago
Lorenz Meier
7d87f2b06e
Fixed calibration, added calibration for accel, working on further filter improvements
13 years ago
Lorenz Meier
cbf020de87
Minor improvements to ardrone interface, ready for prime time
13 years ago
px4dev
6fd7e12e13
Sorry Tait, Bryan… your body is not welcome.
13 years ago
px4dev
255b0f68af
Let's not get too smart; we can't const these.
13 years ago
px4dev
268db3dd9b
mavlink parameter load should discard all current parameters before loading from EEPROM
13 years ago
px4dev
168e32cd1b
Try not to return an unconditional error from the parameter save path.
...
Simplify the test for no parameter file on the parameter load path.
13 years ago
px4dev
1a781c6c4a
Make the distinction between "parameter import" which merges parameters, and "parameter load" which blows away any current changes.
13 years ago
px4dev
f0286d1a10
Distinguish between the end of the top-level BSON object and an error so that parameter loading can complete.
13 years ago
px4dev
952f862dad
Disable a possibly-bogus assertion that is bringing us a lot of grief right now.
13 years ago
px4dev
1e90fd5bec
Let's not leave the R/C channel scaling factor as a NAN or INF. It makes many things sad.
...
Also, clean up the calculation of same. Really, is it easier to type out the same calculation 8 times, or perhaps you might be interested in this thing we call a 'loop'…
13 years ago
patacongo
6389a944b5
I think the STM32 UST OTG FS host driver is finally finished
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5065 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
9527119f73
Slightly improved delay logic for the USB host
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5064 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
68ac20cc3a
fixed range of debug printing
13 years ago
Lorenz Meier
a1963805e7
left debug output active to allow finishing off this issue
13 years ago
patacongo
4794a491c1
This appears to fix the NAK-issues for IN data transfers. Still an issue with OUT
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5063 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
Lorenz Meier
5b81a51a82
Merge branch 'params' of github.com:PX4/Firmware
13 years ago
patacongo
8e68b6f0af
Ooops... forgot to add lib_perror.c to the Make.defs file
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5062 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
patacongo
f53d3ecc71
Add perror()
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5061 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
px4dev
30b670a6ee
Merge branch 'NuttX/master'
...
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5060 7fd9a85b-ad96-42d3-883c-3090e2eb8679
13 years ago
px4dev
936940abc9
Force a parameter update when the sensors thread starts.
13 years ago