aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30 from julianoes/gps_fixLorenz Meier2012-09-201-0/+2
|\
| * workaround in nuttx to allow for more than 6 arguments when starting an app (...Julian Oes2012-09-201-0/+2
* | Merge from upstream NuttXpx4dev2012-09-19112-275/+1150
|\ \ | |/ |/|
| * Add support so that the W25 FLASH can be used with both the Shenzhou and Fire...patacongo2012-09-192-2/+66
| * The ENC28J60 driver is now functionalpatacongo2012-09-192-109/+103
| * Fix another ENC28J60 chip select bugpatacongo2012-09-182-8/+88
| * Cosmetic updates to the ENC28J60 driverpatacongo2012-09-183-13/+51
| * Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-18185-4945/+78
| * Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-11/+18
| * Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-174-16/+97
| * Upate some pathes for the new NuttX repositorypatacongo2012-09-1745-230/+226
| * Resync new repository with old repo r5166patacongo2012-09-17191-539/+2581
| * Resync new repository with old repo r5166patacongo2012-09-174373-0/+1026858
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-181-1/+1
|\
| * gtnaegeli2012-09-181-2/+2
|/
* 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
|\
| * Add W25 FLASH support to fire-stm32v2 and shenzhou boards; a fiew enc28j60 up...patacongo2012-09-1610-27/+370
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-1634-66/+1383
| * ENC28J60 does not have a MAC addresspatacongo2012-09-153-7/+10
| * ENC28J60: All work is now performed on worker thread, not the in interrupt ha...patacongo2012-09-153-43/+152
| * Fix logic in STM32 SPI driver that leaves interrupts disabled; back out earli...patacongo2012-09-153-32/+61
| * CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value 0...patacongo2012-09-151-4/+5
| * CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value 0...patacongo2012-09-15127-127/+127
| * Fix a ARMv7-M interrupt disable/optimization bugpatacongo2012-09-155-59/+73
* | 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
* | Merge branch 'NuttX/master'px4dev2012-09-14352-2893/+6337
|\|
| * Some ENC28J60-related fixespatacongo2012-09-145-13/+49
| * Fix ENC28J60 chip enable issuepatacongo2012-09-148-76/+128
| * Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-142-19/+99
| * Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-143-3/+3
| * Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-1416-21/+1305
| * Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-1335-165/+282
| * Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero ...patacongo2012-09-132-0/+22
| * Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-134-3/+5
| * Remove executable property from source and make filespatacongo2012-09-13324-0/+0
| * Email address change in nuttx/patacongo2012-09-131820-27051/+27052
| * Email address change in apps/patacongo2012-09-132-1/+7
| * USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-1311-87/+269
| * Add mm/README.txtpatacongo2012-09-135-3/+84
| * Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-122-2/+7
| * Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-127-0/+1267
| * Network discover utility from Max Holtzbergpatacongo2012-09-122-0/+3
| * Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
| * New file missed in last check-inpatacongo2012-09-121-0/+116
| * Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-1211-59/+62
| * Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-1210-29/+71