aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
* otgfsdev: removed a DEBUGASSERT() that causes a crash on windows reconnectAndrew Tridgell2013-05-041-1/+0
| | | | | when windows reconnects to a ACM device, this assert sometimes triggered. The case it is looking for is handled further down.
* Merge pull request #210 from PX4/usb_fixesLorenz Meier2013-03-172-111/+232
|\ | | | | USB fixes from Petteri Aimonen, cherry-picked.
| * USB fixes from Petteri Aimonen, cherry-picked.Lorenz Meier2013-02-252-111/+232
| |
* | MergedLorenz Meier2013-02-1714-451/+312
|\|
| * Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| |
| * Back out the ADC DMA support. We aren't using or maintaining it, and it ↵px4dev2013-02-062-273/+48
| | | | | | | | doesn't work "right" either.
| * Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0612-141/+218
| |\ | | | | | | | | | This merges NuttX 6.25 with one post-release bugfix.
| | * Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-11/+48
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
| | * Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-3113-61/+69
| | | | | | | | | | | | | | | | | | overriden from make command line git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
| | * Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-318-22/+181
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5590 42af7a65-404d-4744-a932-0658087f49c3
| | * With the last fixes to the STM32 OTG FS driver, the old poll hack no longer ↵patacongo2013-01-301-56/+5
| | | | | | | | | | | | | | | | | | seems necessary git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5588 42af7a65-404d-4744-a932-0658087f49c3
| | * The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5587 42af7a65-404d-4744-a932-0658087f49c3
| | * LM4F update from JPpatacongo2013-01-304-310/+429
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5586 42af7a65-404d-4744-a932-0658087f49c3
| | * Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5585 42af7a65-404d-4744-a932-0658087f49c3
| | * Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5584 42af7a65-404d-4744-a932-0658087f49c3
| | * LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5583 42af7a65-404d-4744-a932-0658087f49c3
| | * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2837-59/+59
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
| | * Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-282-13/+94
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
| | * Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
| | * Serial driver needed even when no console; Fix user LED settings in all ↵patacongo2013-01-2818-58/+264
| | | | | | | | | | | | | | | | | | STM32 configurations git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
| | * Move stream data from TCB to task group structure.patacongo2013-01-268-186/+154
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
| | * Move file data from TCB to task grouppatacongo2013-01-268-40/+27
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
| | * Fix poll/select issue reported by Qiangpatacongo2013-01-2412-37/+162
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5559 42af7a65-404d-4744-a932-0658087f49c3
| | * Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+2
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5558 42af7a65-404d-4744-a932-0658087f49c3
| | * Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+24
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
* | | Made timeouts configurable, untestedLorenz Meier2013-02-161-1/+1
| | |
* | | Merge branch 'master' into px4io-i2cpx4dev2013-01-2519-101/+456
|\| |
| * | Merge Nuttx r5554px4dev2013-01-2319-101/+456
| |\|
| | * Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-2/+5
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5554 42af7a65-404d-4744-a932-0658087f49c3
| | * Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+1
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
| | * Add single-wire UART support to STM32 serial driverpatacongo2013-01-232-2/+44
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5552 42af7a65-404d-4744-a932-0658087f49c3
| | * Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5551 42af7a65-404d-4744-a932-0658087f49c3
| | * Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5550 42af7a65-404d-4744-a932-0658087f49c3
| | * lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit ↵patacongo2013-01-225-777/+852
| | | | | | | | | | | | | | | | | | status git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5549 42af7a65-404d-4744-a932-0658087f49c3
| | * Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-227-98/+115
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5548 42af7a65-404d-4744-a932-0658087f49c3
| | * More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-2221-38/+148
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
| | * Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ↵patacongo2013-01-2224-979/+1399
| | | | | | | | | | | | | | | | | | ARMv7-M architectures git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5546 42af7a65-404d-4744-a932-0658087f49c3
| | * Beginning of support for LCD1602patacongo2013-01-211-1/+2
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5545 42af7a65-404d-4744-a932-0658087f49c3
| | * Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-186-91/+173
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5537 42af7a65-404d-4744-a932-0658087f49c3
| | * Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-184-72/+258
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5536 42af7a65-404d-4744-a932-0658087f49c3
| | * More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5535 42af7a65-404d-4744-a932-0658087f49c3
| | * Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1873-4310/+5931
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
| | * Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use ↵patacongo2013-01-187-341/+995
| | | | | | | | | | | | | | | | | | kconfig-frontends git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
| | * STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
| | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5532 42af7a65-404d-4744-a932-0658087f49c3
| | * NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-2/+36
| | | | | | | | | | | | | | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* | | Restore the correct handling of the ACK flag at read completion.px4dev2013-01-231-1/+1
| | |
* | | Merge branch 'master' into px4io-i2cpx4dev2013-01-2312-43/+551
|\| |
| * | Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-2316-96/+680
| |\ \ | | | | | | | | Nuttx merge 5527
| | * | Merge NuttX r5527px4dev2013-01-1716-96/+680
| | |\|
| | | * Implement vfork() for the MIPS32 architecturepatacongo2013-01-1510-4/+565
| | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3