aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* EKFtnaegeli2012-10-011-2/+2
|
* Merge pull request #30 from julianoes/gps_fixLorenz Meier2012-09-201-0/+2
|\ | | | | some gps fixes (only tested without gps attached)
| * workaround in nuttx to allow for more than 6 arguments when starting an app ↵Julian Oes2012-09-201-0/+2
| | | | | | | | (in my opinion needed)
* | Merge from upstream NuttXpx4dev2012-09-19112-275/+1150
|\ \ | |/ |/| | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5166 42af7a65-404d-4744-a932-0658087f49c3
| * Add support so that the W25 FLASH can be used with both the Shenzhou and ↵patacongo2012-09-192-2/+66
| | | | | | | | | | | | Fire-stm32v2 boards git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5166 42af7a65-404d-4744-a932-0658087f49c3
| * The ENC28J60 driver is now functionalpatacongo2012-09-192-109/+103
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5165 42af7a65-404d-4744-a932-0658087f49c3
| * Fix another ENC28J60 chip select bugpatacongo2012-09-182-8/+88
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5163 42af7a65-404d-4744-a932-0658087f49c3
| * Cosmetic updates to the ENC28J60 driverpatacongo2012-09-183-13/+51
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5161 42af7a65-404d-4744-a932-0658087f49c3
| * Refactor common make definitions to tools/Config.mk; Add verbosity option to ↵patacongo2012-09-18185-4945/+78
| | | | | | | | | | | | build (Richard Cochran) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
| * Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-11/+18
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5159 42af7a65-404d-4744-a932-0658087f49c3
| * Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-174-16/+97
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
| * Upate some pathes for the new NuttX repositorypatacongo2012-09-1745-230/+226
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-17191-539/+2581
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-174373-0/+1026858
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Reworking control infrastructure for inner rate loop, preparing offboard ↵Lorenz Meier2012-09-181-1/+1
|\ | | | | | | interface
| * gtnaegeli2012-09-181-2/+2
|/ | | | Signed-off-by: tnaegeli <naegelit@student.ethz.ch>
* It's mostly harmless, so turn on the bootloader update tool.px4dev2012-09-161-0/+1
|
* Re-enable the I2C lock around ACK sending pending a possible upstream fix.px4dev2012-09-161-2/+2
|
* Turn off function instrumentation for inline functions; thanks Greg.px4dev2012-09-161-1/+1
|
* Merge branch 'NuttX/master'px4dev2012-09-1621-108/+1556
|\ | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5163 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add W25 FLASH support to fire-stm32v2 and shenzhou boards; a fiew enc28j60 ↵patacongo2012-09-1610-27/+370
| | | | | | | | | | | | updates git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5162 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-1634-66/+1383
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5161 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * ENC28J60 does not have a MAC addresspatacongo2012-09-153-7/+10
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5160 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * ENC28J60: All work is now performed on worker thread, not the in interrupt ↵patacongo2012-09-153-43/+152
| | | | | | | | | | | | handler git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5159 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix logic in STM32 SPI driver that leaves interrupts disabled; back out ↵patacongo2012-09-153-32/+61
| | | | | | | | | | | | earlier change to irqsave() git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5158 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value ↵patacongo2012-09-151-4/+5
| | | | | | | | | | | | 0 or be undefined. It is not a boolean git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5157 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value ↵patacongo2012-09-15127-127/+127
| | | | | | | | | | | | 0 or be undefined. Not 'n' git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5156 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix a ARMv7-M interrupt disable/optimization bugpatacongo2012-09-155-59/+73
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5155 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* | Make irqsave/irqrestore (much) cheaper.px4dev2012-09-151-0/+8
| |
* | Enable the low-priority work queue; we're going to want to use it.px4dev2012-09-141-32/+46
| | | | | | | | Adjust to changes in the naming of UART4/UART5
* | Merge branch 'NuttX/master'px4dev2012-09-14352-2893/+6337
|\|
| * Some ENC28J60-related fixespatacongo2012-09-145-13/+49
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5154 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix ENC28J60 chip enable issuepatacongo2012-09-148-76/+128
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5153 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Missed one file in last checking; Gran allocator alignment decoupled from ↵patacongo2012-09-142-19/+99
| | | | | | | | | | | | granule size git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5152 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-143-3/+3
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5151 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-1416-21/+1305
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5150 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fixes for z80 compilation with SDCC toolchain. There are still a few header ↵patacongo2012-09-1335-165/+282
| | | | | | | | | | | | file and linker issues git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5149 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero ↵patacongo2012-09-132-0/+22
| | | | | | | | | | | | (from Max Holtzberg) git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5148 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-134-3/+5
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5147 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Remove executable property from source and make filespatacongo2012-09-13324-0/+0
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5146 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Email address change in nuttx/patacongo2012-09-131820-27051/+27052
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5145 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Email address change in apps/patacongo2012-09-132-1/+7
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5143 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-1311-87/+269
| | | | | | | | | | | | allocation implementation.. git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5142 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add mm/README.txtpatacongo2012-09-135-3/+84
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5140 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Suppress network configuration in discover example if it is an NSH built-in ↵patacongo2012-09-122-2/+7
| | | | | | | | | | | | functin git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5139 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-127-0/+1267
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5138 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Network discover utility from Max Holtzbergpatacongo2012-09-122-0/+3
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5137 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5136 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * New file missed in last check-inpatacongo2012-09-121-0/+116
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5135 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-1211-59/+62
| | | | | | | | | | | | from intrrupt handler git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5134 7fd9a85b-ad96-42d3-883c-3090e2eb8679